Skip to content

Commit eee372b

Browse files
Version Packages
1 parent 220a9cb commit eee372b

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

.changeset/happy-birds-shop.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

.changeset/orange-avocados-smash.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/vintl-nuxt/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# @vintl/nuxt
22

3+
## 1.6.0
4+
5+
### Minor Changes
6+
7+
- 81c23b0: Support for parsing error handling
8+
9+
`@vintl/nuxt` can now handle errors when parsing message files containing broken messages in a configurable manner.
10+
11+
You can configure how errors are handled using `onParseError` module option, which can either be a name of the built-in strategy, or a function that takes in context and optionally provides fallback message AST.
12+
13+
Check out documentation for more information.
14+
15+
### Patch Changes
16+
17+
- 2b5a59b: Unpin FormatJS dependencies
18+
19+
We proveviously had `@formatjs/intl` pinned because of the broken ESM migration, however this has been fixed for quite some time already, so the pinned version has been to changed to a range, which ensures that `@formatjs/intl` can be updated with latest bug fixes and improvements until the next major version.
20+
321
## 1.5.0
422

523
### Minor Changes

packages/vintl-nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vintl/nuxt",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Nuxt Module for VIntl integration",
55
"keywords": [
66
"i18n",

0 commit comments

Comments
 (0)