88 Commits

Author SHA1 Message Date
connorskees
0de3d2709f resolve all failing color spec tests 2023-01-17 05:22:34 +00:00
connorskees
a7c2ca7b82 clippy 2023-01-16 22:32:03 +00:00
connorskees
0ec8616e11 add Sass documentation link to readme 2023-01-09 01:51:54 +00:00
connorskees
1f873e1f0e bump version to 0.12.1 2023-01-07 17:58:49 +00:00
connorskees
d14e6bd9f7 unify serialization and inspection 2023-01-07 04:17:05 +00:00
connorskees
8095c2345e add compile time macro 2023-01-06 10:58:12 +00:00
connorskees
34bbe4cd32 more robust support for @forward prefixes, more code coverage 2023-01-03 23:25:51 +00:00
connorskees
65c1a9e833 improve code coverage, handle more builtin fn edge cases 2023-01-03 04:33:56 +00:00
Connor Skees
39c992a2eb bump version to 0.12.0 2022-12-28 22:34:58 -05:00
Connor Skees
7e718e3492 update readme 2022-12-26 18:54:36 -05:00
Connor Skees
ffaee04613
rewrite parsing, evaluation, and serialization (#67)
Adds support for the indented syntax, plain CSS imports, `@forward`, and many other previously missing features.
2022-12-26 15:33:04 -05:00
Connor Skees
fb71fcac85 fix typo in readme 2022-04-03 19:30:48 -04:00
Connor Skees
dd92ebf39b bump version to 0.10.8 2021-09-20 21:33:15 -04:00
Connor Skees
c43b3a7661 bump version to 0.10.7 2021-08-15 23:33:54 -04:00
Connor Skees
c86b5f82e9 add commands to run spec with node 2021-07-31 10:57:44 -04:00
Connor Skees
100e7bad54 update changelog 2021-07-30 07:38:21 -04:00
Connor Skees
ebccebfed1 support 2 arg special rgb/rgba 2021-07-30 06:44:29 -04:00
Connor Skees
d07c1d3a06 support @at-root inside media query inside style rule 2021-07-28 02:08:20 -04:00
Connor Skees
94fe52a81d support compressed lists and number values 2021-07-25 09:57:55 -04:00
Connor Skees
c7e3ff39cf update readme and changelog 2021-07-24 19:17:29 -04:00
Connor Skees
92d367e934 update changelog and readme for 0.10.5 2021-07-10 12:57:02 -04:00
Connor Skees
32863c21fd update newly passing tests 2020-11-16 03:47:54 -05:00
Midas Lambrichts
f501ba8f33
Added additional steps to run the official spec. (#41)
* Added additional steps to run the official spec.

For people who know rust, but are not familiar with ruby, it might not
be immediatly clear what to do to get the spec to run.
Added additional steps which might be needed for a developer to be able
to run the specs.

* Added some wrapping in the sass-spec installation instructions.

Added some wrapping in the paragraph describing how to install the
dependencies for the `sass-spec` repository.

* Included review suggestion by @pickfire
2020-10-08 23:58:32 -04:00
Connor Skees
2c5b7c9198 update newly passing tests 2020-08-15 22:25:11 -04:00
Connor Skees
46ecbfffe5 update newly passing tests 2020-08-12 16:27:16 -04:00
Connor Skees
882c84c2d8 remove @use from remaining features 2020-08-07 02:26:59 -04:00
Connor Skees
10b333f663 update newly passing tests from module system 2020-08-07 02:24:17 -04:00
Connor Skees
a48e50f6e4 update changelog and passing tests 2020-07-24 23:49:26 -04:00
Connor Skees
37c1ada664 update passing tests 2020-07-06 20:08:23 -04:00
Connor Skees
4a9604dcf4 improve documentation 2020-07-06 10:30:21 -04:00
Connor Skees
fd37b34345 update passing tests 2020-07-04 21:20:16 -04:00
Connor Skees
a1d704ff82 update passing tests 2020-07-04 14:38:12 -04:00
Connor Skees
86d144a31b update passing tests 2020-07-03 21:21:26 -04:00
Connor Skees
0e1ea87627 update passing tests 2020-07-03 15:17:43 -04:00
Connor Skees
e7fc6815c1 update passing tests 2020-07-02 10:51:49 -04:00
Connor Skees
4d23270b23 update passing tests 2020-06-28 03:25:29 -04:00
ConnorSkees
36530a3309 add newly passing tests 2020-06-23 04:36:15 -04:00
ConnorSkees
169a6ec2b3 implement min and max 2020-06-22 11:07:54 -04:00
ConnorSkees
082d58853b implement special-cased functions min and max 2020-06-22 10:11:30 -04:00
ConnorSkees
218d73c982 bump version to 0.9.1 2020-06-20 22:06:45 -04:00
ConnorSkees
39d439b2c2 update newly passing tests from @supports MVP 2020-06-20 16:09:02 -04:00
ConnorSkees
2887016ceb tidy documentation
standardize capitalization of "Sass" and make updates to reflect new
0.9.0 API
2020-06-20 06:31:43 -04:00
ConnorSkees
549d96ac0d update newly passing tests in readme 2020-06-16 20:33:09 -04:00
ConnorSkees
41df8bafa4 update passing tests 2020-06-08 00:42:41 -04:00
ConnorSkees
8431ab9211 add features to readme 2020-05-29 18:40:53 -04:00
ConnorSkees
b149cb3484 bump version to 0.8.3 2020-05-25 16:26:31 -04:00
ConnorSkees
017bc971b4 remove first line in readme 2020-05-19 15:48:53 -04:00
ConnorSkees
e524867a30 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`.
2020-05-11 12:59:31 -04:00
ConnorSkees
648e101c49 add tests passing at the start of may 2020-05-05 19:01:40 -04:00
ConnorSkees
b2b5156e3b better instructions for running spec tests 2020-04-28 15:08:07 -04:00