Skip to content

Latest commit

 

History

History
92 lines (43 loc) · 3.92 KB

CHANGELOG.md

File metadata and controls

92 lines (43 loc) · 3.92 KB

Changelog

2.2.1 (2024-11-26)

Bug Fixes

  • support custom CDNs in getIdFromString (#45) (8e88a60)

2.2.0 (2024-11-14)

Features

  • add regex pattern for custom cdn urls (#43) (211f387)

2.1.0 (2024-11-04)

Features

  • allow specifying custom baseUrl in image/file URL builders (#41) (146bc23)

2.0.7 (2024-10-31)

Bug Fixes

  • correct return values for try* functions (1cca70d)

2.0.6 (2024-10-03)

Bug Fixes

  • rename docs script to be more precise (3920c25)

2.0.5 (2024-10-03)

Bug Fixes

  • (ci): use correct token for github pages (8180702)
  • improve commit message for readme generation (10fcede)

2.0.4 (2024-10-03)

Bug Fixes

  • include latest, generated readme in published module (ddd3dfe)

2.0.3 (2024-10-03)

Bug Fixes

  • remove unnecessary prepublish step (fe1e393)

2.0.2 (2024-10-03)

Bug Fixes

  • clarify that the module is synchronous, no async calls for information (a8894c4)
  • prevent readme template from being published (49c6feb)

2.0.1 (2024-10-03)

Bug Fixes

  • docs: correct links to html documentation (a872adf)
  • docs: correct links to readme sections (b946af2)
  • docs: sort members by kind - functions first (a12ce9e)

2.0.0 (2024-10-03)

⚠ BREAKING CHANGES

  • Remove isObject method from exported functions.

Features

  • modernize tooling, switch to ESM by default, require node 18 (b432ddc)

Bug Fixes

  • make docs generation compatible with latest typedoc (517695b)
  • typos in tsdocs (b856d1a)