Expose the SassException class publicly (#446)

This commit is contained in:
Natalie Weizenbaum 2018-08-14 12:58:47 -07:00 committed by GitHub
parent d1bb4a0d6d
commit 874ee0b076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## 1.12.0
### Dart API
* Add a `SassException` type that provides information about Sass compilation
failures.
## 1.11.0
* Add support for importing plain CSS files. They can only be imported *without*

View File

@ -19,6 +19,7 @@ import 'src/syntax.dart';
import 'src/visitor/serialize.dart';
export 'src/callable.dart' show Callable, AsyncCallable;
export 'src/exception.dart' show SassException;
export 'src/importer.dart';
export 'src/logger.dart';
export 'src/syntax.dart';

View File

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