Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Releases: asset-pipe/asset-pipe-build-server

v5.0.0

24 Jan 13:10
Compare
Choose a tag to compare

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

16 Jan 09:32
Compare
Choose a tag to compare

4.2.1 (2018-01-16)

Bug Fixes

  • handle arbitrary file types instead of hardcoding js and css (#102) (64f1e81)

v4.2.0

18 Dec 14:24
cf9742f
Compare
Choose a tag to compare

4.2.0 (2017-12-18)

Features

  • use jest-worker to offload bundling to another thread (#100) (cf9742f)

v4.1.0

05 Dec 08:56
Compare
Choose a tag to compare

4.1.0 (2017-12-05)

Features

  • Improves error messaging by wrapping errors with boom

v4.0.2

30 Nov 11:04
Compare
Choose a tag to compare

4.0.2 (2017-11-30)

Bug Fixes

  • make sure all errors are boom errors (c09b790)

v4.0.1

30 Nov 10:23
Compare
Choose a tag to compare

4.0.1 (2017-11-30)

Bug Fixes

  • package: add missing mime-types dependency (752f25c)

v4.0.0

29 Nov 14:04
Compare
Choose a tag to compare

4.0.0 (2017-11-29)

Code Refactoring

  • refactor to remove streams (197d48a)

BREAKING CHANGES

  • Drops support for sinks < v1.1

v3.0.2

16 Nov 19:40
Compare
Choose a tag to compare

3.0.2 (2017-11-16)

Bug Fixes

  • package: update boom to version 7.0.0 (e6463c0)

v3.0.1

16 Nov 12:56
Compare
Choose a tag to compare

3.0.1 (2017-11-16)

Bug Fixes

  • handle file download content types (b5d3bda)

v3.0.0

16 Nov 12:50
Compare
Choose a tag to compare

3.0.0 (2017-11-16)

Chores

BREAKING CHANGES

  • This repository has been renamed from asset-pipe-build-server to
    @asset-pipe/server