diff --git a/CHANGELOG.md b/CHANGELOG.md index d86f2fc..2c0c9b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# v0.12.0 (2023-12-06T05:18:27Z) + +This changelog is generated by [GitHub Releases](https://github.com/intlify/utils/releases/tag/v0.12.0) + + + +## What's Changed +### 🌟 Features +* feat: support try locale getting APIs by @kazupon in https://github.com/intlify/utils/pull/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](https://github.com/intlify/utils/releases/tag/v0.11.1) diff --git a/deno/README.md b/deno/README.md index 18e3245..9f845d4 100644 --- a/deno/README.md +++ b/deno/README.md @@ -146,6 +146,11 @@ You can do `import { ... } from '@intlify/utils'` the above utilities - `setCookieLocale` - `getPathLocale` - `getQueryLocale` +- `tryHeaderLocales` +- `tryHeaderLocale` +- `tryCookieLocale` +- `tryPathLocale` +- `tryQueryLocale` The about utilies functions accpet Web APIs such as [Request](https://developer.mozilla.org/en-US/docs/Web/API/Request) and [Response](https://developer.mozilla.org/en-US/docs/Web/API/Response) that is supported by JS environments (such as Deno, Bun, and Browser)