Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
9b31263a32 | |||
967b103e01 |
@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-01-24 - 2.2.0 - feat(core)
|
||||||
|
Initial release of smartfm module for handling frontmatter
|
||||||
|
|
||||||
|
- Added Smartfm class to handle YAML and JSON frontmatter
|
||||||
|
- Implemented methods for parsing and stringifying frontmatter
|
||||||
|
- Included support for parseFromComments to handle commented out frontmatter
|
||||||
|
|
||||||
## 2025-01-24 - 2.1.2 - fix(documentation)
|
## 2025-01-24 - 2.1.2 - fix(documentation)
|
||||||
Updated readme.md to add comprehensive examples and advanced use cases.
|
Updated readme.md to add comprehensive examples and advanced use cases.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartfm",
|
"name": "@push.rocks/smartfm",
|
||||||
"version": "2.1.2",
|
"version": "2.2.0",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A Node.js module for handling and processing frontmatter in markdown and text files, leveraging the gray-matter library for parsing and stringifying YAML or JSON formatted frontmatter.",
|
"description": "A Node.js module for handling and processing frontmatter in markdown and text files, leveraging the gray-matter library for parsing and stringifying YAML or JSON formatted frontmatter.",
|
||||||
"exports": {
|
"exports": {
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartfm',
|
name: '@push.rocks/smartfm',
|
||||||
version: '2.1.2',
|
version: '2.2.0',
|
||||||
description: 'A Node.js module for handling and processing frontmatter in markdown and text files, leveraging the gray-matter library for parsing and stringifying YAML or JSON formatted frontmatter.'
|
description: 'A Node.js module for handling and processing frontmatter in markdown and text files, leveraging the gray-matter library for parsing and stringifying YAML or JSON formatted frontmatter.'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user