Skip to content

0.9.0 (May 21st 2015)

Choose a tag to compare

@rodneyrehm rodneyrehm released this 21 May 05:55
· 139 commits to master since this release

NOTE: This release contains breaking changes!

  • upgrading to libsass 3.2.4
  • fixing worker API to avoid throwing DataCloneError because postMessage can't handle Error instances
  • improving worker API to find sass.worker.js itself when loaded through simple <script> element - (Issue #32)
  • improving worker API to allow multiple parallel workers to be initialized - Breaking Change
  • improving Sass.compile() to queue multiple invocations for serialized execution rather than throwing an error
  • adding sass.destroy() to terminate a worker and free its resources
  • adding Sass.setWorkerUrl() to define the path of the worker before a Sass instance is created

switching version tags from v1.2.3 to 1.2.3, dropping the unnecssary v.