Skip to content

Releases: eik-lib/common

v3.0.0-next.1

18 Feb 16:34
Compare
Choose a tag to compare
v3.0.0-next.1 Pre-release
Pre-release

3.0.0-next.1 (2021-02-18)

Features

BREAKING CHANGES

  • packageURL was removed as it no longer makes sense given the changes to eik json files config

localAssets has been refactored to use the new mappings method of eik config

  • Consumers of the Eik Config class will all need to be updated to use the newer .mappings() method instead.
  • directory structures are no longer flattened

v2.0.3

11 Feb 10:36
Compare
Choose a tag to compare

2.0.3 (2021-02-11)

Bug Fixes

  • handle file keys starting with . correctly (01c0dd8)

v2.0.2

10 Feb 15:18
Compare
Choose a tag to compare

2.0.2 (2021-02-10)

Bug Fixes

  • do not use package.json as config source if eik key is not defined (ccbc610)

v2.0.1

09 Feb 07:54
Compare
Choose a tag to compare

2.0.1 (2021-02-09)

Bug Fixes

  • correctly return default type from eik-config class (fadaea7)

v2.0.0

08 Feb 10:09
Compare
Choose a tag to compare

2.0.0 (2021-02-08)

  • feat!: add type field to eik config schema (d9bd0c4)

BREAKING CHANGES

  • valid eik config object is now required when instantiating EikConfig class

v1.6.0

27 Jan 11:59
Compare
Choose a tag to compare

1.6.0 (2021-01-27)

Features

  • add "type" field to JSON Schema, validation and asserts (402ffca)

v1.5.0

25 Jan 12:37
Compare
Choose a tag to compare

1.5.0 (2021-01-25)

Features

  • Add config persistence method to configStore (91b396c)

v1.4.2

21 Jan 12:07
Compare
Choose a tag to compare

1.4.2 (2021-01-21)

Bug Fixes

  • remove singletons in packageURL and localAssets (6e49df0)

v1.4.1

19 Jan 19:48
Compare
Choose a tag to compare

1.4.1 (2021-01-19)

Bug Fixes

  • Ensure map property for config is always an array (c0d1860)

v1.4.0

19 Jan 10:51
Compare
Choose a tag to compare

1.4.0 (2021-01-19)

Features