Releases: jescalan/autoprefixer-stylus
Releases · jescalan/autoprefixer-stylus
v0.6.0
- Upgrade to latest version of autoprefixer
v0.5.0
- Potentially breaking, be careful with your upgrades!
- Adds full support for multi-stage sourcemaps through autoprefixer back to the original source
v0.4.0
Upgrade to autoprefixer v4
v0.3.1
- Fixes a bug with sourcemap filenames (#14) - thanks to @Panya for the fix here!
v0.3.0
Upgrade to autoprefixer 3.x
. This is a breaking change in autoprefixer, and therefore a breaking change in autoprefixer-stylus. See the readme for updated argument passing syntax.
v0.2.0
Upgrade autoprefixer version to 2.x
v0.1.0
- Bump autoprefixer version
- Moving to minor version 1 as the API is pretty stable and autoprefixer itself is at major version 1
v0.0.4
- Upgrade autoprefixer for
v1.0.x
- Fix autoprefixer bug where non-string args would crash it
- Better testing and repo conventions
v0.0.2
Add ability to pass in arguments to target specific browsers.
v0.0.1
Initial release, basic functionality intact, tests present and passing.