All Versions
13
Latest Version
Avg Release Cycle
19 days
Latest Release
3064 days ago

Changelog History
Page 1

  • v0.8.2 Changes

    December 04, 2015
  • v0.8.1 Changes

    November 07, 2015
    • ๐Ÿ› Bug Fix
      • Make babel-runtime a dependency
  • 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
    • Internal
      • Transpile code with Babel v6
  • 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
  • v0.6.4 Changes

    November 06, 2015
    • ๐Ÿ†• New Feature
      • Add export default to StyleSheet.js (b6pzeusbc54tvhw5jgpyw8pwz2x6gs)
    • ๐Ÿ’… Polish
      • Remove changelog from npm package
  • v0.6.3 Changes

    June 23, 2015
    • Internal
      • Fix broken release
  • 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)
  • v0.6.1 Changes

    May 06, 2015
    • Internal
      • Simplify library compilation
  • 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
  • v0.5.0 Changes

    April 20, 2015
    • ๐Ÿ†• New Feature
      • Remove React dependency
    • ๐Ÿ“š Documentation
      • Update README.md