Skip to content

Releases: otaciliolacerda/auto-config-js

v1.1.7

02 Apr 21:49
f246d0e
Compare
Choose a tag to compare

1.1.7 (2022-04-02)

Bug Fixes

  • problem on node target engine introduced on last version (#16) (f246d0e)

v1.1.5

08 Apr 10:24
056b57b
Compare
Choose a tag to compare

1.1.5 (2021-04-08)

Bug Fixes

v1.1.3

02 Apr 16:44
1d06bf6
Compare
Choose a tag to compare

⚠️ Please do not use this release. It contain errors.

1.1.3 (2021-04-02)

Bug Fixes

v1.1.2

20 Jul 10:47
3f7f381
Compare
Choose a tag to compare

1.1.2 (2020-07-20)

Bug Fixes

  • Now the init function works correctly with the default parameters
  • Load and merge of profiles now respects the priority order
    (#8) (3f7f381)

v1.1.1

19 Jul 21:13
b97ae2b
Compare
Choose a tag to compare

1.1.1 (2020-07-19)

Bug Fixes

  • init function now works properly with default params (#7) (b97ae2b)

v1.1.0

19 Jul 14:23
c41f6ff
Compare
Choose a tag to compare

1.1.0 (2020-07-19)

Features

Features:

  • Check for duplicated properties in the configuration

Fixes:

  • System variable resolution now behaves as expected: no unnecessary logic to match prefixes
  • Add resolutions to bump lodash version used by dependencies. This fixes a Prototype Pollution vulnerability
  • Fix resolution of number values from the system variables

PRs (#5) and (#6)

v1.0.0

15 Jul 06:27
324a01f
Compare
Choose a tag to compare

1.0.0 (2020-07-15)

Features