Skip to content

Releases: arlac77/config-expander

v11.0.0

10 May 21:01
Compare
Choose a tag to compare

11.0.0 (2019-05-10)

Bug Fixes

  • removeSensibleValues now has its own npm package (4de5e97)

BREAKING CHANGES

  • removeSensibleValues() resides now in its own module remove-sensible-values

v10.3.3

09 May 22:38
0f0318c
Compare
Choose a tag to compare

10.3.3 (2019-05-09)

Bug Fixes

  • merge handle more edge cases (null) (66731fc)

v10.3.2

06 May 16:56
Compare
Choose a tag to compare

10.3.2 (2019-05-06)

Bug Fixes

  • merge values array -> prevent duplicates (7ffeea8)

v10.3.1

06 May 00:07
Compare
Choose a tag to compare

10.3.1 (2019-05-06)

Bug Fixes

  • also handle 'secret' as sensible data (ef1d452)

v10.3.0

05 May 16:41
Compare
Choose a tag to compare

10.3.0 (2019-05-05)

Features

v10.2.5

01 May 01:02
Compare
Choose a tag to compare

10.2.5 (2019-05-01)

Bug Fixes

  • explicitly import mjs modules (*.mjs) (34b0ac3)

v10.2.4

09 Apr 14:07
Compare
Choose a tag to compare

10.2.4 (2019-04-09)

Bug Fixes

v10.2.3

05 Apr 19:32
Compare
Choose a tag to compare

10.2.3 (2019-04-05)

Bug Fixes

  • accept string as first arg of first() too (619e053)

v10.2.2

05 Apr 17:53
Compare
Choose a tag to compare

10.2.2 (2019-04-05)

Bug Fixes

  • declare args of firts() as nullable (3e7c0a0)

v10.2.1

05 Apr 12:21
Compare
Choose a tag to compare

10.2.1 (2019-04-05)

Bug Fixes

  • handle emply left side while merging (f7a68a9)