Releases: asset-pipe/asset-pipe-build-server
Releases · asset-pipe/asset-pipe-build-server
v5.0.0
5.0.0 (2018-01-24)
Bug Fixes
- update js reader to latest (f30ce51)
BREAKING CHANGES
- Output bundles have been changed. While they do the
same thing, module orderings and keys may be different. Some additional
deduping will also happen.
v4.2.1
4.2.1 (2018-01-16)
Bug Fixes
- handle arbitrary file types instead of hardcoding js and css (#102) (64f1e81)
v4.2.0
4.2.0 (2017-12-18)
Features
- use jest-worker to offload bundling to another thread (#100) (cf9742f)
v4.1.0
4.1.0 (2017-12-05)
Features
- Improves error messaging by wrapping errors with boom
v4.0.2
4.0.2 (2017-11-30)
Bug Fixes
- make sure all errors are boom errors (c09b790)
v4.0.1
4.0.1 (2017-11-30)
Bug Fixes
- package: add missing mime-types dependency (752f25c)
v4.0.0
4.0.0 (2017-11-29)
Code Refactoring
- refactor to remove streams (197d48a)
BREAKING CHANGES
- Drops support for sinks < v1.1
v3.0.2
3.0.2 (2017-11-16)
Bug Fixes
- package: update boom to version 7.0.0 (e6463c0)
v3.0.1
3.0.1 (2017-11-16)
Bug Fixes
- handle file download content types (b5d3bda)
v3.0.0
3.0.0 (2017-11-16)
Chores
BREAKING CHANGES
- This repository has been renamed from asset-pipe-build-server to
@asset-pipe/server