0.9.0 (May 21st 2015)
NOTE: This release contains breaking changes!
- upgrading to libsass 3.2.4
- fixing worker API to avoid throwing
DataCloneErrorbecausepostMessagecan't handleErrorinstances - improving worker API to find
sass.worker.jsitself 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.