Releases: forresst/markdown-magic-package-json
Releases · forresst/markdown-magic-package-json
2.0.2
2.0.2 (2021-03-01)
💪 Commits(13):
10dcb17- build(deps-dev): bump @commitlint/config-conventional (#58)2c036cf- build(deps-dev): bump @commitlint/cli from 8.3.5 to 12.0.1 (#57)4388602- build(deps-dev): bump husky from 4.3.8 to 5.1.2 (#56)24d30a7- build(deps-dev): bump markdown-magic from 1.0.0 to 2.0.0 (#55)97b3d56- refactor: xo is happy244a87d- test: fix error conversion utf8 in windows8b1eec4- test: fix error conversion utf85339919- test: hello Github CI, bye travis and appveyoree4c960- Merge branch 'master' of https://github.com/forresst/markdown-magic-package-json.git8d5303d- test: require Node.js 100010f31- build(deps-dev): bump xo from 0.24.0 to 0.25.3eaa2c48- build(deps-dev): bump xo from 0.24.0 to 0.25.37c0adc0- build(deps-dev): bump xo from 0.24.0 to 0.25.3
2.0.1
2.0.0
2.0.0 (2018-04-13)
Features
- template: remove
prop,beforeandafteroptions (d3b394b)
BREAKING CHANGES
- template: The following options has been removed in favor of
template. They are removed from version 2.0.0 and later. See the guide to usetemplateinstead : - prop - any property in package.json (like
name,version,scripts.test, ...) - before (empty by default) - string to add before prop
- after (empty by default) - string to add after prop
1.1.0
1.1.0 (2018-03-26)
Features
- template: add option
template(57743b0)
Chore
Test
- Add comments to test coveralls (41a5734)
- Add Node.js 9 in CI (cf108bb)
- Comments should not begin with a lowercase character (525ae14)
- Add tests with markdown-magic 0.1.21 (e533165)
- Bump dev dependencies (3bc60cc)
- Improve tests with readdirSync (9cb5aa5)
BREAKING CHANGES
- template: The following options has been deprecated in favor of
template. They will be removed from version 2.0.0 and later. See the guide to usetemplateinstead :- prop - any property in package.json (like
name,version,scripts.test, ...) - before (empty by default) - string to add before prop
- after (empty by default) - string to add after prop
- prop - any property in package.json (like
1.0.2
1.0.1
1.0.0
1.0.0 (2017-09-01)
Features
-
findup: Using findup to slim the plugin (23ab0d0)
The weight decreases from 202.9K (gzipped: 61.4K) to 23.4K (gzipped: 7.6K)
BREAKING CHANGES
- findup: The new library
findupchange the behaviour to searchpackage.json:
The search for the filepackage.json, even in the case of an unknown path, will always be done in the ancestor directory