Releases: eik-lib/common
Releases · eik-lib/common
v3.0.0-next.1
3.0.0-next.1 (2021-02-18)
Features
-
add extension, mime-type and content-type to file location (a9b4fe1)
-
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