From e524867a30907e97f2e0c4bce2b317f7fde7ea7c Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Mon, 11 May 2020 12:59:31 -0400 Subject: [PATCH] bump version to 0.8.2 This release contains significant (>10x) improvements for WASM speed. Performance is now comparable to libsass bindings with `node-sass` as well as `dart-sass` with dart2js. It is, however, roughly 4x slower than native `grass`. --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7131a3d..c7b08f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grass" -version = "0.8.1" +version = "0.8.2" description = "SASS compiler" readme = "README.md" license = "MIT" diff --git a/README.md b/README.md index d2be381..af445ba 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ a bug except for in the following situations: `grass` experimentally releases a [WASM version of the library to npm](https://www.npmjs.com/package/@connorskees/grass), compiled using wasm-bindgen. To use `grass` in your JavaScript projects, just add -`"@connorskees/grass": "^0.8.0"` to your package.json. Better documentation +`"@connorskees/grass": "^0.8.2"` to your package.json. Better documentation for this version will be provided when the library becomes more stable. ## Status