|
1 | | -# typescript-template |
2 | | - |
3 | | -## [2.2.0] |
4 | | - |
5 | | -### Additions |
6 | | -- [TSTEMPLATE-38] Global error handler should log error .toString() for additional information |
7 | | -- [TSTEMPLATE-35] Add vscode default build & debug tasks |
8 | | -- [TSTEMPLATE-34] Add a test:prod script, so that the build doesn't run twice when using ts-packager |
9 | | - |
10 | | -### Fixes |
11 | | -- [TSTEMPLATE-37] npm start / npm run dev can skip the lint |
12 | | -- [TSTEMPLATE-36] Update instructions to use git pull instead of bitbucket fork |
13 | | - |
14 | | -## [2.1.0] |
15 | | - |
16 | | -### Additions |
17 | | -- [TSTEMPLATE-33] Add teardown function for graceful shutdown |
18 | | - |
19 | | -### Fixes |
20 | | - |
21 | | -## [2.0.1] |
22 | | - |
23 | | -### Fixes |
24 | | -- [TSTEMPLATE-31] As a user, I should be able to reuse bootstrap options from scripts |
25 | | -- [TSTEMPLATE-30] Docs build is broken after upgrade of typedoc |
26 | | - |
27 | | -## [v2.0.0] |
28 | | - |
29 | | -### Breaking Changes |
30 | | -- [TSTEMPLATE-28] Move test specs to test/spec |
31 | | -- [TSTEMPLATE-25] Switch to ts-tiny-log |
32 | | -- [TSTEMPLATE-21] Upgrade to node v16 |
33 | | - |
34 | | -### Additions |
35 | | -- [TSTEMPLATE-27] Add script directory |
36 | | -- [TSTEMPLATE-26] Setup nodemon watch |
37 | | -- [TSTEMPLATE-24] Switch to ts-error-handler |
38 | | -- [TSTEMPLATE-23] Switch to ts-async-bootstrap |
39 | | -- [TSTEMPLATE-22] Switch from dotenv to ts-appconfig |
40 | | - |
41 | | -### Fixes |
42 | | -- [TSTEMPLATE-20] Normalize project names |
43 | | -- [TSTEMPLATE-19] Add console warnings to dev lint settings, so that test logging doesn't stay until the end |
44 | | - |
45 | | -## [v1.2.4] |
46 | | - |
47 | | -### Fixes |
48 | | -- [TSTEMPLATE-18] Add instructions in readme that MY_APP replacement should not contain spaces |
49 | | -- [TSTEMPLATE-17] Environment file should merge declaration and definitions |
50 | | -- [TSTEMPLATE-16] Build should clear dist |
51 | | -- [TSTEMPLATE-15] Set no-empty eslint rule to warn instead of error |
52 | | -- [TSTEMPLATE-14] Remove tsconfig.spec.json |
53 | | -- [TSTEMPLATE-13] Switch tsconfig to output es6 |
54 | | - |
55 | | -## [v1.2.3] |
56 | | - |
57 | | -### Fixes |
58 | | -- npm update |
59 | | - |
60 | | -## [v1.2.2] |
61 | | - |
62 | | -### Fixes |
63 | | -- [TSTEMPLATE-7] Source mapping references wrong line numbers when run in dev/ts-node |
64 | | -- [TSTEMPLATE-8] Set stack trace limit to Infinity |
65 | | -- [TSTEMPLATE-9] Filter stack traces for "just my code" |
66 | | -- [TSTEMPLATE-10] Remove webpack from default build-chain |
67 | | -- [TSTEMPLATE-11] Remove dist references from package.json |
68 | | -- [TSTEMPLATE-12] Add lint rule for unresolved promises |
69 | | - |
70 | | -## [v1.2.1] |
71 | | - |
72 | | -### Fixes |
73 | | -- [TSTEMPLATE-3][Docs] Typedoc --excludeNotExported switch is deprecated |
74 | | -- [TSTEMPLATE-4] Seperate index.ts from main.ts |
75 | | -- [TSTEMPLATE-5] Source mapping should be loaded before imports |
76 | | -- [TSTEMPLATE-6] main() entrypoint should have catch block |
77 | | - |
78 | | -## [v1.2.0] |
79 | | - |
80 | | -### Additions |
81 | | - |
82 | | -- Add nodemon support |
83 | | -- Remove default pre&post process scripts |
84 | | -- Add :clean scripts for rebuilding |
85 | | - |
86 | | -## [v1.1.0] - Jan-13-2021 |
87 | | - |
88 | | -### Additions |
89 | | - |
90 | | -- Updated documentation for easier installation |
91 | | -- Add webpack build chain |
92 | | -- Add source mapping |
93 | | - |
94 | | -### Fixes |
95 | | - |
96 | | -- Move `main.ts` to `index.ts` to better meet node standard & to allow loading by directory with implicit entrypoint |
97 | | -- Max-line-length should be warning, not error |
98 | | -- [TSTEMPLATE-2] Environment doesn't infer type of export 'env' |
99 | | - |
100 | | -## [v1.0.0] - Oct-15-2020 |
101 | | - |
102 | | -### Breaking Changes |
103 | | - |
104 | | -- Switched from tslint to eslint due to deprecation |
105 | | - |
106 | | -### Additions |
107 | | - |
108 | | -- Add `npm start` script |
109 | | -- Add code coverage reporting and coveralls configuration |
110 | | -- Add additional prod linting |
111 | | - |
112 | | -### Fixes |
113 | | - |
114 | | -- Cleanup prettier config |
115 | | -- Added unit tests for untested code |
116 | | -- Linting should automatically fix |
117 | | -- Update readme code samples |
118 | | -- Add ts-project-version to package.json for version control |
119 | | -- Don't build on prepare hook |
120 | | - |
121 | | -## [v0.0.0] - Oct-09-2020 - Initial Release |
122 | | - |
123 | | -Initial Release |
| 1 | +# typescript-template-library |
0 commit comments