front-matter
Advanced tools
Comparing version 2.3.0 to 3.0.0
interface FrontMatterResult<T> { | ||
readonly attributes: T | ||
readonly body: string | ||
readonly frontmatter: string | ||
readonly frontmatter?: string | ||
} | ||
@@ -6,0 +6,0 @@ |
@@ -7,3 +7,3 @@ var parser = require('js-yaml') | ||
'$([\\s\\S]*?)' + | ||
'^(?:\\2|\\.\\.\\.)' + | ||
'^(?:\\2|\\.\\.\\.)\\s*' + | ||
'$' + | ||
@@ -10,0 +10,0 @@ (process.platform === 'win32' ? '\\r?' : '') + |
@@ -11,3 +11,3 @@ { | ||
"license": "MIT", | ||
"version": "2.3.0", | ||
"version": "3.0.0", | ||
"homepage": "https://github.com/jxson/front-matter", | ||
@@ -14,0 +14,0 @@ "bugs": "https://github.com/jxson/front-matter/issues", |
@@ -127,2 +127,8 @@ # front-matter | ||
# CHANGELOG | ||
## 3.0.0 | ||
* CI only tests Node versions >= v6 (drops v4, and v5) | ||
* | ||
# LICENSE (MIT) | ||
@@ -129,0 +135,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21178
158
18