Releases: ilterra/markdown-yaml-metadata-parser
Releases · ilterra/markdown-yaml-metadata-parser
v3.0.0
Dual module: written in ESM (ECMAScript modules) and supporting CJS (CommonJS).
Change test library to Node-Tap.
Remove package-lock.json.
Update dependencies.
v2.1.2
Update dependencies and change username.
Add Node.js version 15 in Travis configuration.
v2.1.0
New line detection relies on detectNewline module (no more on OS detection via Plaform.js).
Refactor parser without Ramda dependency.
Add operating systems to Travis CI.
v2.0.6
Correct Windows OS detection for new line char.
Update dependencies.
v2.0.5
Detect OS with Platform.js library.
Update dependencies.
v2.0.3
Support win32 file format (new line).
v2.0.1
Manage documents with metadata and no content.
Update dependencies.