Skip to content

Releases: rpearce/parse-md

v3.0.3

08 Jan 18:45
40c3998
Compare
Choose a tag to compare

[3.0.3] - 2022-01-08

Changed

  • Updated README with important importing info

v3.0.2

08 Jan 18:30
16a5976
Compare
Choose a tag to compare

[3.0.2] - 2022-01-08

Fixed

  • Actually drop commonjs support
  • Drop tslib dependency
  • Fix typescript declaration importing js-yaml

v3.0.1

05 Jan 04:27
4929862
Compare
Choose a tag to compare

[3.0.1] - 2022-01-04

Fixed

  • Conditional exports fields not pointing to the right files
  • Set "type": "module" in package.json since we can't output .mjs with TS

v3.0.0

03 Jan 04:55
32faec7
Compare
Choose a tag to compare

[3.0.0] - 2022-01-02

Changed

  • Rewrote in TypeScript (PR #27)

v2.0.5

31 Dec 19:00
2e0fa5b
Compare
Choose a tag to compare

[2.0.5] - 2021-12-31

Fixed

  • Can't use properly inside a node ESM package (#24)

v2.0.4

06 Jan 02:32
b3fd510
Compare
Choose a tag to compare

[2.0.4] - 2020-01-05

Changed

  • bump devDependencies

v2.0.3

05 Dec 16:58
56392ff
Compare
Choose a tag to compare

[2.0.3] - 2019-12-05

Changed

  • dist/ output now contains esm/ and cjs/ folders with index.js (and
    index.map.js) instead of .cjs.js and .esm.js files
  • fixed copy-paste issues in rollup.config.js & package.json
  • bumped a number of dev dependencies

v2.0.1

12 Sep 03:37
249b2a7
Compare
Choose a tag to compare

[2.0.1] - 2019-09-11

Changed

  • bumped sspk for security fix

v2.0.0

12 Sep 03:36
5695836
Compare
Choose a tag to compare

[2.0.0] - 2019-09-11

Changed

  • using rollup to built ESM & commonjs output to dist/ folder
  • security fixes
  • new dev experience