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-css-reader

v1.2.0

24 Sep 09:26
3d67933
Compare
Choose a tag to compare

1.2.0 (2019-09-24)

Features

  • Add minify option like js-reader (#35) (3d67933)

v1.1.1

20 Dec 12:06
Compare
Choose a tag to compare

1.1.1 (2018-12-20)

Bug Fixes

  • update all deps to fix vulnerabilities (ba7cc65)

v1.1.0

29 Nov 10:56
ef9f824
Compare
Choose a tag to compare

1.1.0 (2017-11-29)

Chores

Code Refactoring

  • Refactor to remove streams and match js reader api changes (79cdef6)

Features

  • backwards compatible change of content key (c25c7b7)

BREAKING CHANGES

  • rename package to @asset-pipe/css-reader
  • API is now a single async function. Input changed to an array of feed objects.
    Output changed to a string bundle.

v1.0.1

01 Nov 13:25
d6a07f0
Compare
Choose a tag to compare

1.0.1 (2017-11-01)

Bug Fixes

  • Ensure newline between concatenated CSS chunks (b2cd534)

v1.0.0

20 Oct 14:07
Compare
Choose a tag to compare

1.0.0 (2017-10-20)

Features

  • reader: Add implementation with tests (088bd18)