postcss-inline-base64
Version:
PostCSS plugin for encode the file to base64
83 lines (57 loc) • 1.28 kB
Markdown
5.0.0 / 2020-05-03
==================
* update deps and devDeps
* replace p-map by Promise.allSettled
* using named groups (regex)
* add Github CI
4.1.0 / 2019-11-08
==================
* update deps and devDeps
4.0.0 / 2018-07-23
==================
* remove cache
* update deps
3.0.3 / 2018-02-16
==================
* avoid loop
3.0.2 / 2018-02-16
==================
* fix async and bugs
3.0.1 / 2018-02-16
==================
* remove async/await
* remove ava concurrency
3.0.0 / 2018-02-16
==================
* code refactoring and update devDeps and deps
2.2.1 / 2016-08-26
==================
* less code
* update readme
2.2.0 / 2016-08-25
==================
* improved loop
* added menCache
* updated tests
2.1.0 / 2016-08-24
==================
* added cache option
* fix bugs
* updated tests
2.0.0 / 2016-03-09
==================
* changed syntax: from base64(file) to b64---file---
* updated tests
* avoid errors
1.1.0 / 2016-03-05
==================
* argument between quotes is optional
1.0.0 / 2016-03-05
==================
* added coverage badge
* update changelog
* .gitignore is now working
* Added regex to check url
* Fix test and update changelog
* Fix readme
* Create plugin