mich-parse-selector
Version:
Tiny parser for simple CSS selectors, just in ~300 bytes. Pretty similar to what is done in [hyperscript][]
32 lines (19 loc) • 845 B
Markdown
# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="1.0.2"></a>
## [1.0.2](https://github.com/tunnckocore/mich-parse-selector/compare/v1.0.1...v1.0.2) (2017-02-10)
### Bug Fixes
* **builds:** include .gz file in dist/ ([2676a6b](https://github.com/tunnckocore/mich-parse-selector/commit/2676a6b))
* **chore:** fix changelog ([ef1bf24](https://github.com/tunnckocore/mich-parse-selector/commit/ef1bf24))
<a name="1.0.1"></a>
## [1.0.1](https://github.com/tunnckocore/mich-parse-selector/compare/v1.0.0...v1.0.1) (2017-02-10)
### Bug Fixes
* **package:** add keywords
## 1.0.0 - 2017-02-10
- Inital release
- build flow
- tests
- implement
- scaffold
## 0.0.0 - 2017-02-09
- Initial commit