timepiece/node_modules/parse-literals/CHANGELOG.md

65 lines
2.5 KiB
Markdown

# Changelog
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.
### [1.2.1](https://github.com/asyncLiz/parse-literals/compare/v1.2.0...v1.2.1) (2021-02-12)
### Bug Fixes
* parse errors with JS comments at end of expressions ([3bf9053](https://github.com/asyncLiz/parse-literals/commit/3bf90534db2d343acfabc7610116479523c60f0d))
* support typescript v4 ([9c00311](https://github.com/asyncLiz/parse-literals/commit/9c00311d5f549bf2e6e8637bc9ff72fc5c030a26))
## [1.2.0](https://github.com/asyncLiz/parse-literals/compare/v1.0.3...v1.2.0) (2020-02-08)
### Features
- allow partial strategy overrides ([c970ac9](https://github.com/asyncLiz/parse-literals/commit/c970ac91d9ec51c9d8d65fbe7f73da5e80b2ef7e))
### Bug Fixes
- failure when templates are prefixed with commentss ([3f34507](https://github.com/asyncLiz/parse-literals/commit/3f34507760e8e166477fcd736bd3b1c130002422))
- handle "return `simple`" style literals ([f0e30ab](https://github.com/asyncLiz/parse-literals/commit/f0e30ab887c0d31287215965b56a5d4461e9a67d))
- support TS v3 [#8](https://github.com/asyncLiz/parse-literals/issues/8) ([a5d7460](https://github.com/asyncLiz/parse-literals/commit/a5d7460a5a63a428b4d98348b71e5e00bc4326d4))
<a name="1.1.1"></a>
## [1.1.1](https://github.com/asyncLiz/parse-literals/compare/v1.1.0...v1.1.1) (2019-02-13)
### Bug Fixes
- failure when templates are prefixed with commentss ([3f34507](https://github.com/asyncLiz/parse-literals/commit/3f34507))
<a name="1.1.0"></a>
# [1.1.0](https://github.com/asyncLiz/parse-literals/compare/v1.0.3...v1.1.0) (2018-10-24)
### Bug Fixes
- handle "return `simple`" style literals ([f0e30ab](https://github.com/asyncLiz/parse-literals/commit/f0e30ab))
### Features
- allow partial strategy overrides ([c970ac9](https://github.com/asyncLiz/parse-literals/commit/c970ac9))
<a name="1.0.3"></a>
## [1.0.3](https://github.com/asyncLiz/parse-literals/compare/v1.0.2...v1.0.3) (2018-09-27)
### Bug Fixes
- parse escaped characters properly ([7a677bb](https://github.com/asyncLiz/parse-literals/commit/7a677bb))
<a name="1.0.2"></a>
## 1.0.2 (2018-07-24)
### Bug Fixes
- incorrect package main and types ([3000afc](https://github.com/asyncLiz/parse-literals/commit/3000afc))
- unable to import TypescriptStrategy type ([8d2e3e9](https://github.com/asyncLiz/parse-literals/commit/8d2e3e9))
### Features
- initial release with typescript strategy ([a4ecdef](https://github.com/asyncLiz/parse-literals/commit/a4ecdef))