All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add more intuitive default options
0.2.7 - 2020-06-30
- Use posthtml-match-helper for better selector matching (PR #38)
0.2.6 - 2019-10-16
-
Upgrade posthtml from 0.11.6 to 0.12.0
-
Upgrade development dependencies (@types/jest, husky, typescript, pretty-quick)
0.2.5 - 2019-10-12
- Fix regression where content is not prepended to an empty tag (#3)
0.2.4 - 2019-09-21
-
Upgrade posthtml version from 0.14 to 0.16
-
Refactor typings
0.2.3 - 2019-08-17
- Update documentation
0.2.2 - 2019-06-28
- Add alias default export
insertAt
andposthtmlInsertAt
to allow more intuitive importing (07a5c0c)
0.2.1 - 2019-06-25
- Copy all properties of targeted node (6fc2d85)
0.2.0 - 2019-06-23
-
Add project documentation on configuration
-
Unit test for
createMatcher
(e14bd8a) -
Collect code coverage using Codecov and Travis CI
0.1.0 - 2019-06-23
- Initial release