Skip to content

Latest commit

 

History

History
187 lines (108 loc) · 5.85 KB

File metadata and controls

187 lines (108 loc) · 5.85 KB

Change Log

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

Added

  • Add readJson fallback to support custom file systems, see #51. Fixes #50. Thanks to @JakeSidSmith for this addition!

3.2.0 - 2018-06-12

Added

3.1.4 - 2018-06-04

Fixed

  • Add undeclared dependency on enhanced-resolve to dependencies, see #19. Thanks to @jbboehr for this fix!

3.1.3 - 2018-05-14

Fixed

  • Fix exports so all types of imports works (commonjs require and typescript import).

3.1.2 - 2018-05-14

Fixed

  • Add types field to package.json.

3.1.1 - 2018-05-14

Fixed

  • Add named typescript export.

3.1.0 - 2018-05-14

Added

  • Typescript typings, see #16.

3.0.4 - 2018-04-17

Fixed

3.0.3 - 2018-03-31

Fixed

3.0.2 - 2018-03-14

Fixed

3.0.1 - 2018-03-13

Fixed

  • 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

Added

  • Proper support for webpack 4. See #9. Thanks to @Nayni for adding this! (See PR #10)

2.0.0 - 2018-01-13

Changed

  • Performance enhancements:
    • Using async versions of tsconfig-paths package matchPath functions.
    • Using webpack's cached filesystem. Should give better performance.

Changed

  • Only log startup message when logLevel is set to info. See #6.

Added

  • Upgraded to tsconfig-paths 2.7.2.

Added

  • Upgraded to tsconfig-paths 2.7.1.

Added

  • Added option for baseUrl.

Added

  • Added option for extensions.

Changed

  • Log path to tsconfig.json at warn log level so it is logged as default.

Changed

  • Rename plugin class to TsconfigPathsPlugin (lower case s, breaking change)
  • Load config using tsconfig-paths.

Removed

  • Remove compiler option (it was not used)

Changed

  • Use package tsconfig-paths to resolve paths.

Changed

  • Internal refactor

Added

  • Include files.

0.1.0

Added

  • First release.