Skip to content
This repository has been archived by the owner on Aug 19, 2019. It is now read-only.

Releases: rebem/layers-loader

v0.5.3

20 Apr 09:34
Compare
Choose a tag to compare

✔️ fix layers being ignored in some cases

v0.5.2

20 Apr 09:33
Compare
Choose a tag to compare

✔️ fix mutation of relative paths context (fixes #3)

v0.5.1

29 Mar 11:50
Compare
Choose a tag to compare

✔️ use stringifyRequest helper to compose relative paths
➕ pass loader context to transform
👾 pass loader context mock to transform
👾 expect relative pathes instead of absolute

v0.5.0

07 Mar 10:24
Compare
Choose a tag to compare

Semantic update.

🔧 rename exportFactory option into importFactory
🔧 rename include option into consumers

Docs are updated too!

v0.4.0

07 Mar 10:23
Compare
Choose a tag to compare

➕ add exportFactory into layer config (see https://github.com/rebem/layers-loader#layer-config)
📝 docs!

v0.3.2

18 Feb 07:11
Compare
Choose a tag to compare

✔️ fix exports.default in ?inject mode

v0.3.1

01 Feb 06:19
Compare
Choose a tag to compare

✔️ fix generateCacheKey with different layers

v0.3.0

25 Jan 10:29
Compare
Choose a tag to compare

➕ add exportFactory = false to loader options

v0.2.1

25 Jan 07:41
Compare
Choose a tag to compare

✔️ allow layers composition throughout all layers instead of downstream only

v0.2.0

22 Jan 05:44
Compare
Choose a tag to compare

➕ add ?styles option
✔️ fix cache to be async
✔️ fix output with no styles
👾 tests!