@@ -48,64 +48,8 @@ This gem is maintained by [Ryan Boland](https://ryanboland.com)
48
48
and [ awesome contributors] ( https://github.com/bolandrm/sassc-ruby/graphs/contributors ) .
49
49
50
50
## Changelog
51
- - ** 1.12.1**
52
- - [ Downgrade to libsass 3.5.2 to fix css imports] ( https://github.com/sass/sassc-ruby/pull/81 )
53
- - ** 1.12.0**
54
- - [ Update Libsass to 3.5.4] ( https://github.com/sass/sassc-ruby/pull/78 )
55
- - [ bundler is a development dependency] ( https://github.com/sass/sassc-ruby/pull/51 )
56
- - ** 1.11.4**
57
- - Fix ` Value::List ` related issue with sass 3.5.0
58
- - ** 1.11.3**
59
- - [ Require Sass::Deprecation module] ( https://github.com/sass/sassc-ruby/pull/68 )
60
- - ** 1.11.2**
61
- - [ Update to libsass 3.4.3] ( https://github.com/sass/sassc-ruby/pull/65 )
62
- - ** 1.11.1**
63
- - [ Update to libsass 3.4.1] ( https://github.com/sass/sassc-ruby/pull/61 )
64
- - ** 1.11.0**
65
- - [ Add support for lists in functions] ( https://github.com/sass/sassc-ruby/pull/55 )
66
- - [ Update to libsass 3.4.0] ( https://github.com/sass/sassc-ruby/pull/57 )
67
- - ** 1.10.1**
68
- - [ Add sourcemap getter] ( https://github.com/sass/sassc-ruby/pull/48 )
69
- - ** 1.10.0**
70
- - [ Improved error messages] ( https://github.com/sass/sassc-ruby/pull/34 )
71
- - Update to Libsass 3.3.6
72
- - ** 1.9.0**
73
- - Support boolean script support
74
- - ** 1.8.5**
75
- - Update to Libsass 3.3.4
76
- - ** 1.8.4**
77
- - Update to Libsass 3.3.3
78
- - ** 1.8.3**
79
- - [ Passing empty string into engine does not raise error] ( https://github.com/sass/sassc-ruby/pull/31 )
80
- - ** 1.8.2**
81
- - Update to Libsass 3.3.2
82
- - ** 1.8.1**
83
- - Update to Libsass 3.3.1
84
- - ** 1.8.0**
85
- - Update to Libsass 3.3.0
86
- - ** 1.8.0.pre2**
87
- - Fix bug with looking up gem_path
88
- - ** 1.8.0.pre1**
89
- - [ Update to Libsass 3.3.0-beta3] ( https://github.com/sass/sassc-ruby/pull/20 )
90
- - ** 1.7.1**
91
- - Some updates to ` Engine ` API.
92
- - ** 1.7.0**
93
- - [ Support Precision] ( https://github.com/sass/sassc-ruby/pull/19 )
94
- - ** 1.6.0**
95
- - [ Support Sass Color types] ( https://github.com/bolandrm/sassc-ruby/pull/14 )
96
- - [ Support quoted strings] ( https://github.com/bolandrm/sassc-ruby/pull/13 )
97
- - [ Improve custom function error handling] ( https://github.com/bolandrm/sassc-ruby/pull/15 )
98
- - ** 1.5.1**
99
- - 2nd attempt at fixing compilation bug (issue [ #12 ] ( https://github.com/bolandrm/sassc-ruby/issues/12 ) )
100
- - ** 1.5.0**
101
- - Add support for inline source maps
102
- - Fix compilation bug (issue [ #12 ] ( https://github.com/bolandrm/sassc-ruby/issues/12 ) )
103
- - ** 1.4.0**
104
- - Add support for line number comments
105
- - ** 1.3.0**
106
- - Support Sass color custom function arguments
107
- - Adds error handling for exceptions in custom functions
108
- - Custom functions may have optional/default arguments
51
+
52
+ See [ CHANGELOG.md] ( CHANGELOG.md ) .
109
53
110
54
## Contributing
111
55
0 commit comments