Skip to content

Commit 1d77149

Browse files
kazupongithub-actions[bot]
authored andcommitted
chore: sync changelog
1 parent 389a214 commit 1d77149

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# v0.12.0 (2023-12-06T05:18:27Z)
2+
3+
This changelog is generated by [GitHub Releases](https://github.com/intlify/utils/releases/tag/v0.12.0)
4+
5+
<!-- Release notes generated using configuration in .github/release.yml at v0.12.0 -->
6+
7+
## What's Changed
8+
### 🌟 Features
9+
* feat: support try locale getting APIs by @kazupon in https://github.com/intlify/utils/pull/38
10+
11+
12+
**Full Changelog**: https://github.com/intlify/utils/compare/v0.11.1...v0.12.0
13+
14+
115
# v0.11.1 (2023-10-23T08:44:44Z)
216

317
This changelog is generated by [GitHub Releases](https://github.com/intlify/utils/releases/tag/v0.11.1)

deno/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,11 @@ You can do `import { ... } from '@intlify/utils'` the above utilities
146146
- `setCookieLocale`
147147
- `getPathLocale`
148148
- `getQueryLocale`
149+
- `tryHeaderLocales`
150+
- `tryHeaderLocale`
151+
- `tryCookieLocale`
152+
- `tryPathLocale`
153+
- `tryQueryLocale`
149154

150155
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)
151156

0 commit comments

Comments
 (0)