Skip to content

Releases: 47ng/check-env

v3.0.0

25 Oct 21:07
Compare
Choose a tag to compare

3.0.0 (2022-10-25)

Features

BREAKING CHANGES

  • Default export has been replaced with a named import:
import { checkEnv } from '@47ng/check-env'

v3.0.0-beta.1

25 Oct 21:00
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

3.0.0-beta.1 (2022-10-25)

Features

BREAKING CHANGES

  • Default export has been replaced with a named import:
import { checkEnv } from '@47ng/check-env'

v2.1.1

24 Oct 14:57
Compare
Choose a tag to compare

2.1.1 (2022-10-24)

Bug Fixes

  • Update dependencies & bump patch (8f74b7f)

v2.1.0

10 Feb 13:01
Compare
Choose a tag to compare

2.1.0 (2022-02-10)

Features

  • Conditional checks by ignoring falsy values (5cefd52)

v2.0.2

22 Dec 19:35
Compare
Choose a tag to compare

2.0.2 (2020-12-22)

Bug Fixes

  • Explicitly declare path to TS types (b86d1e2)

v2.0.1

23 Apr 15:54
Compare
Choose a tag to compare

2.0.1 (2020-04-23)

Maintenance release:

  • Updated dependencies
  • Added unit tests
  • Updated tooling, now using semantic-release.