Skip to content

Releases: hail2u/node-css-mqpacker

v9.0.0

20 Jul 22:28
Compare
Choose a tag to compare
  • Support PostCSS v8

v8.0.1

18 Jun 07:02
Compare
Choose a tag to compare
  • Publish to GitHub Packages
  • Reduce package size
  • Update test

v7.0.0

17 Jul 11:38
Compare
Choose a tag to compare

This release supports PostCSS v7.

v6.0.2

25 Jan 05:27
Compare
Choose a tag to compare

This relase fixed a bug on min-width: 0 that was incorrectly inspected as Number.MAX_VALUE (#57).

v6.0.1

08 Jun 23:53
Compare
Choose a tag to compare

This release temporary fixes a bug in nested queries (#50).

v6.0.0

08 Jun 23:52
Compare
Choose a tag to compare

This release supports PostCSS v6.

v5.0.1

22 Jun 10:19
Compare
Choose a tag to compare

This fixes a bug on packages.json, not core.

Hello, Node.js v6!

07 May 06:54
Compare
Choose a tag to compare

fs.readFileSync(process.stdin.fd, 'utf8') rocks.

If you hate npm warning, you can use v4.x for Node.js v4. I will maintain v4.x until active version of Node.js LTS updated.

Yes, dependencies.

07 Apr 10:13
Compare
Choose a tag to compare

This release update dependency, and also optimize installed files.

PostCSS v5!

24 Aug 12:52
Compare
Choose a tag to compare

This version supports PostCSS v5 and deprecates following old interfaces:

  • mqpacker.postcss
  • mqpacker().pack()
  • mqpacker().postcss

You can still use mqpacker.pack() alone or postcss([mqpacker()]) with other PostCSS plugins.