feat(core): Initial release of smartfm module for handling frontmatter

This commit is contained in:
2025-01-24 02:03:57 +01:00
parent 89a691240b
commit 967b103e01
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -1,5 +1,12 @@
# 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)
Updated readme.md to add comprehensive examples and advanced use cases.