# 1.0.0 (March 18, 2017)
- Fixes declaration ordering for nodes before and after the one containing `image-set()`
- Adds the ability to use `image-set` in any declaration (like `content`, or the who-knows future).
- Adds a `preserve` option to preserve the original `image-set()` declaration
- Removes the `postcss-media-query-parser` dependency
- Improves the `image-set()` detection done before value parsing takes place
- Improves how fallbacks are inserted so that PostCSS does not revisit nodes
- Updates dependencies to be unpinned to work with any major-compatible version of itself
- Updates all dependencies to their latest version

# 0.4.4 (September 7, 2017)
- added media query for safari support [#17](https://github.com/SuperOl3g/postcss-image-set-polyfill/issues/17)

# 0.4.3 (July 16, 2017)
- hotfixed no error message bug

# 0.4.2 (July 16, 2017)
- hofixed old node compatibility

# 0.4.1 (July 16, 2017)
- fixed bug with multiple brackets constructions [#13](https://github.com/SuperOl3g/postcss-image-set-polyfill/issues/13)

# 0.4.0 (July 14, 2017)
- added `dpcm` and `dppx` units support [#14](https://github.com/SuperOl3g/postcss-image-set-polyfill/issues/14)
- moved to ES6 [#9](https://github.com/SuperOl3g/postcss-image-set-polyfill/issues/9)
- improved error messanges

# 0.3.5 (June 12, 2017)
- changed DPI ratio from 72 to 96 [#11](https://github.com/SuperOl3g/postcss-image-set-polyfill/issues/11)
- added decimal densites value support [#8](https://github.com/SuperOl3g/postcss-image-set-polyfill/issues/8)

# 0.3.4 (May 23, 2017)
- upgrade to postcss version 6.0.1 [#6](https://github.com/SuperOl3g/postcss-image-set-polyfill/issues/6)

# 0.3.3 (May 6, 2017)
- turn back to ES5 for better compatibility of old version of NodeJS

# 0.3.2 (May 1, 2017)
- fixed styles order bug
- added multiple background values support

# 0.3.1 (February 25, 2017)
- limited possible property list  

# 0.3.0 (February 25, 2017)
- added `background` property support [#3](https://github.com/SuperOl3g/postcss-image-set-polyfill/issues/3)

# 0.2.3 (February 14, 2017)
- fixed media query bug

# 0.2.2 (February 11, 2017)
- removed gulp from dependencies

# 0.2.1 (February 9, 2017)
- `dppx` units have been replaced with `dpi` units for better browser compatibility
- Removed `screen and` from media-query

# 0.2.0 (February 6, 2017)
- Removed redundant original properties
   
# 0.1.0 (February 2, 2017)
- Fallback to background property have been replaced with polyfill  

# 0.0.1 (April 4, 2015)
- Initial release
