Skip to content

Commit

Permalink
release: 4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tienisto committed Jul 12, 2021
1 parent 474f6ec commit 385c9be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 4.11.0

- feat: simplify ${arg} to $arg if possible
- feat: make internal translation class instance final

## 4.10.0

- feat: support for custom contexts, e.g. `t.greet(name: 'Tom', context: Gender.male)`, more information in the README
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ It is recommended to add `fast_i18n` to `dev_dependencies`.
```yaml
dev_dependencies:
build_runner: any
fast_i18n: 4.10.0
fast_i18n: 4.11.0
```
**Step 2: Create JSON files**
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fast_i18n
description: Lightweight i18n solution. Use JSON files to create typesafe translations.
version: 4.10.0
version: 4.11.0
homepage: https://github.com/Tienisto/flutter-fast-i18n
publish_to: https://pub.dev

Expand Down

0 comments on commit 385c9be

Please sign in to comment.