Skip to content

Latest commit

 

History

History
58 lines (32 loc) · 2.22 KB

CHANGELOG.md

File metadata and controls

58 lines (32 loc) · 2.22 KB

Changelog

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.

Unreleased

  • Add more intuitive default options

0.2.7 - 2020-06-30

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 and posthtmlInsertAt 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