Skip to content

Latest commit

History

History
145 lines (65 loc) 路 4.06 KB

CHANGELOG.md

File metadata and controls

145 lines (65 loc) 路 4.06 KB

Changelog

8.0.2 (2020-11-28)

Bug Fixes

8.0.1 (2020-06-06)

Bug Fixes

8.0.0 (2020-02-08)

Bug Fixes

  • fix command in pipeline (56f8825)
  • deps: update dependency validator to v11 (a9148cc)

chore

Features

BREAKING CHANGES

  • Drop support for Node versions 8 and 11. Bump peer dependency to version 12.2.0.

7.0.0 (2019-05-20)

Bug Fixes

  • export regex parser and fix whitelist type (4bba415)

BREAKING CHANGES

  • drop support for TypeScript versions 3.3 and lower.

6.2.0 (2019-03-01)

Features

  • use debug module to help debugging (14668b1)

6.1.0 (2019-02-08)

Features

  • support passing your own processEnv object (259acfd)

6.0.0 (2019-02-07)

chore

  • drop Node.js < 10 support (c2475ca)

Features

  • add on and off as truthy and falsy values respectively (7e8b423)

BREAKING CHANGES

  • drop Node.js < 10 support

5.2.0 (2018-12-10)

Features

5.1.0 (2018-10-29)

Features

  • improve type definition for whitelist parser (2975adf)

5.0.0 (2018-10-28)

Features

BREAKING CHANGES

  • port parser now returns a number instead of a string.

Changelog

4.1.0 (2018-09-11)

Features

4.0.0 (2018-09-11)

Features

BREAKING CHANGES

  • SchemaEntry.defaultEnvVarValue is deleted. Use SchemaEntry.defaultValue instead.

3.0.0 (2018-09-10)

chore

BREAKING CHANGES

  • rename SchemaEntry.parse to SchemaEntry.parser.