- getFilename and getName for FusionItem
- Frontmatter is no more mandatory for loading, parsing and filtering markdown files
- Handling fields in FusionItemType as Object instead of array
- Added eslint as development dependency
- Fix eslint warnings
- Updating types auto-generation process (.d.ts) via
bun run generate-types
- Updating FusionFieldsType
- Updating FusionFieldsType
- Adding return type to filter() method
- Adding types
- Adding check-all script in package.json
- Welcome to filter() method and OperatorEnum
- Implement
getOneBySlug()
, it retreives just one element (not an array) based onslug
field in frontmatter section - Implement
getOneByFilename()
, it retreives just one element (not an array) based on the Markdown filename (for examplepost-1.md
- Implement Deferred Execution for Chainable Methods (limit, sort, where) with Final get() Method
- Implementing
getMetadataArray()
- First release