Skip to content

Tags: dbstratta/environment

Tags

v8.0.2

chore(release): 8.0.2 [skip ci]

## [8.0.2](v8.0.1...v8.0.2) (2020-11-28)

### Bug Fixes

* bump deps ([d8a5d27](d8a5d27))

v8.0.1

chore(release): 8.0.1 [skip ci]

## [8.0.1](v8.0.0...v8.0.1) (2020-06-06)

### Bug Fixes

* expose parsers.array ([998dbfc](998dbfc))

v8.0.0

chore(release): 8.0.0 [skip ci]

# [8.0.0](v7.0.0...v8.0.0) (2020-02-08)

### Bug Fixes

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

### chore

* bump versions ([d581646](d581646))

### Features

* improve TS types ([0251002](0251002))

### BREAKING CHANGES

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

v7.0.0

chore(release): 7.0.0 [skip ci]

# [7.0.0](v6.2.0...v7.0.0) (2019-05-20)

### Bug Fixes

* export regex parser and fix whitelist type ([4bba415](4bba415))

### BREAKING CHANGES

* drop support for TypeScript versions 3.3 and lower.

v6.2.0

chore(release): 6.2.0 [skip ci]

# [6.2.0](v6.1.0...v6.2.0) (2019-03-01)

### Features

* use `debug` module to help debugging ([14668b1](14668b1))

v6.1.0

chore(release): 6.1.0 [skip ci]

# [6.1.0](v6.0.0...v6.1.0) (2019-02-08)

### Features

* support passing your own processEnv object ([259acfd](259acfd))

v6.0.0

chore(release): 6.0.0 [skip ci]

# [6.0.0](v5.2.0...v6.0.0) (2019-02-07)

### chore

* drop Node.js < 10 support ([c2475ca](c2475ca))

### Features

* add `on` and `off` as truthy and falsy values respectively ([7e8b423](7e8b423))

### BREAKING CHANGES

* drop Node.js < 10 support

v5.2.0

v5.1.0

chore(release): 5.1.0 [skip ci]

# [5.1.0](https://github.com/strattadb/environment.git/compare/v5.0.0...v5.1.0) (2018-10-29)

### Features

* improve type definition for whitelist parser ([2975adf](https://github.com/strattadb/environment.git/commit/2975adf))

v5.0.0

chore(release): 5.0.0 [skip ci]

# [5.0.0](https://github.com/strattadb/environment.git/compare/v4.1.0...v5.0.0) (2018-10-28)

### Features

* add regex parser ([4858de9](https://github.com/strattadb/environment.git/commit/4858de9))
* return a number in port parser ([55d1524](https://github.com/strattadb/environment.git/commit/55d1524))

### BREAKING CHANGES

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