Skip to content

Releases: zr87/accent-folding

v2.2.1-next.1

24 Aug 09:01
Compare
Choose a tag to compare
v2.2.1-next.1 Pre-release
Pre-release

2.2.1-next.1 (2024-08-24)

Bug Fixes

  • add missing assert flag to support importing JSON modules in ESM (389c7be)

v2.2.0

22 Aug 10:30
af9fb89
Compare
Choose a tag to compare

2.2.0 (2024-08-22)

Features

  • add constructor param to extend/override the accent map (a165fa1)

v2.1.1

22 Aug 09:38
05ab22e
Compare
Choose a tag to compare

2.1.1 (2024-08-22)

Reverts

  • Revert "chore: apply Prettier formatting" (33a83c8)
  • Revert "chore: install plugins" (2240e2b)

v2.1.0-next.1

11 Aug 15:54
Compare
Choose a tag to compare
v2.1.0-next.1 Pre-release
Pre-release

2.1.0-next.1 (2024-08-11)

Bug Fixes

Features

  • add coverage reporting (7c3b77b)
  • editor conf: added editor config (584f369)
  • improve error handling and add tests (e7cbfe7)
  • lint: add ESlint to the project (de6f36e)
  • replace: add new public method to replace accented with it's unaccented counterpart (78372b3)

v2.0.1

11 Aug 09:09
Compare
Choose a tag to compare

2.0.1 (2024-08-11)

Bug Fixes

v2.0.0

07 Aug 16:08
Compare
Choose a tag to compare

2.0.0 (2024-08-07)

Bug Fixes

  • entry file extennsion (3247887)
  • export path (3959a14)
  • make naming consistent (d0f1f48)
  • npm-publish: update workflow to use semantic-release (8cb46c8)
  • readme: fix link (1985e80)
  • release: move step of installing pnpm above (6d02024)
  • release: remove registry entry (53293ca)
  • typo (4a228b0)
  • update Github links (cbc801a)
  • version: bump major (27f33d6)
  • version: reset semantic version, let the release workflow handle it (26c5db0)

Features

  • add ROADMAP.md (d0e2b4f)
  • add semantic-release (78085e6)
  • added changelog and increased package version (434bc50)
  • keep V1 usage notes, add subtitle (490fe2e)
  • migrate test suite to Vitest, and moving from CommonJS to ESM (c1b3ac7)
  • release workflow: update pnpm action version (64caa1b)
  • update publish workflow (c909509)
  • update readme.md (d6138ff)
  • use ES6 (7948a24)

BREAKING CHANGES

  • complete refactor, moved to ESM
    #added caching, use faster Map() to store accent fallbacks, handle edge cases like empty string

v2.0.0-next.2

07 Aug 16:02
Compare
Choose a tag to compare
v2.0.0-next.2 Pre-release
Pre-release

2.0.0-next.2 (2024-08-07)

Features

  • release workflow: update pnpm action version (d197381)

v2.0.0-next.1

07 Aug 15:56
Compare
Choose a tag to compare
v2.0.0-next.1 Pre-release
Pre-release

2.0.0-next.1 (2024-08-07)

Bug Fixes

  • entry file extennsion (ea2e33f)
  • export path (8f9a103)
  • make naming consistent (a603434)
  • npm-publish: update workflow to use semantic-release (e972f8f)
  • readme: fix link (f1030e1)
  • release: move step of installing pnpm above (c58376c)
  • release: remove registry entry (1a76230)
  • typo (5209d9e)
  • update Github links (d378021)
  • version: bump major (f41bc9c)
  • version: reset semantic version, let the release workflow handle it (d9b9e8b)

Features

  • add ROADMAP.md (d7ec6b0)
  • add semantic-release (673fded)
  • added changelog and increased package version (a1e653b)
  • keep V1 usage notes, add subtitle (28bb102)
  • migrate test suite to Vitest, and moving from CommonJS to ESM (7ff82b9)
  • update publish workflow (f405b93)
  • update readme.md (4ff020f)
  • use ES6 (63b12c1)

BREAKING CHANGES

  • complete refactor, moved to ESM
    #added caching, use faster Map() to store accent fallbacks, handle edge cases like empty string