All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
3.3.0 - 2020-07-29
- Add readJson fallback to support custom file systems, see #51. Fixes #50. Thanks to @JakeSidSmith for this addition!
3.2.0 - 2018-06-12
- Add
mainFields
option #21, fixes #20. Thanks to @christoffer for this addition!
3.1.4 - 2018-06-04
- Add undeclared dependency on
enhanced-resolve
todependencies
, see #19. Thanks to @jbboehr for this fix!
3.1.3 - 2018-05-14
- Fix exports so all types of imports works (commonjs require and typescript import).
3.1.2 - 2018-05-14
- Add types field to package.json.
3.1.1 - 2018-05-14
- Add named typescript export.
3.1.0 - 2018-05-14
- Typescript typings, see #16.
3.0.4 - 2018-04-17
- Add missing module dependency #15. Thanks to @darlanalves for this fix!
3.0.3 - 2018-03-31
- Fix configFileName not working as expected, see dividab/tsconfig-paths#31.
- Upgraded tsconfig-paths to 3.2.0 which includes the fix in dividab/tsconfig-paths#32.
3.0.2 - 2018-03-14
- Upgraded tsconfig-paths to 3.1.3 which includes the fix in dividab/tsconfig-paths#30.
3.0.1 - 2018-03-13
-
Upgraded tsconfig-paths to 3.1.2 which includes the fix in dividab/tsconfig-paths#29.
-
Fix for the new webpack 4 code to prevent callback from firing multiple times, see #11. Thanks to @Nayni for this fix! (See PR #12).
3.0.0 - 2018-03-13
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.
- Only log startup message when
logLevel
is set toinfo
. See #6.
- Upgraded to tsconfig-paths 2.7.2.
- Upgraded to tsconfig-paths 2.7.1.
- Added option for
baseUrl
.
- Added option for
extensions
.
- Log path to tsconfig.json at warn log level so it is logged as default.
- Rename plugin class to TsconfigPathsPlugin (lower case s, breaking change)
- Load config using tsconfig-paths.
- Remove compiler option (it was not used)
- Use package tsconfig-paths to resolve paths.
- Internal refactor
- Include files.
- First release.