parse-function
Version:
Parse a function into an object using espree, acorn or babylon parsers. Extensible through Smart Plugins
97 lines (34 loc) • 3.71 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [5.4.3](https://github.com/tunnckoCore/opensource/compare/parse-function@5.4.2...parse-function@5.4.3) (2019-10-22)
### Bug Fixes
* readmes ([1d34038](https://github.com/tunnckoCore/opensource/commit/1d3403852b1c6321c8fea89d45956e73b20a616e))
## [5.4.2](https://github.com/tunnckoCore/opensource/compare/parse-function@5.4.1...parse-function@5.4.2) (2019-10-22)
### Bug Fixes
* update errors in parse-function, run docs+fmt ([667c253](https://github.com/tunnckoCore/opensource/commit/667c2539f668bfe07659ea397d9dda1305b7da4e))
## [5.4.1](https://github.com/tunnckoCore/opensource/compare/parse-function@5.4.0...parse-function@5.4.1) (2019-10-22)
### Bug Fixes
* **parse-function:** remove `define-property` dependency ([5480e91](https://github.com/tunnckoCore/opensource/commit/5480e91eff38b22fd3301f2004ae80e1aff25e34))
# [5.4.0](https://github.com/tunnckoCore/opensource/compare/parse-function@5.3.3...parse-function@5.4.0) (2019-10-22)
### Features
* **parse-function:** fake change for force publish, fixes [#70](https://github.com/tunnckoCore/opensource/issues/70) ([c9afcee](https://github.com/tunnckoCore/opensource/commit/c9afcee419ce94dddce4df0e18f8c3bc73a1f76a))
## [5.3.3](https://github.com/tunnckoCore/opensource/compare/parse-function@5.3.2...parse-function@5.3.3) (2019-10-22)
### Bug Fixes
* coverage & coverage thresholds, circleci ([be9f64a](https://github.com/tunnckoCore/opensource/commit/be9f64a68a0ef029d006cddb90f78ba7369e6a08))
## [5.3.2](https://github.com/tunnckoCore/opensource/compare/parse-function@5.3.1...parse-function@5.3.2) (2019-10-20)
**Note:** Version bump only for package parse-function
## [5.3.1](https://github.com/tunnckoCore/opensource/compare/parse-function@5.3.0...parse-function@5.3.1) (2019-10-18)
### Bug Fixes
* **jest-runner-docs:** handle errors in postHook ([c7c44de](https://github.com/tunnckoCore/opensource/commit/c7c44de))
* readmes, oops ([d3f910d](https://github.com/tunnckoCore/opensource/commit/d3f910d))
* **jest-runner-docs:** hide signature block if empty, regen docs ([201036e](https://github.com/tunnckoCore/opensource/commit/201036e))
* **jest-runner-docs:** typos ([8edc954](https://github.com/tunnckoCore/opensource/commit/8edc954))
* dist files, docs runner updates, docs ([c021464](https://github.com/tunnckoCore/opensource/commit/c021464)), closes [#63](https://github.com/tunnckoCore/opensource/issues/63)
# 5.3.0 (2019-10-18)
### Bug Fixes
* **parse-function:** bundle it ([93e21b1](https://github.com/tunnckoCore/opensource/commit/93e21b1))
* **parse-function:** bundle it but without the parser ([671fb7e](https://github.com/tunnckoCore/opensource/commit/671fb7e))
* update repository field to support monorepos ([7a4f775](https://github.com/tunnckoCore/opensource/commit/7a4f775))
### Features
* add `parse-function` to monorepo ([#62](https://github.com/tunnckoCore/opensource/issues/62)) ([f0789f4](https://github.com/tunnckoCore/opensource/commit/f0789f4)), closes [#34](https://github.com/tunnckoCore/opensource/issues/34) [#36](https://github.com/tunnckoCore/opensource/issues/36) [#45](https://github.com/tunnckoCore/opensource/issues/45) [#49](https://github.com/tunnckoCore/opensource/issues/49) [#60](https://github.com/tunnckoCore/opensource/issues/60) [#70](https://github.com/tunnckoCore/opensource/issues/70) [#111](https://github.com/tunnckoCore/opensource/issues/111) [#110](https://github.com/tunnckoCore/opensource/issues/110) [#121](https://github.com/tunnckoCore/opensource/issues/121)