There was an error while loading. Please reload this page.
1 parent a5ce900 commit 7b2dfefCopy full SHA for 7b2dfef
2 files changed
CHANGELOG.md
@@ -1,14 +1,18 @@
1
-## 1.0.0-rc.2
+## 1.0.0
2
+
3
+**Initial stable release.**
4
5
+### Changes Since 1.0.0-rc.1
6
7
* Allow `!` in custom property values ([#260][]).
8
9
[#260]: https://github.com/sass/dart-sass/issues/260
10
-### Dart API
11
+#### Dart API
12
13
* Remove the deprecated `render()` function.
14
-### Node API
15
+#### Node API
16
17
* Errors are now subtypes of the `Error` type.
18
pubspec.yaml
@@ -1,5 +1,5 @@
name: sass
-version: 1.0.0-dev
+version: 1.0.0
description: A Sass implementation in Dart.
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/sass/dart-sass
0 commit comments