tsconfig-paths-webpack-plugin
Advanced tools
Comparing version 3.1.3 to 3.1.4
@@ -10,2 +10,8 @@ # Change Log | ||
## [3.1.4] - 2018-06-04 | ||
### Fixed | ||
- Add undeclared dependency on `enhanced-resolve` to `dependencies`, see #19. Thanks to [@jbboehr](https://github.com/jbboehr) for this fix! | ||
## [3.1.3] - 2018-05-14 | ||
@@ -15,3 +21,3 @@ | ||
* Fix exports so all types of imports works (commonjs require and typescript import). | ||
- Fix exports so all types of imports works (commonjs require and typescript import). | ||
@@ -22,3 +28,3 @@ ## [3.1.2] - 2018-05-14 | ||
* Add types field to package.json. | ||
- Add types field to package.json. | ||
@@ -29,3 +35,3 @@ ## [3.1.1] - 2018-05-14 | ||
* Add named typescript export. | ||
- Add named typescript export. | ||
@@ -36,3 +42,3 @@ ## [3.1.0] - 2018-05-14 | ||
* Typescript typings, see [#16](https://github.com/dividab/tsconfig-paths/issues/16). | ||
- Typescript typings, see [#16](https://github.com/dividab/tsconfig-paths/issues/16). | ||
@@ -43,3 +49,3 @@ ## [3.0.4] - 2018-04-17 | ||
* Add missing module dependency [#15](https://github.com/dividab/tsconfig-paths/pull/15). Thanks to [@darlanalves](https://github.com/darlanalves) for this fix! | ||
- Add missing module dependency [#15](https://github.com/dividab/tsconfig-paths/pull/15). Thanks to [@darlanalves](https://github.com/darlanalves) for this fix! | ||
@@ -50,4 +56,4 @@ ## [3.0.3] - 2018-03-31 | ||
* Fix configFileName not working as expected, see https://github.com/dividab/tsconfig-paths/issues/31. | ||
* Upgraded tsconfig-paths to 3.2.0 which includes the fix in https://github.com/dividab/tsconfig-paths/pull/32. | ||
- Fix configFileName not working as expected, see https://github.com/dividab/tsconfig-paths/issues/31. | ||
- Upgraded tsconfig-paths to 3.2.0 which includes the fix in https://github.com/dividab/tsconfig-paths/pull/32. | ||
@@ -58,3 +64,3 @@ ## [3.0.2] - 2018-03-14 | ||
* Upgraded tsconfig-paths to 3.1.3 which includes the fix in https://github.com/dividab/tsconfig-paths/pull/30. | ||
- Upgraded tsconfig-paths to 3.1.3 which includes the fix in https://github.com/dividab/tsconfig-paths/pull/30. | ||
@@ -65,5 +71,5 @@ ## [3.0.1] - 2018-03-13 | ||
* Upgraded tsconfig-paths to 3.1.2 which includes the fix in https://github.com/dividab/tsconfig-paths/pull/29. | ||
- Upgraded tsconfig-paths to 3.1.2 which includes the fix in https://github.com/dividab/tsconfig-paths/pull/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)). | ||
- 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)). | ||
@@ -74,3 +80,3 @@ ## [3.0.0] - 2018-03-13 | ||
* 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)) | ||
- 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)) | ||
@@ -81,5 +87,5 @@ ## [2.0.0] - 2018-01-13 | ||
* Performance enhancements: | ||
* Using async versions of tsconfig-paths package matchPath functions. | ||
* Using webpack's cached filesystem. Should give better performance. | ||
- Performance enhancements: | ||
- Using async versions of tsconfig-paths package matchPath functions. | ||
- Using webpack's cached filesystem. Should give better performance. | ||
@@ -90,3 +96,3 @@ ## [1.4.0] | ||
* Only log startup message when `logLevel` is set to `info`. See [#6](https://github.com/dividab/tsconfig-paths-webpack-plugin/issues/6). | ||
- Only log startup message when `logLevel` is set to `info`. See [#6](https://github.com/dividab/tsconfig-paths-webpack-plugin/issues/6). | ||
@@ -97,3 +103,3 @@ ## [1.3.1] | ||
* Upgraded to tsconfig-paths 2.7.2. | ||
- Upgraded to tsconfig-paths 2.7.2. | ||
@@ -104,3 +110,3 @@ ## [1.3.0] | ||
* Upgraded to tsconfig-paths 2.7.1. | ||
- Upgraded to tsconfig-paths 2.7.1. | ||
@@ -111,3 +117,3 @@ ## [1.2.0] | ||
* Added option for `baseUrl`. | ||
- Added option for `baseUrl`. | ||
@@ -118,3 +124,3 @@ ## [1.1.0] | ||
* Added option for `extensions`. | ||
- Added option for `extensions`. | ||
@@ -125,3 +131,3 @@ ## [1.0.0] | ||
* Log path to tsconfig.json at warn log level so it is logged as default. | ||
- Log path to tsconfig.json at warn log level so it is logged as default. | ||
@@ -132,8 +138,8 @@ ## [0.4.0] | ||
* Rename plugin class to TsconfigPathsPlugin (lower case s, breaking change) | ||
* Load config using tsconfig-paths. | ||
- Rename plugin class to TsconfigPathsPlugin (lower case s, breaking change) | ||
- Load config using tsconfig-paths. | ||
### Removed | ||
* Remove compiler option (it was not used) | ||
- Remove compiler option (it was not used) | ||
@@ -144,3 +150,3 @@ ## [0.3.0] | ||
* Use package tsconfig-paths to resolve paths. | ||
- Use package tsconfig-paths to resolve paths. | ||
@@ -151,3 +157,3 @@ ## [0.2.0] | ||
* Internal refactor | ||
- Internal refactor | ||
@@ -158,3 +164,3 @@ ## [0.1.1] | ||
* Include files. | ||
- Include files. | ||
@@ -165,5 +171,6 @@ ## 0.1.0 | ||
* First release. | ||
- First release. | ||
[unreleased]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.1.3...master | ||
[unreleased]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.1.4...master | ||
[3.1.3]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.1.3...3.1.4 | ||
[3.1.3]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.1.2...3.1.3 | ||
@@ -170,0 +177,0 @@ [3.1.2]: https://github.com/dividab/tsconfig-paths-webpack-plugin/compare/3.1.1...3.1.2 |
{ | ||
"name": "tsconfig-paths-webpack-plugin", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"description": "Load modules according to tsconfig paths in webpack.", | ||
@@ -12,2 +12,3 @@ "main": "lib/index.js", | ||
"chalk": "^2.3.0", | ||
"enhanced-resolve": "^4.0.0", | ||
"tsconfig-paths": "^3.2.0" | ||
@@ -19,3 +20,2 @@ }, | ||
"@types/node": "^8.0.9", | ||
"enhanced-resolve": "^4.0.0", | ||
"husky": "^0.14.3", | ||
@@ -22,0 +22,0 @@ "lint-staged": "^6.0.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
206061
14
3
+ Addedenhanced-resolve@^4.0.0
+ Addedcore-util-is@1.0.3(transitive)
+ Addedenhanced-resolve@4.5.0(transitive)
+ Addederrno@0.1.8(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedisarray@1.0.0(transitive)
+ Addedmemory-fs@0.5.0(transitive)
+ Addedprocess-nextick-args@2.0.1(transitive)
+ Addedprr@1.0.1(transitive)
+ Addedreadable-stream@2.3.8(transitive)
+ Addedsafe-buffer@5.1.2(transitive)
+ Addedstring_decoder@1.1.1(transitive)
+ Addedtapable@1.1.3(transitive)
+ Addedutil-deprecate@1.0.2(transitive)