Releases: rpearce/parse-md
Releases · rpearce/parse-md
v3.0.3
08 Jan 18:45
Compare
Sorry, something went wrong.
No results found
[3.0.3] - 2022-01-08
Changed
Updated README with important importing info
v3.0.2
08 Jan 18:30
Compare
Sorry, something went wrong.
No results found
[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
Compare
Sorry, something went wrong.
No results found
[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
Compare
Sorry, something went wrong.
No results found
[3.0.0] - 2022-01-02
Changed
Rewrote in TypeScript (PR #27 )
v2.0.5
31 Dec 19:00
Compare
Sorry, something went wrong.
No results found
[2.0.5] - 2021-12-31
Fixed
Can't use properly inside a node ESM package (#24 )
v2.0.4
06 Jan 02:32
Compare
Sorry, something went wrong.
No results found
[2.0.4] - 2020-01-05
Changed
v2.0.3
05 Dec 16:58
Compare
Sorry, something went wrong.
No results found
[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
Compare
Sorry, something went wrong.
No results found
[2.0.1] - 2019-09-11
Changed
bumped sspk for security fix
v2.0.0
12 Sep 03:36
Compare
Sorry, something went wrong.
No results found
[2.0.0] - 2019-09-11
Changed
using rollup to built ESM & commonjs output to dist/ folder
security fixes
new dev experience