Skip to content

Commit

Permalink
BREAKING CHANGE: drop language api for path and query (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Oct 17, 2023
1 parent 116ab0e commit 931fb1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,7 @@ You can do `import { ... } from '@intlify/utils'` the above utilities
- `getHeaderLocale`
- `getCookieLocale`
- `setCookieLocale`
- `getPathLanguage`
- `getPathLocale`
- `getQueryLanguage`
- `getQueryLocale`

The about utilies functions accpet Web APIs such as
Expand Down
6 changes: 0 additions & 6 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,4 @@ export {
registerPathLanguageParser,
validateLangTag,
} from './shared.ts'
export {
getPathLanguage,
getPathLocale,
getQueryLanguage,
getQueryLocale,
} from './http.ts'
export * from './web.ts'

0 comments on commit 931fb1f

Please sign in to comment.