Skip to content

Releases: eik-lib/common

v4.0.0-next.8

27 Jul 08:18
Compare
Choose a tag to compare
v4.0.0-next.8 Pre-release
Pre-release

4.0.0-next.8 (2022-07-27)

Bug Fixes

  • add super important package back (48c0150)
  • remove non-super important modules from each package (c862992)

v4.0.0-next.7

26 Jul 15:31
Compare
Choose a tag to compare
v4.0.0-next.7 Pre-release
Pre-release

4.0.0-next.7 (2022-07-26)

Bug Fixes

  • run semantic release in each package (84ace0c)

v4.0.0-next.6

26 Jul 15:23
Compare
Choose a tag to compare
v4.0.0-next.6 Pre-release
Pre-release

4.0.0-next.6 (2022-07-26)

Bug Fixes

v4.0.0-next.5

26 Jul 07:56
Compare
Choose a tag to compare
v4.0.0-next.5 Pre-release
Pre-release

4.0.0-next.5 (2022-07-26)

Bug Fixes

  • deps: update dependency glob to v8 (#225) (fd01a56)
  • deps: update dependency validate-npm-package-name to v4 (#222) (c3721ab)

v3.0.1

04 May 04:37
Compare
Choose a tag to compare

3.0.1 (2022-05-04)

Bug Fixes

  • deps: update dependency glob to v8 (#225) (fd01a56)
  • deps: update dependency validate-npm-package-name to v4 (#222) (c3721ab)

v3.0.0

12 Aug 13:12
Compare
Choose a tag to compare

3.0.0 (2021-08-12)

Bug Fixes

  • ensure absolute file paths work as expected (4f6ce5e)
  • include eik json schema file in package when publishing (f0c3c45)
  • update require statements to avoid circular dependencies (4359bec)

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

v4.0.0-next.4

23 Feb 18:38
Compare
Choose a tag to compare
v4.0.0-next.4 Pre-release
Pre-release

4.0.0-next.4 (2021-02-23)

Bug Fixes

  • include eik json schema file in package when publishing (f0c3c45)

v4.0.0-next.3

23 Feb 11:29
Compare
Choose a tag to compare
v4.0.0-next.3 Pre-release
Pre-release

4.0.0-next.3 (2021-02-23)

Bug Fixes

  • update require statements to avoid circular dependencies (4359bec)

v4.0.0-next.2

23 Feb 09:11
Compare
Choose a tag to compare
v4.0.0-next.2 Pre-release
Pre-release

4.0.0-next.2 (2021-02-23)

Bug Fixes

  • ensure absolute file paths work as expected (4f6ce5e)

v4.0.0-next.1

19 Feb 11:38
Compare
Choose a tag to compare
v4.0.0-next.1 Pre-release
Pre-release

4.0.0-next.1 (2021-02-19)

Features

  • Add hapi support for local assets (7528c32)