UNPKG

3.9 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
6project adheres to [Semantic Versioning](http://semver.org/).
7
8## [Unreleased]
9
10## [3.0.3] - 2018-03-31
11
12### Fixed
13
14* Fix configFileName not working as expected, see https://github.com/dividab/tsconfig-paths/issues/31.
15* Upgraded tsconfig-paths to 3.2.0 which includes the fix in https://github.com/dividab/tsconfig-paths/pull/32.
16
17## [3.0.2] - 2018-03-14
18
19### Fixed
20
21* Upgraded tsconfig-paths to 3.1.3 which includes the fix in https://github.com/dividab/tsconfig-paths/pull/30.
22
23## [3.0.1] - 2018-03-13
24
25### Fixed
26
27* Upgraded tsconfig-paths to 3.1.2 which includes the fix in https://github.com/dividab/tsconfig-paths/pull/29.
28
29* Fix for the new webpack 4 code to prevent callback from firing multiple times, see [#11](https://github.com/dividab/tsconfig-paths-webpack-plugin/issues/11). Thanks to [@Nayni](https://github.com/Nayni) for this fix! (See PR [#12](https://github.com/dividab/tsconfig-paths-webpack-plugin/pull/12)).
30
31## [3.0.0] - 2018-03-13
32
33### Added
34
35* Proper support for webpack 4. See [#9](https://github.com/dividab/tsconfig-paths-webpack-plugin/issues/9). Thanks to [@Nayni](https://github.com/Nayni) for adding this! (See PR [#10](https://github.com/dividab/tsconfig-paths-webpack-plugin/pull/10))
36
37## [2.0.0] - 2018-01-13
38
39### Changed
40
41* Performance enhancements:
42 * Using async versions of tsconfig-paths package matchPath functions.
43 * Using webpack's cached filesystem. Should give better performance.
44
45## [1.4.0]
46
47### Changed
48
49* Only log startup message when `logLevel` is set to `info`. See [#6](https://github.com/dividab/tsconfig-paths-webpack-plugin/issues/6).
50
51## [1.3.1]
52
53### Added
54
55* Upgraded to tsconfig-paths 2.7.2.
56
57## [1.3.0]
58
59### Added
60
61* Upgraded to tsconfig-paths 2.7.1.
62
63## [1.2.0]
64
65### Added
66
67* Added option for `baseUrl`.
68
69## [1.1.0]
70
71### Added
72
73* Added option for `extensions`.
74
75## [1.0.0]
76
77### Changed
78
79* Log path to tsconfig.json at warn log level so it is logged as default.
80
81## [0.4.0]
82
83### Changed
84
85* Rename plugin class to TsconfigPathsPlugin (lower case s, breaking change)
86* Load config using tsconfig-paths.
87
88### Removed
89
90* Remove compiler option (it was not used)
91
92## [0.3.0]
93
94### Changed
95
96* Use package tsconfig-paths to resolve paths.
97
98## [0.2.0]
99
100### Changed
101
102* Internal refactor
103
104## [0.1.1]
105
106### Added
107
108* Include files.
109
110## 0.1.0
111
112### Added
113
114* First release.
115
116[unreleased]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.0.3...master
117[3.0.3]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.0.2...3.0.3
118[3.0.2]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.0.1...3.0.2
119[3.0.1]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.0.0...3.0.1
120[3.0.0]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/2.0.0...3.0.0
121[2.0.0]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/1.4.0...2.0.0
122[1.4.0]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/1.3.1...1.4.0
123[1.3.1]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/1.3.0...1.3.1
124[1.3.0]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/1.2.0...1.3.0
125[1.2.0]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/1.1.0...1.2.0
126[1.1.0]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/1.0.0...1.1.0
127[1.0.0]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/0.4.0...1.0.0
128[0.4.0]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/0.3.0...0.4.0
129[0.3.0]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/0.2.0...0.3.0
130[0.2.0]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/0.1.1...0.2.0
131[0.1.1]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/0.1.0...0.1.1