Skip to content

Commit 292f118

Browse files
add changelog
1 parent f3da44e commit 292f118

1 file changed

Lines changed: 105 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
# Changelog
2+
3+
## [v1.4.0](https://github.com/stevenschobert/metalsmith-sass/releases/tag/v1.4.0)
4+
5+
_01/09/2017_
6+
7+
- Updated to [node-sass v4.2](https://github.com/sass/node-sass/releases/tag/v4.2.0). Thanks @shouze! #40 :tada:
8+
9+
## [v1.3.0](https://github.com/stevenschobert/metalsmith-sass/releases/tag/v1.3.0)
10+
11+
_07/20/2015_
12+
13+
- Support for Metalsmith v2
14+
- Nicer error messaging, thanks @callym! #26
15+
16+
## [v1.2.1](https://github.com/stevenschobert/metalsmith-sass/releases/tag/v1.2.1)
17+
18+
_06/10/2015_
19+
20+
- README updates
21+
22+
## [v1.2.0](https://github.com/stevenschobert/metalsmith-sass/releases/tag/v1.2.0)
23+
24+
_06/10/2015_
25+
26+
- Added support for `.sass` files! :tada:
27+
28+
## [v1.1.0](https://github.com/stevenschobert/metalsmith-sass/releases/tag/v1.1.0)
29+
30+
_06/08/2015_
31+
32+
- Added support for using a function in the `outputDir` option. Useful for preserving folder structure instead of just aggregating everything into a single folder.
33+
34+
## [v1.0.0](https://github.com/stevenschobert/metalsmith-sass/releases/tag/v1.0.0)
35+
36+
_05/25/2015_
37+
38+
- Updated to [node-sass v3.0](https://github.com/sass/node-sass/releases/tag/v3.0.0) :tada:
39+
- Added support for [source maps](https://github.com/stevenschobert/metalsmith-sass/blob/b162dd7c6ae6e5c6ee858e4db7bfc2a5c6393a85/README.md#source-maps).
40+
- All options now get passed through to node-sass (no more manual updates for new options!)
41+
42+
## [v0.7.0](https://github.com/stevenschobert/metalsmith-sass/releases/tag/v0.7.0)
43+
44+
_02/21/2015_
45+
46+
- Upgrades to [node-sass v2.0.1](https://github.com/sass/node-sass/releases/tag/v2.0.1)
47+
- Adds support for node v0.12
48+
49+
## [v0.6.1](https://github.com/stevenschobert/metalsmith-sass/releases/tag/v0.6.1)
50+
51+
_01/30/2015_
52+
53+
- Compilation errors are now reported correctly through Metalsmith CLI.
54+
55+
## [v0.6.0](https://github.com/stevenschobert/metalsmith-sass/releases/tag/v0.6.0)
56+
57+
_01/29/2015_
58+
59+
- Switched node-sass compilation to use buffers instead of file paths. This enables other plugins (like yaml front-matter) to work properly. See #14.
60+
- Upgrade node-sass to v1.2
61+
62+
## [v0.5.0](https://github.com/stevenschobert/metalsmith-sass/releases/tag/v0.5.0)
63+
64+
_11/05/2014_
65+
66+
- Any errors encountered when compiling sass files are now capture-able through Metalsmith's `.build(function(err, files) {})` method. Thank you @ubenzer for the contribution ([#12](https://github.com/stevenschobert/metalsmith-sass/pull/12))!
67+
68+
## [v0.4.0](https://github.com/stevenschobert/metalsmith-sass/releases/tag/v0.4.0)
69+
70+
_10/17/2014_
71+
72+
This release updates [libsass](https://github.com/sass/libsass/) (the underlying sass library) to [v3.0](https://github.com/sass/libsass/releases/tag/3.0), which includes **tons** of major fixes and improvements.
73+
74+
##### Check out the [Libsass v3.0 release notes](https://github.com/sass/libsass/releases/tag/3.0) for a detailed list of updates.
75+
76+
---
77+
78+
- Update to [node-sass v1.0](https://github.com/sass/node-sass/releases/tag/v1.0.0).
79+
80+
## [v0.3.1](https://github.com/stevenschobert/metalsmith-sass/releases/tag/v0.3.1)
81+
82+
_10/07/2014_
83+
84+
- Support for **Metalsmith v1.0**.
85+
86+
## [v0.3.0](https://github.com/stevenschobert/metalsmith-sass/releases/tag/v0.3.0)
87+
88+
_07/05/2014_
89+
90+
- Now uses libsass 2.0. See the [node-sass changelog](https://github.com/sass/node-sass/releases/tag/v0.9.0).
91+
- Dotfiles are now ignored in builds.
92+
93+
## [v0.2.1](https://github.com/stevenschobert/metalsmith-sass/releases/tag/v0.2.1)
94+
95+
_06/23/2014_
96+
97+
- Fixed an issue that was causing filenames with underscores (e.g. `my_file.scss`) to incorrectly be treated as partials.
98+
99+
## [v0.2.0](https://github.com/stevenschobert/metalsmith-sass/releases/tag/v0.2.0)
100+
101+
_06/09/2014_
102+
103+
- Partials are now properly ignored (thanks [@dpisklov](https://github.com/dpisklov)!). Addresses #1 and #2.
104+
- Added an `outputDir` option. Can be used in combination with `Metalsmith.destination()` to control output paths for stylesheets.
105+

0 commit comments

Comments
 (0)