Skip to content

Latest commit

 

History

History
306 lines (206 loc) · 16.3 KB

CHANGELOG.md

File metadata and controls

306 lines (206 loc) · 16.3 KB

6.4.0 (2020-06-02)

  • Move npm-release to devDependencies (d3ca654)
  • Release v6.4.0. (4abfa61)

6.3.1 (2019-12-23)

  • Release v6.3.1. (4e95361)
  • Update README.md (b2cb85e)
  • fix: remove deprecation (0c22f7d)
  • chore(deps): [security] bump lodash from 4.17.11 to 4.17.13 (fa70b1b)
  • chore(deps): [security] bump lodash.template from 4.4.0 to 4.5.0 (bc83b1f)
  • docs(changelog): updated (84c7a1d)

6.3.0 (2018-10-29)

  • Release v6.3.0. (4336b74)
  • fix: add npm-release (619ec99)
  • fix(env): make $secure work without $default (465890f), closes #27
  • chore(package): fix some typos & jshint warnings (c4f0b76)
  • docs(changelog): updated (1e081ae)

6.2.0 (2018-10-24)

6.1.0 (2016-11-22)

  • Release v6.1.0. (eeb7e16)
  • feat(package): add "release-after-pr" script (2977e7a)
  • feat(package): add "release-after-pr" script (e4419c3)
  • feat(package): add "release-after-pr" script (4688f6f)
  • feat(package): add "release-after-pr" script (dc1715b)
  • doc(env): add comment (5ef84ce)
  • fix(env.js): handle rigth object arrays (46acb83)
  • chore(package): update nyc to version 9.0.1 (d5711d4)
  • docs(changelog): updated (ed4f1e5)

6.0.1 (2016-11-02)

6.0.0 (2016-08-23)

5.4.0 (2016-08-08)

5.3.0 (2016-07-29)

5.2.1 (2016-01-25)

5.2.0 (2015-11-10)

  • doc(README) (f1d68e5)
  • fix($type whithout $aliases) & add tests (b245c8c)
  • fix(env) allow the use of $type without $aliases (855221f)
  • fix(jshint) (452c1d5)
  • Release v5.2.0. (238ff9e)
  • docs(changelog): v5.1.0 (3a8694c)

5.1.0 (2015-11-04)

  • docs(changelog) (eeb67bf)
  • fix(jshint) (87d7018)
  • fix(jshint) (88edcbc)
  • fix(jshint) (5c8c23e)
  • Release v5.1.0. (749bd25)
  • Update README.md (37572a8)
  • feat($types): implemented env.types.Array (117918d)
  • feat($types): implemented env.types.Number and env.types.Boolean (fc0582e)
  • feat($types): implemented env.types.String (9da7886)
  • feat(changelog): updated changelog (4e5ad8a)
  • feat(package): add test watch (f4f55ee)
  • refactor(env): removed unused seemsBoolean (5b25c2b)
  • refactor(env): rewrite to support node 0.10+ (d923729)
  • docs(env): found a bug that will generate a breaking-change when fixed (1e66d7a)
  • docs(readme): added section for $type (270c82a)
  • style(env): removed space (594a26e)

5.0.0 (2015-08-24)

  • docs(changelog) (c8bf2c3)
  • Improved documentation on array and array aliases (698e61b)
  • Release v5.0.0. (e53dbae)
  • Update README.md (e275f0a)
  • Update README.md (e00b81a)
  • Update README.md (5a0e0b8)
  • Update README.md (1b7b71f)
  • Update README.md (288fcab)
  • Update README.md (2a12294)
  • feat(env): add a fail-fast behaviour to aliases, fixes #13 (5644a1b), closes #13
  • fix(README): missing parentheses in example (b08b5f2)

4.1.0 (2015-07-02)

  • add principle (d5db983)
  • Release v4.1.0. (a782c40)
  • Update README.md (4788e25)
  • Update README.md (ec42e10)
  • Update README.md (a7e94e2)
  • feat(env): support string, boolean and number arrays, fixes #10 (e3643dd), closes #10
  • test(env): bring back tests on env variables (4d1349f)

4.0.1 (2015-05-20)

4.0.0 (2015-05-19)

3.0.1 (2015-05-19)

3.0.0 (2015-05-19)

2.2.0 (2015-05-19)

2.1.1 (2015-05-18)

2.1.0 (2015-05-18)

  • Release v2.1.0. (a7d0425)
  • feat(aliases): added support for env. var. aliases, fixes #5 (dc74a02), closes #5
  • docs(changelog): unpublished v1.2.1 since the change was not backward compatible, thus v2.0.0 was re (25a986b)

2.0.0 (2015-04-22)

1.2.1 (2015-04-22)

1.2.0 (2015-03-26)

  • fix(lint) (eae047d)
  • refactor(common-env) (ed937e9)
  • Release v1.2.0. (7a3aea2)
  • feat(env): array support for env variables, fixes #4 (066408f), closes #4

1.1.0 (2015-01-14)