Skip to content

Releases: tusharmath/node-config-ts

v2.2.4

16 May 10:51
Compare
Choose a tag to compare

2.2.4 (2019-05-16)

Bug Fixes

  • package: update dependencies (f0cb629)

v2.2.3

12 Mar 07:30
Compare
Choose a tag to compare

2.2.3 (2019-03-12)

Bug Fixes

  • package: update dependencies (f5cfe64)

v2.2.2

09 Feb 12:29
Compare
Choose a tag to compare

2.2.2 (2019-02-09)

Bug Fixes

v2.2.1

09 Feb 11:30
Compare
Choose a tag to compare

2.2.1 (2019-02-09)

Bug Fixes

  • config: Remove dependency on module-exists (6fb5b6f). This will enable devs to use node-config-ts with yarn --pnp.
  • package: update dependencies (86f32e9)

v2.2.0

31 Jan 07:38
Compare
Choose a tag to compare

2.2.0 (2019-01-31)

Features

  • type-def: add eslint disable comment (99c0fbb)

v2.1.2

09 Nov 11:56
Compare
Choose a tag to compare

2.1.2 (2018-11-09)

Bug Fixes

  • doc: fix formatting for readme (0fb2683)

v2.1.1

09 Nov 11:26
Compare
Choose a tag to compare

2.1.1 (2018-11-09)

Bug Fixes

  • package: update dependencies (4269e00)

v2.1.0

09 Nov 07:19
8c3a9eb
Compare
Choose a tag to compare

2.1.0 (2018-11-09)

Features

  • env-variables: add support to configure base path (d3dcc36)
  • typedefs: use the resolved dir to output Config.d.ts (b588766)

v2.0.0

27 Aug 14:20
Compare
Choose a tag to compare

2.0.0 (2018-08-27)

Bug Fixes

  • webpack: handle node file resolver (22f5699)

BREAKING CHANGES

  • webpack: NodeConfigTSPlugin now is a function that takes in a webpack config and returns a
    new webpack config with changes

v1.3.1

26 Aug 16:13
Compare
Choose a tag to compare

1.3.1 (2018-08-26)

Bug Fixes

  • package: add webpack typings as a production dependency (2d610c9)