2.7 KiB
2.7 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.2.3 (2019-06-22)
Build System
- package: add field "files" and remove
.npmignore(fdf3966) - package: update script
build:minto generate sourcemap (a13be58) - package: upgrade devDependencies (377bb40)
- rollup: remove
uglify-esfrom config as it's unneeded (b0951e0)
Tests
- organize and rename describe blocks (8d4c004)
- organize data (test suites) into cases, errors, and invalids (513732b)
- rename
test/cases.jstotest/data.js(75d084d) - data: add more test cases and errors (c9242c7)
- data: refactor test data from object to array format (1a07a38)
0.2.2 (2018-09-13)
0.2.1 (2018-05-09)
Bug Fixes
- package: upgrade css@2.2.3 which resolves security vulnerability (d8b94c0)
0.2.0 (2017-11-26)
Features
- parser: add optional argument iterator (a3deea8)
0.1.0 (2017-11-23)
Bug Fixes
- parser: do not add to output if css value is empty (0759da7)