Skip to content

Releases: forresst/markdown-magic-package-json

2.0.2

02 Mar 08:08

Choose a tag to compare

2.0.2 (2021-03-01)

💪 Commits(13):

2.0.1

23 Aug 13:28

Choose a tag to compare

2.0.1 (2018-08-23)

Chore

  • Bump dependencies

2.0.0

13 Apr 13:05

Choose a tag to compare

2.0.0 (2018-04-13)

Features

  • template: remove prop, before and after options (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 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

1.1.0

26 Mar 11:13

Choose a tag to compare

1.1.0 (2018-03-26)

Features

  • template: add option template (57743b0)

Chore

  • Change package.json for commitlint (2ea44e2)
  • Change validate-commit-msg by commitlint (6033e9f)

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 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

1.0.2

15 Feb 12:37

Choose a tag to compare

1.0.2 (2018-02-15)

chore

docs

refactor

  • improve the code and add docs into the code (0c94ffb)

test

  • Improve metadata titles and messages only in the original files (6d5af41)
  • Improve tests with macro ava (6db7522)
  • Improve tests with titles and messages in the test files (9f659b3)

1.0.1

02 Sep 07:11

Choose a tag to compare

1.0.1 (2017-09-02)

Docs

  • Improve readme

1.0.0

01 Sep 07:36

Choose a tag to compare

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 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

0.1.0

30 Aug 09:13

Choose a tag to compare

The first!