Skip to content

Latest commit

 

History

History
135 lines (71 loc) · 3.67 KB

CHANGELOG.md

File metadata and controls

135 lines (71 loc) · 3.67 KB

mddb

0.8.0

Minor Changes

0.7.0

Minor Changes

  • #86 81f85f6 Thanks @mohamedsalem401! - [#54 Computed Fields]
    • Introduce a configuration parameter to support the inclusion of a custom function for computing fields.

0.6.0

Minor Changes

0.5.0

Minor Changes

0.4.0

Minor Changes

  • #61 f6fe5b0 Thanks @mohamedsalem401! - Add Tags Extraction from Markdown Content. Resolved issues with link extraction from Markdown documents. Conducted code refactoring for improved readability and maintainability.

0.3.0

Minor Changes

  • 52ff842 Thanks @olayway! - Support for querying files by frontmatter field values (exact matches only).

0.2.1

Patch Changes

0.2.0

Minor Changes

  • 6f93669 Thanks @olayway! - Extract wiki links with Obsidian style shortest paths

Patch Changes

  • #35 14520be Thanks @olayway! - Add support for Obsidian style tags list in frontmatter (e.g. tags: a,b,c).

0.1.9

Patch Changes

  • Package renamed from @flowershow/markdowndb to mddb.

@flowershow/markdowndb

0.1.8

Patch Changes

  • Fix published package contents.

0.1.7

Patch Changes

  • 3129f4c: Fixed issue with indexing more than 500 files.

0.1.6

Patch Changes

  • aed0b4b: Fix ignore regex pattern.

0.1.5

Patch Changes

  • 41c75f7: Encode URL's stored in the database.

0.1.4

Patch Changes

  • 3aad734: Adjust default path->url resolver function and allow passing custom one.

0.1.3

Patch Changes

  • Fix build script.

0.1.2

Patch Changes

  • Migrate to a separate repo (out of flowershow monorepo).

0.1.1

Patch Changes

  • Fix import statement in bin/index.js file.

0.1.0

Minor Changes

  • Link extraction and querying support.

0.0.3

Patch Changes

  • 135a238: clean-up and reafctoring with more OOP approach and stronger typing.

0.0.2

Patch Changes

  • Fix * export from package.