Skip to content

Latest commit

 

History

History
142 lines (75 loc) · 4.24 KB

CHANGELOG.md

File metadata and controls

142 lines (75 loc) · 4.24 KB

5.2.3 (2022-11-28)

chore

  • update min node version (16b06f5)

BREAKING CHANGES

  • Minimum supported Node.js version is now >=14

5.2.2 (2022-08-24)

5.2.1 (2021-12-10)

Bug Fixes

  • incorrect android build path (0d4374e)

5.2.0 (2021-12-10)

Features

  • add support for cordova-android 10 (edb0454)

5.1.2 (2021-11-30)

5.1.1 (2021-07-20)

chore

BREAKING CHANGES

  • Requires Node >= 12

5.1.0 (2021-03-12)

Features

  • add option to parse JSON in environment variables (#24) (7f2c532)

5.0.0 (2021-01-08)

  • chore!: fix incorrect version number (67031d4)

BREAKING CHANGES

  • Just to force correct release version

4.0.0 (2021-01-08)

  • chore!: fix incorrect version number (67031d4)

BREAKING CHANGES

  • Just to force correct release version

3.1.0 (2021-01-08)

Bug Fixes

  • changed env's default export to named export (691f10c)
  • make env handle null with noImplicitAny (fc4a71d)

chore

Features

BREAKING CHANGES

  • requires Node.js version >= 10.0.0

4.0.0

  • BREAKING CHANGE: requires Node.js version >= 8.0.0
  • BREAKING CHANGE: env command now generates an explicit export instead of a default export
  • BREAKING CHANGE: remove unpin-ionic-dependencies command, as it's no longer needed for Ionic@4

3.0.4

  • Bump dependencies and fix vulnerabilities

3.0.3

  • Allow env to add undefined env vars (fixes #8)

3.0.2

  • Replaced eslint by XO and updated dependencies

3.0.1

  • Fixed clean command for angular/cli@6

3.0.0

  • BREAKING CHANGE: changed --env to --configuration, to match angular-cli@6 changes
  • Fixed --dev option
  • Updated dependencies

2.2.0

  • Added compatibility with cordova-android@7

2.1.0

2.0.0

  • BREAKING CHANGE: renamed env2json script to env and changed its default behavior to export to a .ts file

1.1.0

1.0.5

1.0.3

  • Properly fixed extra resources copy

1.0.2

  • Fixed extra resources copy on Windows

1.0.1

1.0.0

  • Initial release