Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

61 lines (37 loc) · 1.16 KB

1.4.2 (2024-11-28)

Fix

  • rust-dependencies: ⛔️ update cargo deny licenses

1.4.1 (2023-04-03)

Fix

  • 💫 add tests and tighter integration for new search term highlighting feature
  • 💫 update dependencies

1.4.0 (2023-04-01)

Feat

  • new feature for highlighting a search term in HTML text nodes, wrapping in a mark element
  • 🌟 add Deno module
  • 🌟 output an array of headings each with its id
  • 🌟 add Markdown parsing to hard wrapped lines of plaintext

Fix

  • dependencies: 💫 update crates
  • 💫 update LICENSE
  • accept input canonical base url parameters to allow conversion of relative URLs to absolute ones
  • 💫 add target blank to non relative anchor tags

1.0.0 (2022-12-23)

Feat

  • 🌟 add estimated reading time
  • 🌟 return word count with html

Fix

  • 💫 refine word count
  • 💫 refine word count
  • dependencies: 💫 update crates

Refactor

  • 🏄🏽 restructure to assist unit testing

0.0.1 (2022-12-21)

Feat

  • 🌟 add mjml parsing to HTML

Fix

  • 💫 only had rel attributes to non-relative anchor tags

Refactor

  • 🏄🏽 move markdown parsing into markdown module