Skip to content

Commit 754f6d1

Browse files
committed
chore: update changelog
1 parent b617db8 commit 754f6d1

File tree

1 file changed

+38
-8
lines changed

1 file changed

+38
-8
lines changed

CHANGELOG.md

100755100644
Lines changed: 38 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,70 @@
11
# Changelog
22

3-
## 0.1.10
3+
## 1.0.0-alpha.2 (2019-06-30)
4+
5+
- Replaces Q promise libraries with native promises.
6+
- Removes .npmignore in favor of package.json files config.
7+
- Replaces async library with map and async/await.
8+
- Replaces some lodash functions with native ones.
9+
10+
## 1.0.0-alpha.1 (2019-06-24)
11+
12+
This is the first 1.0.0 alpha release of postcss-easysprites.
13+
14+
## Breaking Changes
15+
16+
- The 1.0.0 release only supports Nodejs version >= 8.0. If you need support for earlier versions of Nodejs, you can continue to use the `0.1.10` release.
17+
18+
### New User Features
19+
20+
- Added option to output the pixel `height` and `width` of the image.
21+
- Added option to choose the [layout algorithm](https://github.com/twolfson/layout) spritesmith should use.
22+
- Expanded background-color support when using `background` property. Color keyword names, `transparent`, `currentColor`, RGB, RGBa, HSL, HSLa, are supported.
23+
- Updated all dependencies to their latest versions, include PostCSS, Gulpjs, and lodash.
24+
25+
### DX Features
26+
27+
- Updated to use more ES6 syntax features.
28+
- Added additional test coverage, including visual regression tests.
29+
- Modularized plugin components.
30+
- Moved from jscs to eslint + prettier.
31+
- Add commitizen git configuration support.
32+
33+
## 0.1.10 (2019-06-08)
434

535
- Update lodash dependency to 4.17.11.
636
- Replace custom console.log override 'fixture-stdout' library.
737
- Updated other non-major dependencies.
838
- Update Travis config to test with more recent versions of Node.
939
- Add package-lock.json file so consistent install of dependencies can be assured.
1040

11-
## 0.1.9
41+
## 0.1.9 (2017-12-18)
1242

1343
- Save .parent prior to replaceWith #181. Thanks for [@AMar4enko](https://github.com/AMar4enko) Cheers!)
1444

15-
## 0.1.8
45+
## 0.1.8 (2017-01-18)
1646

1747
- Fixed minified css support. Big thank to [@jonas8](https://github.com/jonas8) Cheers!
1848

19-
## 0.1.7
49+
## 0.1.7 (2016-07-04)
2050

2151
- Package deps fixed, huge thanks and lots of beer for [Daniel Lindenkreuz @dlindenkreuz](http://github.com/dlindenkreuz))
2252

23-
## 0.1.6
53+
## 0.1.6 (2016-06-26)
2454

2555
- Package deps updated (broken!)
2656

27-
## 0.1.5
57+
## 0.1.5 (2016-04-21)
2858

2959
- Fixes improper rule property in background-color extraction function.
3060
- Fixed linter warnings in plugin tests.
3161

3262
Thanks for [Eugene Romanovsky @setage](http://github.com/setage) again 🍺
3363

34-
## 0.1.4
64+
## 0.1.4 (2016-04-20)
3565

3666
- Deprecation warnings fixed (Thanks for [Eugene Romanovsky @setage](http://github.com/setage))
3767

38-
## 0.1.3
68+
## 0.1.3 (2016-04-20)
3969

4070
- Added tests

0 commit comments

Comments
 (0)