Skip to content

Commit 0e0498d

Browse files
committed
move changelog out to its own file
1 parent a724734 commit 0e0498d

File tree

2 files changed

+63
-58
lines changed

2 files changed

+63
-58
lines changed

CHANGELOG.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
- **2.0.0**
2+
- [Remove dependency on Ruby Sass](https://github.com/sass/sassc-ruby/pull/85)
3+
- [frozen_string_literal all files](https://github.com/sass/sassc-ruby/pull/85)
4+
- **1.12.1**
5+
- [Downgrade to libsass 3.5.2 to fix css imports](https://github.com/sass/sassc-ruby/pull/81)
6+
- **1.12.0**
7+
- [Update Libsass to 3.5.4](https://github.com/sass/sassc-ruby/pull/78)
8+
- [bundler is a development dependency](https://github.com/sass/sassc-ruby/pull/51)
9+
- **1.11.4**
10+
- Fix `Value::List` related issue with sass 3.5.0
11+
- **1.11.3**
12+
- [Require Sass::Deprecation module](https://github.com/sass/sassc-ruby/pull/68)
13+
- **1.11.2**
14+
- [Update to libsass 3.4.3](https://github.com/sass/sassc-ruby/pull/65)
15+
- **1.11.1**
16+
- [Update to libsass 3.4.1](https://github.com/sass/sassc-ruby/pull/61)
17+
- **1.11.0**
18+
- [Add support for lists in functions](https://github.com/sass/sassc-ruby/pull/55)
19+
- [Update to libsass 3.4.0](https://github.com/sass/sassc-ruby/pull/57)
20+
- **1.10.1**
21+
- [Add sourcemap getter](https://github.com/sass/sassc-ruby/pull/48)
22+
- **1.10.0**
23+
- [Improved error messages](https://github.com/sass/sassc-ruby/pull/34)
24+
- Update to Libsass 3.3.6
25+
- **1.9.0**
26+
- Support boolean script support
27+
- **1.8.5**
28+
- Update to Libsass 3.3.4
29+
- **1.8.4**
30+
- Update to Libsass 3.3.3
31+
- **1.8.3**
32+
- [Passing empty string into engine does not raise error](https://github.com/sass/sassc-ruby/pull/31)
33+
- **1.8.2**
34+
- Update to Libsass 3.3.2
35+
- **1.8.1**
36+
- Update to Libsass 3.3.1
37+
- **1.8.0**
38+
- Update to Libsass 3.3.0
39+
- **1.8.0.pre2**
40+
- Fix bug with looking up gem_path
41+
- **1.8.0.pre1**
42+
- [Update to Libsass 3.3.0-beta3](https://github.com/sass/sassc-ruby/pull/20)
43+
- **1.7.1**
44+
- Some updates to `Engine` API.
45+
- **1.7.0**
46+
- [Support Precision](https://github.com/sass/sassc-ruby/pull/19)
47+
- **1.6.0**
48+
- [Support Sass Color types](https://github.com/bolandrm/sassc-ruby/pull/14)
49+
- [Support quoted strings](https://github.com/bolandrm/sassc-ruby/pull/13)
50+
- [Improve custom function error handling](https://github.com/bolandrm/sassc-ruby/pull/15)
51+
- **1.5.1**
52+
- 2nd attempt at fixing compilation bug (issue [#12](https://github.com/bolandrm/sassc-ruby/issues/12))
53+
- **1.5.0**
54+
- Add support for inline source maps
55+
- Fix compilation bug (issue [#12](https://github.com/bolandrm/sassc-ruby/issues/12))
56+
- **1.4.0**
57+
- Add support for line number comments
58+
- **1.3.0**
59+
- Support Sass color custom function arguments
60+
- Adds error handling for exceptions in custom functions
61+
- Custom functions may have optional/default arguments

README.md

Lines changed: 2 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -48,64 +48,8 @@ This gem is maintained by [Ryan Boland](https://ryanboland.com)
4848
and [awesome contributors](https://github.com/bolandrm/sassc-ruby/graphs/contributors).
4949

5050
## 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).
10953

11054
## Contributing
11155

0 commit comments

Comments
 (0)