Skip to content

Commit

Permalink
chore: sync changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon authored and github-actions[bot] committed Dec 6, 2023
1 parent 389a214 commit 1d77149
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

<!-- Release notes generated using configuration in .github/release.yml at 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)
Expand Down
5 changes: 5 additions & 0 deletions deno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 1d77149

Please sign in to comment.