Skip to content

Latest commit

 

History

History
146 lines (104 loc) · 11.6 KB

File metadata and controls

146 lines (104 loc) · 11.6 KB

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 happy
  • 244a87d - test: fix error conversion utf8 in windows
  • 8b1eec4 - test: fix error conversion utf8
  • 5339919 - test: hello Github CI, bye travis and appveyor
  • ee4c960 - Merge branch 'master' of https://github.com/forresst/markdown-magic-package-json.git
  • 8d5303d - test: require Node.js 10
  • 0010f31 - build(deps-dev): bump xo from 0.24.0 to 0.25.3
  • eaa2c48 - build(deps-dev): bump xo from 0.24.0 to 0.25.3
  • 7c0adc0 - build(deps-dev): bump xo from 0.24.0 to 0.25.3

2.0.1 (2019-08-23)

💪 Commits(15):

  • 0935388 - chore(release): 2.0.1
  • 053e61e - test: stop testing Node.js 6 and 11, remove from engines entry
  • 1975461 - chore: bump dev dependencies
  • 90ff15c - test: del window test to Travis
  • d4b205f - test: add window test to Travis
  • ea8a5d9 - chore: bump dev dependencies
  • 4fbbaaa - test: support Node.js 11
  • 6f77f17 - chore: bump dev dependencies
  • 228716e - chore: bump dev dependencies
  • daa9234 - chore: bump dev dependencies
  • 449eda9 - test: remove support Node.js 9
  • 46484dd - chore: bump dev dependencies
  • 7dbc14c - test: support Node.js 10
  • 27f9fc2 - test: use npm@6.1.0 in CI
  • f9d2f78 - chore: bump dev dependencies and improve code

2.0.0 (2018-04-13)

🔥 New feature:

  • template: remove prop, before and after options(d3b394b) (thanks @forresst)

❤️ BREAKING CHANGES:

  • The following options has been removed in favor of template. They are removed from version 2.0.0 and later. See the guide to use template instead :

  • 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

💪 Commits(3):

  • 714aa86 - chore(release): 2.0.0
  • d3b394b - feat(template): remove prop, before and after options
  • cc453da - docs: fix link to guide

1.1.0 (2018-03-26)

🔥 New feature:

  • template: add option template(57743b0) (thanks @forresst)

❤️ BREAKING CHANGES:

  • 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 use template instead :

  • 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

💪 Commits(10):

  • 3630657 - chore(release): 1.1.0
  • 57743b0 - feat(template): add option template
  • 525ae14 - test: comments should not begin with a lowercase character
  • 41a5734 - test: add comments to test coveralls
  • 2ea44e2 - chore: change package.json for commitlint
  • 6033e9f - chore: change validate-commit-msg by commitlint
  • e533165 - Test: add tests with markdown-magic 0.1.21
  • 9cb5aa5 - Test: improve tests with readdirSync
  • 3bc60cc - Test: bump dev dependencies
  • cf108bb - test: Add Node.js 9 in CI

1.0.2 (2018-02-15)

💪 Commits(8):

  • 110a1e7 - chore(release): 1.0.2
  • e228e68 - chore: Bump dev dependencies
  • 1af4c62 - docs: Update URL to XO
  • 6d5af41 - test: Improve metadata titles and messages only in the original files
  • 9f659b3 - test: Improve tests with titles and messages in the test files
  • 6db7522 - test: Improve tests with macro ava
  • 0c94ffb - refactor: improve the code and add docs into the code
  • 6bc3517 - docs: Fix property name

1.0.1 (2017-09-02)

💪 Commits(2):

1.0.0 (2017-09-01)

🔥 New feature:

  • findup: Using findup to slim the plugin(23ab0d0) (thanks @forresst)

❤️ BREAKING CHANGES:

  • The new library findup change the behaviour to search package.json:

The search for the file package.json, even in the case of an unknown path, will always be done in the ancestor directory

💪 Commits(4):

  • d5a0a6d - chore(release): 1.0.0
  • 31257f2 - chore(commit): Add validate-commit-msg to prevent bad message
  • 6bb1b93 - docs(findup): Note on searching the package.json file
  • 23ab0d0 - feat(findup): Using findup to slim the plugin

0.1.0 (2017-08-29)

💪 Commits(6):