mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-27 04:34:59 +01:00
Release 1.0.0
This commit is contained in:
parent
a5ce900a2f
commit
7b2dfef289
10
CHANGELOG.md
10
CHANGELOG.md
@ -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.
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user