Release 1.0.0

This commit is contained in:
Natalie Weizenbaum 2018-03-26 12:49:52 -07:00
parent a5ce900a2f
commit 7b2dfef289
2 changed files with 8 additions and 4 deletions

View File

@ -1,14 +1,18 @@
## 1.0.0-rc.2 ## 1.0.0
**Initial stable release.**
### Changes Since 1.0.0-rc.1
* Allow `!` in custom property values ([#260][]). * Allow `!` in custom property values ([#260][]).
[#260]: https://github.com/sass/dart-sass/issues/260 [#260]: https://github.com/sass/dart-sass/issues/260
### Dart API #### Dart API
* Remove the deprecated `render()` function. * Remove the deprecated `render()` function.
### Node API #### Node API
* Errors are now subtypes of the `Error` type. * Errors are now subtypes of the `Error` type.

View File

@ -1,5 +1,5 @@
name: sass name: sass
version: 1.0.0-dev version: 1.0.0
description: A Sass implementation in Dart. description: A Sass implementation in Dart.
author: Dart Team <misc@dartlang.org> author: Dart Team <misc@dartlang.org>
homepage: https://github.com/sass/dart-sass homepage: https://github.com/sass/dart-sass