# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased - Add more intuitive default options ## [0.2.7](https://github.com/posthtml/posthtml-insert-at/releases/tag/0.2.7) - 2020-06-30 - Use [posthtml-match-helper](https://github.com/posthtml/posthtml-match-helper) for better selector matching ([PR #38](https://github.com/posthtml/posthtml-insert-at/pull/38)) ## [0.2.6](https://github.com/posthtml/posthtml-insert-at/releases/tag/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](https://github.com/posthtml/posthtml-insert-at/releases/tag/0.2.5) - 2019-10-12 - Fix regression where content is not prepended to an empty tag ([#3](https://github.com/posthtml/posthtml-insert-at/issues/3)) ## [0.2.4](https://github.com/posthtml/posthtml-insert-at/releases/tag/0.2.4) - 2019-09-21 - Upgrade posthtml version from 0.14 to 0.16 - Refactor typings ## [0.2.3](https://github.com/posthtml/posthtml-insert-at/releases/tag/0.2.3) - 2019-08-17 - Update documentation ## [0.2.2](https://github.com/posthtml/posthtml-insert-at/releases/tag/0.2.2) - 2019-06-28 - Add alias default export `insertAt` and `posthtmlInsertAt` to allow more intuitive importing ([07a5c0c](https://github.com/posthtml/posthtml-insert-at/commit/07a5c0cd7b002ef913e1feaf4fd5e017def667fd)) ## [0.2.1](https://github.com/posthtml/posthtml-insert-at/releases/tag/0.2.1) - 2019-06-25 - Copy all properties of targeted node ([6fc2d85](https://github.com/posthtml/posthtml-insert-at/commit/6fc2d853ec189eb13d353df1690c88343db8b7fd)) ## [0.2.0](https://github.com/posthtml/posthtml-insert-at/releases/tag/0.2.0) - 2019-06-23 - Add project documentation on configuration - Unit test for `createMatcher` ([e14bd8a](https://github.com/posthtml/posthtml-insert-at/commit/e14bd8abb973056f69b2bf0cc274b6349b11c7f5)) - Collect code coverage using Codecov and Travis CI ## [0.1.0](https://github.com/posthtml/posthtml-insert-at/releases/tag/0.1.0) - 2019-06-23 - Initial release