Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed Jun 13, 2020
1 parent 534d54f commit a4f2f95
Showing 1 changed file with 129 additions and 34 deletions.
163 changes: 129 additions & 34 deletions CHANGELOG.md
@@ -1,47 +1,142 @@
## master
### Changelog

### 1.0.0
All notable changes to this project will be documented in this file. Dates are displayed in UTC.

### 1.0.0-beta.0
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

[BREAKING] - Will trigger deprecation warnings from autoprefixer if you still use the `browsers` key in `ember-cli-build`. To maintain this approach, change the key name to `overrideBrowserslist`. The preferred approach is now to use a `.browserlistrc` file, or add a `browserslist` item to your `package.json`. See https://github.com/browserslist/browserslist#readme for more information.
#### [v1.0.2](https://github.com/kimroen/ember-cli-autoprefixer/compare/v1.0.1...v1.0.2)

+ Upgrades Ember to 3.13
+ Upgrades broccoli-autoprofixer to `7.x`
> 28 May 2020
### 0.8.1
+ Fix issue with asset fingerprinting not taking autoprefixing into account [#39](https://github.com/kimroen/ember-cli-autoprefixer/pull/39)
- Use app targets for autoprefixer as last fallback [`#53`](https://github.com/kimroen/ember-cli-autoprefixer/pull/53)

## 0.8.0
+ Update `broccoli-autoprefixer` dependency. This also updates Autoprefixer to
v7.0.0 and requires Node version 4 or later. [#37](https://github.com/kimroen/ember-cli-autoprefixer/pull/37) and [#36](https://github.com/kimroen/ember-cli-autoprefixer/pull/36)
#### [v1.0.1](https://github.com/kimroen/ember-cli-autoprefixer/compare/v1.0.0...v1.0.1)

## 0.7.0
+ Support for the new `targets` feature coming in Ember-CLI 2.13. Read all about it [on @rwjblue's blog](http://rwjblue.com/2017/04/21/ember-cli-targets/). Thanks to [@rwjblue](https://github.com/rwjblue) and [@cibernox](https://github.com/cibernox) for working on it. [#34](https://github.com/kimroen/ember-cli-autoprefixer/pull/34)
> 26 May 2020
## 0.6.0
+ Updated structure to the newest ember-cli project structures [#22](https://github.com/kimroen/ember-cli-autoprefixer/pull/22) and [#29](https://github.com/kimroen/ember-cli-autoprefixer/pull/29)
+ Allow using this addon inside other addons directly [#27](https://github.com/kimroen/ember-cli-autoprefixer/pull/27)
+ Updated `lodash` and `broccoli-autoprefixer` dependencies [#29](https://github.com/kimroen/ember-cli-autoprefixer/pull/29)
- Pass through config/targets to autoprefixer [`#51`](https://github.com/kimroen/ember-cli-autoprefixer/pull/51)
- Bump acorn from 5.7.3 to 5.7.4 [`#48`](https://github.com/kimroen/ember-cli-autoprefixer/pull/48)
- Check if browserlistrc file or config [`f586ccc`](https://github.com/kimroen/ember-cli-autoprefixer/commit/f586cccd5e82244ed8c9f4d093167865f281c145)
- Improve readme [`25868d3`](https://github.com/kimroen/ember-cli-autoprefixer/commit/25868d3aaf0d63b2fee857d41860045c6f7592dc)
- cleanup [`d9f44ce`](https://github.com/kimroen/ember-cli-autoprefixer/commit/d9f44cea46b272a7b7633130e97934ba293ec46a)

## 0.5.0
+ Updated to the latest Autoprefixer (v6.0). See [their changelog](https://github.com/postcss/autoprefixer/releases/tag/6.0.0)
#### [v1.0.0](https://github.com/kimroen/ember-cli-autoprefixer/compare/v1.0.0-beta.0...v1.0.0)

### 0.4.1
+ Ignored the tmp-folder when publishing to npm
[#15](https://github.com/kimroen/ember-cli-autoprefixer/pull/16).
> 17 February 2020
## 0.4.0
+ Updated `broccoli-autoprefixer` dependency. It is now running
autoprefixer through PostCSS, which gets rid of the deprecation
warnings.
[#14](https://github.com/kimroen/ember-cli-autoprefixer/pull/14)
- Add information about using with ember-cli-sass [`#46`](https://github.com/kimroen/ember-cli-autoprefixer/pull/46)
- Update README [`a0657cc`](https://github.com/kimroen/ember-cli-autoprefixer/commit/a0657cc32f6ef831af1c663972b0e84b5b4b59a9)
- Update CHANGELOG 1.0.0-beta.0 [`09aff3d`](https://github.com/kimroen/ember-cli-autoprefixer/commit/09aff3d9c1a15553b75d91a107f8c50ef51b3598)

## 0.3.0
+ Added support for disabling autoprefixer. [#7](https://github.com/kimroen/ember-cli-autoprefixer/pull/7).
+ Updated version of `broccoli-autoprefixer`, which in turn updates Autoprefixer
core to `5.0.0`. You can [read more about the changes here](https://github.com/postcss/autoprefixer/releases/tag/5.0.0).
#### [v1.0.0-beta.0](https://github.com/kimroen/ember-cli-autoprefixer/compare/v0.8.1...v1.0.0-beta.0)

## 0.2.0
+ Updated version of `broccoli-autoprefixer`, which in turn updates Autoprefixer
core to `4.0.0`. You can [read more about the changes here](https://github.com/postcss/autoprefixer/releases/tag/4.0.0).
> 14 February 2020
- Feature/update libraries [`#45`](https://github.com/kimroen/ember-cli-autoprefixer/pull/45)

#### [v0.8.1](https://github.com/kimroen/ember-cli-autoprefixer/compare/v0.8.0...v0.8.1)

> 19 September 2017
- run autoprefix before asset fingerprinting [`#39`](https://github.com/kimroen/ember-cli-autoprefixer/pull/39)
- Add a CHANGELOG entry for #39 [`104a7d2`](https://github.com/kimroen/ember-cli-autoprefixer/commit/104a7d2d3f38c76834b9e5529141363cf39e8279)

#### [v0.8.0](https://github.com/kimroen/ember-cli-autoprefixer/compare/v0.7.0...v0.8.0)

> 26 August 2017
- Bump broccoli-autoprefixer & drop node .12 support [`41f7edc`](https://github.com/kimroen/ember-cli-autoprefixer/commit/41f7edc6939c93123de693c3ad3a6ed5ab999036)
- Add CHANGELOG entry for #36 and #37 [`b0ea8d5`](https://github.com/kimroen/ember-cli-autoprefixer/commit/b0ea8d50f1f4da78de58b040888e7767b6fb0d84)

#### [v0.7.0](https://github.com/kimroen/ember-cli-autoprefixer/compare/v0.6.0...v0.7.0)

> 22 April 2017
- Add support for new targets feature in ember-cli. [`d339c9b`](https://github.com/kimroen/ember-cli-autoprefixer/commit/d339c9b2b719797338ccca29c9db6b0bc53c41ff)
- Changelog entry for #34 [`b7324e8`](https://github.com/kimroen/ember-cli-autoprefixer/commit/b7324e82eee8e5c600119cb7393ce720122aed4f)

#### [v0.6.0](https://github.com/kimroen/ember-cli-autoprefixer/compare/v0.5.0...v0.6.0)

> 21 February 2016
- Update ember addon project and some dependencies [`#29`](https://github.com/kimroen/ember-cli-autoprefixer/pull/29)
- Adding support for nesting this addon [`#27`](https://github.com/kimroen/ember-cli-autoprefixer/pull/27)
- Upgrade Addon via `ember init` [`#22`](https://github.com/kimroen/ember-cli-autoprefixer/pull/22)
- Update addon with ember init and tweaks [`ac52a24`](https://github.com/kimroen/ember-cli-autoprefixer/commit/ac52a245a3f1095cb241564cf548b57f23f4514e)
- Readme tweaks [`a4d2e0f`](https://github.com/kimroen/ember-cli-autoprefixer/commit/a4d2e0f2a5485316a6fe421c03c80689ea8cf6dd)
- Update lodash dependency [`706384a`](https://github.com/kimroen/ember-cli-autoprefixer/commit/706384a8acd755e5768449afa215e746bd322874)

#### [v0.5.0](https://github.com/kimroen/ember-cli-autoprefixer/compare/v0.4.1...v0.5.0)

> 5 September 2015
- Update broccoli-autoprefixer [`#21`](https://github.com/kimroen/ember-cli-autoprefixer/pull/21)
- Note the new ember-cli-build.js file for ember-cli 1.13+ [`#19`](https://github.com/kimroen/ember-cli-autoprefixer/pull/19)
- Update readme [`69b1461`](https://github.com/kimroen/ember-cli-autoprefixer/commit/69b1461171900e0e74f47ac7a221c079b83197c9)
- Add version 0.5.0 to the changelog [`1b2424c`](https://github.com/kimroen/ember-cli-autoprefixer/commit/1b2424c806e7c525dbfb35f47e824a828a8fd059)
- Ignore jshint-file [`5c49a00`](https://github.com/kimroen/ember-cli-autoprefixer/commit/5c49a001dd581648cbd3bef284c1c2e0e03db1e7)

#### [v0.4.1](https://github.com/kimroen/ember-cli-autoprefixer/compare/v0.4.0...v0.4.1)

> 2 June 2015
- add tmp dir to npmignore for #15 [`#16`](https://github.com/kimroen/ember-cli-autoprefixer/pull/16)
- Update changelog [`66ad641`](https://github.com/kimroen/ember-cli-autoprefixer/commit/66ad641bbbe4610fc8b59b2a833bd8e0a3e25273)
- add tmp dir to npmignore [`e4db969`](https://github.com/kimroen/ember-cli-autoprefixer/commit/e4db969d9b5b2bd5ea57322cab0442e6178a92bf)

#### [v0.4.0](https://github.com/kimroen/ember-cli-autoprefixer/compare/v0.3.0...v0.4.0)

> 31 May 2015
- Update broccoli-autoprefixer dependency. [`#14`](https://github.com/kimroen/ember-cli-autoprefixer/pull/14)
- Upgrade to ember-cli 0.2.0 [`#10`](https://github.com/kimroen/ember-cli-autoprefixer/pull/10)
- Update: `ember addon ember-cli-autoprefixer` [`#8`](https://github.com/kimroen/ember-cli-autoprefixer/pull/8)
- Update broccoli-autoprefixer dependency. [`#13`](https://github.com/kimroen/ember-cli-autoprefixer/issues/13)
- `ember addon ember-cli-autoprefixer` [`5ba5759`](https://github.com/kimroen/ember-cli-autoprefixer/commit/5ba5759e827c78e29bab313029a8962be63bd3c9)
- Updated deps [`c1fd95e`](https://github.com/kimroen/ember-cli-autoprefixer/commit/c1fd95e7533f9365bbfc2aa77b5ee85217e3a912)
- Update README and CHANGELOG [`ef86f62`](https://github.com/kimroen/ember-cli-autoprefixer/commit/ef86f627d6657c67d36d13a33aa4b7e60007d088)

#### [v0.3.0](https://github.com/kimroen/ember-cli-autoprefixer/compare/v0.2.0...v0.3.0)

> 31 January 2015
- Add support for disabling autoprefixer [`#7`](https://github.com/kimroen/ember-cli-autoprefixer/pull/7)
- Bump broccoli-autoprefixer [`e084307`](https://github.com/kimroen/ember-cli-autoprefixer/commit/e084307ba2d722e0bcfaba32adcbce4b096092cf)
- Update changelog [`48426af`](https://github.com/kimroen/ember-cli-autoprefixer/commit/48426af43e9b68f6508479aa8846e6d259b2ee16)
- Bump version number in changelog [`a280074`](https://github.com/kimroen/ember-cli-autoprefixer/commit/a2800747466187a526c7d8eaa3fa58d5ea907799)

#### [v0.2.0](https://github.com/kimroen/ember-cli-autoprefixer/compare/v0.1.0...v0.2.0)

> 22 November 2014
- Bump broccoli-autoprefixer [`#5`](https://github.com/kimroen/ember-cli-autoprefixer/pull/5)
- Create a changelog and populate it for version 0.2.0 [`0f9902f`](https://github.com/kimroen/ember-cli-autoprefixer/commit/0f9902fd7ef7854d183d5bbc6486b2151480443c)

#### [v0.1.0](https://github.com/kimroen/ember-cli-autoprefixer/compare/v0.0.3...v0.1.0)

> 23 August 2014
- Update `broccoli-autoprefixer` [`9858faa`](https://github.com/kimroen/ember-cli-autoprefixer/commit/9858faa4ce9c5b497809b7818418a8c12f4875db)

#### [v0.0.3](https://github.com/kimroen/ember-cli-autoprefixer/compare/v0.0.2...v0.0.3)

> 7 August 2014
- Update to latest broccoli-autoprefixer [`#3`](https://github.com/kimroen/ember-cli-autoprefixer/pull/3)
- Create LICENSE [`cf10e83`](https://github.com/kimroen/ember-cli-autoprefixer/commit/cf10e833ad094c50a5c3d6ab2d09c2ac91c5bf34)
- Update README [`85c44be`](https://github.com/kimroen/ember-cli-autoprefixer/commit/85c44bee6ad62e41c63185e149287c0d83d5f35b)

#### [v0.0.2](https://github.com/kimroen/ember-cli-autoprefixer/compare/v0.0.1...v0.0.2)

> 31 July 2014
- Update broccoli-autoprefixer [`#2`](https://github.com/kimroen/ember-cli-autoprefixer/pull/2)
- Mention other options [`b071657`](https://github.com/kimroen/ember-cli-autoprefixer/commit/b071657375bc877eab20819f614aefcb3b060a53)

#### v0.0.1

> 6 July 2014
- A new hope [`3babf88`](https://github.com/kimroen/ember-cli-autoprefixer/commit/3babf88f655a287c74031f4c4a962f3a3cfcae2b)
- Create the thing [`b312cd6`](https://github.com/kimroen/ember-cli-autoprefixer/commit/b312cd62cbb6b52182e7a23413f4fe55e339c691)
- Write up some instructions [`04c5c2d`](https://github.com/kimroen/ember-cli-autoprefixer/commit/04c5c2d59dd168bb095c3a69805f1ba99ca1c079)

0 comments on commit a4f2f95

Please sign in to comment.