sass/accepted/shared-resources.changes.md

20 lines
398 B
Markdown
Raw Normal View History

2023-12-15 22:28:24 +00:00
## Draft 1.3
* Expose `Compiler` and `AsyncCompiler` classes.
* Specify that `Compiler` and `AsyncCompiler` classes throw errors if
* constructed without going through the `init` methods.
2023-11-16 02:02:11 +00:00
## Draft 1.2
* Await method calls in example code.
* Use `compiler.compile*()` methods in example code.
## Draft 1.1
* Remove unneeded returned/resolved value from `dispose`.
## Draft 1
* Initial draft