66 Commits

Author SHA1 Message Date
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
ConnorSkees
48bffb69e0 more explicit in control flow 2020-04-26 01:45:30 -04:00
ConnorSkees
1a18955f0b make heading Web Assembly rather than WASM 2020-04-24 18:43:52 -04:00
ConnorSkees
b76dbb8b54 add note about testing and wasm to readme 2020-04-24 18:38:52 -04:00
ConnorSkees
4607163a62 more robustly handle - as start of identifier 2020-04-21 17:57:50 -04:00
ConnorSkees
93bd950940 2020-04-21 tests 2020-04-21 04:59:03 -04:00
ConnorSkees
aea2b65a8d remove string parsing from readme (finally!) 2020-04-20 13:59:53 -04:00
ConnorSkees
515c37d110 rearrange readme 2020-04-19 16:38:42 -04:00
ConnorSkees
502528c914 replace @font-fact with @supports 2020-04-12 22:03:40 -04:00
ConnorSkees
4868704914 implemented some special functions 2020-04-07 00:10:18 -04:00
ConnorSkees
6d63b1bda4 implemented @ at-root 2020-04-06 14:41:56 -04:00
ConnorSkees
d67fe948d6 implement builtin function unique-id 2020-04-05 18:20:58 -04:00
ConnorSkees
3024c3894a remove ops and add strings to todo 2020-04-05 17:42:08 -04:00
ConnorSkees
c8a59ea501 implement builtin function random 2020-04-05 13:42:53 -04:00
ConnorSkees
b52af759f2 add number of related tests to missing features 2020-04-05 12:55:39 -04:00
ConnorSkees
bac1b2494a implemented call and get-function 2020-04-04 12:59:05 -04:00
ConnorSkees
d26a81253f builtin functions zip, index 2020-04-03 16:55:32 -04:00
ConnorSkees
dbbadaf62e remove varargs and map-remove from todo 2020-04-02 13:57:02 -04:00
ConnorSkees
bccce094e4 implemented @while 2020-04-02 00:43:07 -04:00
ConnorSkees
8575bbd39a 2020-04-01 tests 2020-04-01 17:53:47 -04:00
ConnorSkees
806dba12a3 global scope has been implemented 2020-03-30 17:07:27 -04:00
ConnorSkees
e4843180c7 maps are implemented! 2020-03-30 16:53:27 -04:00
ConnorSkees
e56228d347 2020-03-30 tests 2020-03-30 03:18:27 -04:00