All Versions
13
Latest Version
Avg Release Cycle
19 days
Latest Release
2673 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.8.2 Changes
December 04, 2015- 🐛 Bug Fix
- Disable babel-plugin-transform-runtime due to https://phabricator.babeljs.io/T6644
- 🐛 Bug Fix
-
v0.8.1 Changes
November 07, 2015- 🐛 Bug Fix
- Make babel-runtime a dependency
- 🐛 Bug Fix
-
v0.8.0 Changes
November 07, 2015- 🆕 New Feature
- The CLI now uses Babel v6 for the additional transformation step
- 💥 Breaking Change
- Remove the
--babel-stage
CLI option, use a.babelrc
file to configure the additional Babel transformation step
- Remove the
- Internal
- Transpile code with Babel v6
- 🆕 New Feature
-
v0.7.0 Changes
November 06, 2015- 🆕 New Feature
- Add support for Node.js v4 and v5
- 💥 Breaking Change
- Remove support for Node.js v0.10
- Internal
- Remove the Contextify dependency, use built-in VM module instead
- 🆕 New Feature
-
v0.6.4 Changes
November 06, 2015- 🆕 New Feature
- Add
export default
to StyleSheet.js (b6pzeusbc54tvhw5jgpyw8pwz2x6gs)
- Add
- 💅 Polish
- Remove changelog from npm package
- 🆕 New Feature
-
v0.6.3 Changes
June 23, 2015- Internal
- Fix broken release
- Internal
-
v0.6.2 Changes
June 12, 2015- 🆕 New Feature
- Add support for source maps (mjohnston)
- Internal
- Move example away from Heroku
- Upgrade autoprefixer-core (mjohnston)
- 🆕 New Feature
-
v0.6.1 Changes
May 06, 2015- Internal
- Simplify library compilation
- Internal
-
v0.6.0 Changes
April 28, 2015- 🆕 New Feature
- Enable simple arithmetic expressions and string concats on the right-hand side of style rules
- Add
context
options to Node.js API and CLI
- 📚 Documentation
- Add CHANGELOG.md
- Update README.md
- Internal
- Switch from babel to recast for AST transform
- 🆕 New Feature
-
v0.5.0 Changes
April 20, 2015- 🆕 New Feature
- Remove React dependency
- 📚 Documentation
- Update README.md
- 🆕 New Feature