Releases: eik-lib/common
Releases · eik-lib/common
v4.0.0-next.8
4.0.0-next.8 (2022-07-27)
Bug Fixes
v4.0.0-next.7
v4.0.0-next.6
v4.0.0-next.5
4.0.0-next.5 (2022-07-26)
Bug Fixes
v3.0.1
v3.0.0
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
-
add extension, mime-type and content-type to file location (a9b4fe1)
-
Add hapi support for local assets (7528c32)
-
add mappings() method to eik config object (f989ae0), closes /github.com/eik-lib/issues/issues/2#issuecomment-779099732
-
refactor!: packageURL removed, localAssets fixed and updated (90fd181)
-
refactor!: remove pathsAndFiles methods (90d8a12)
-
feat!: preserve directory structure when globbing in config (dff2830)
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
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
4.0.0-next.3 (2021-02-23)
Bug Fixes
- update require statements to avoid circular dependencies (4359bec)