Skip to content

Releases: ilterra/markdown-yaml-metadata-parser

v2.0.0

19 Feb 16:51
Compare
Choose a tag to compare

Rewrite the module with less dependencies.
Function signature hasn't changed.
Errors are now thrown and not returned as values.

v1.1.2

18 Feb 13:33
Compare
Choose a tag to compare

Update dependencies for a potential security vulnerability

v1.1.1

11 Jan 17:10
Compare
Choose a tag to compare

Update nodejs tested versions
Update dependencies for a potential security vulnerability

v1.1.0

23 Jul 21:14
Compare
Choose a tag to compare

Update dependencies
Move from yarn.lock to package-lock.lock
Remove node.js v4 and v5 support, add support for v9 and v10

v1.0.1

01 Jun 20:39
Compare
Choose a tag to compare

Add node 8 to travis configuration

v1.0.0

22 May 20:26
Compare
Choose a tag to compare

Rewrite main script with a functional programming approach
Fixed minor bugs

v0.0.8

21 Jan 15:39
Compare
Choose a tag to compare

Fix module default import

v0.0.7

21 Jan 15:07
Compare
Choose a tag to compare

Remove dependencies from parse module

v0.0.6

12 Jan 21:17
Compare
Choose a tag to compare

Add flowtype.js
Correct return type to empty object for document with no metadata

v0.0.5

11 Jan 17:20
Compare
Choose a tag to compare

Add Babel to support older node versions (4 and 5)
Update dependencies
Remove coveralls