Skip to content

Latest commit

Β 

History

History
422 lines (232 loc) Β· 12.9 KB

File metadata and controls

422 lines (232 loc) Β· 12.9 KB

v1.0.1 (2025-11-12T17:31:16Z)

This changelog is generated by GitHub Releases

What's Changed

⚑ Improvement Features

  • fix: add deprecation tag for h3 and hono JSDoc by @kazupon in #71

Full Changelog: https://github.com/intlify/utils/compare/v1.0.0...v1.0.1

v1.0.0 (2025-11-12T16:44:56Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat!: warning for h3 and hone utils by @kazupon in #70

πŸ› Bug Fixes

  • fix: type errors by @kazupon in #66

⚑ Improvement Features

  • fix: wrong default options by @kazupon in #65

Full Changelog: https://github.com/intlify/utils/compare/v0.14.1...v1.0.0

v1.0.0-beta.5 (2025-11-12T16:43:19Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/intlify/utils/compare/v1.0.0-beta.4...v1.0.0-beta.5

v1.0.0-beta.4 (2025-11-12T16:36:43Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/intlify/utils/compare/v1.0.0-beta.3...v1.0.0-beta.4

v1.0.0-beta.3 (2025-11-12T14:20:34Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/intlify/utils/compare/v1.0.0-beta.2...v1.0.0-beta.3

v1.0.0-beta.2 (2025-11-12T11:05:54Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/intlify/utils/compare/v1.0.0-beta.1...v1.0.0-beta.2

v0.14.1 (2025-11-06T15:57:24Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/intlify/utils/compare/v0.14.0...v0.14.1

v0.14.0 (2025-11-06T15:54:44Z)

This changelog is generated by GitHub Releases

What's Changed

πŸ’₯ Breaking Changes

  • breaking: drop node v18 by @kazupon in #58

New Contributors

  • @BobbieGoede made their first contribution in #56

Full Changelog: https://github.com/intlify/utils/compare/v0.13.0...v0.14.0

v0.13.0 (2024-03-02T17:22:18Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: support jsr registry by @kazupon in #44

πŸ› Bug Fixes

  • fix: specify es-cookie version for deno by @kazupon in #46

⚑ Improvement Features

  • fix: move fields to deno.jsonc by @kazupon in #45

Full Changelog: https://github.com/intlify/utils/compare/v0.12.0...v0.13.0

v0.12.0 (2023-12-06T05:18:27Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: support try locale getting APIs by @kazupon in #38

Full Changelog: https://github.com/intlify/utils/compare/v0.11.1...v0.12.0

v0.11.1 (2023-10-23T08:44:44Z)

This changelog is generated by GitHub Releases

What's Changed

πŸ“οΈ Documentations

  • fix: deno example by @kazupon in #33
  • fix: wrong docs by @kazupon in #34

Full Changelog: https://github.com/intlify/utils/compare/v0.11.0...v0.11.1

v0.11.0 (2023-10-23T08:22:42Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: support fully deno by @kazupon in #32

Full Changelog: https://github.com/intlify/utils/compare/v0.10.0...v0.11.0

v0.10.0 (2023-10-19T11:34:31Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: add locale utils for hono by @kazupon in #31

Full Changelog: https://github.com/intlify/utils/compare/v0.9.0...v0.10.0

v0.9.0 (2023-10-17T08:33:41Z)

This changelog is generated by GitHub Releases

What's Changed

πŸ’₯ Breaking Changes

  • BREAKING CHANGE: drop language api for path and query by @kazupon in #29

Full Changelog: https://github.com/intlify/utils/compare/v0.8.0...v0.9.0

v0.8.0 (2023-10-17T06:23:35Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat!: support lang option for path and query detection APIs by @kazupon in #27
  • feat: add some locale getting APIs from path and query for platform by @kazupon in #28

Full Changelog: https://github.com/intlify/utils/compare/v0.7.0...v0.8.0

v0.7.0 (2023-10-13T05:05:49Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: type utilities for unicode language id by @kazupon in #20
  • feat: add getNavigatorLocale and getNavigatorLocales by @kazupon in #24

πŸ’₯ Breaking Changes

  • BREAKING CHANGE: no export getNavigatorLanguages and getNavigatorLanguage by @kazupon in #25

⚑ Improvement Features

  • fix: refactor validateLangTag by @kazupon in #23

New Contributors

  • @renovate made their first contribution in #21

Full Changelog: https://github.com/intlify/utils/compare/v0.6.0...v0.7.0

v0.6.0 (2023-09-29T17:20:52Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: add toLocale util by @kazupon in #18

πŸ’₯ Breaking Changes

  • BREAKING CHANGE: Support for other headers, not 'accept-language' by @kazupon in #15
  • BREAKING CHANGE: change to validateLangTag from validateLanguageTag by @kazupon in #19

⚑ Improvement Features

  • fix: tweak path language parser interface by @kazupon in #14

Full Changelog: https://github.com/intlify/utils/compare/v0.5.0...v0.6.0

v0.5.0 (2023-09-27T10:02:45Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: support getPathLanguage and getPathLocale by @kazupon in #12
  • feat: add getQueryLanguage and getQueryLocale by @kazupon in #13

⚑ Improvement Features

  • fix: tweak module exporting by @kazupon in #11

Full Changelog: https://github.com/intlify/utils/compare/v0.4.2...v0.5.0

v0.4.2 (2023-09-24T12:07:38Z)

This changelog is generated by GitHub Releases

What's Changed

⚑ Improvement Features

  • fix: improve getNavigatorLanguages more cache strictly by @kazupon in #10

Full Changelog: https://github.com/intlify/utils/compare/v0.4.1...v0.4.2

v0.4.1 (2023-09-23T15:01:38Z)

This changelog is generated by GitHub Releases

What's Changed

πŸ› Bug Fixes

  • fix: remove pre-install script by @kazupon in #9

Full Changelog: https://github.com/intlify/utils/compare/v0.4.0...v0.4.1

v0.4.0 (2023-09-22T10:02:20Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: add getAcceptLanguage by @kazupon in #5
  • feat: add getAcceptLocales by @kazupon in #7
  • feat: add getNavigatorLanguages, getNavigatorLanguage and normalizeLanguageName by @kazupon in #8

πŸ’₯ Breaking Changes

  • BREAKING CHANGE: rename getLocale by @kazupon in #6

Full Changelog: https://github.com/intlify/utils/compare/v0.3.0...v0.4.0

v0.3.0 (2023-09-21T09:48:39Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/intlify/utils/compare/v0.2.0...v0.3.0

v0.2.0 (2023-09-20T11:19:16Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: support runtime aginostic getAcceptLanguages by @kazupon in #4

Full Changelog: https://github.com/intlify/utils/compare/v0.1.0...v0.2.0

v0.1.0 (2023-09-20T03:55:16Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

  • feat: add parseAcceptLanguage by @kazupon in #2
  • feat: add validateLanguageTag by @kazupon in #3

Full Changelog: https://github.com/intlify/utils/compare/v0.0.11...v0.1.0

v0.0.11 (2023-09-19T17:55:23Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/intlify/utils/compare/v0.0.9...v0.0.11

v0.0.9 (2023-09-19T17:35:44Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/intlify/utils/compare/v0.0.7...v0.0.9

v0.0.7 (2023-09-19T17:23:49Z)

This changelog is generated by GitHub Releases

Full Changelog: https://github.com/intlify/utils/compare/v0.0.6...v0.0.7