Skip to content

Commit 6d5ef35

Browse files
committed
release: 4.9.1
1 parent 0469984 commit 6d5ef35

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

slang/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 4.9.1
2+
3+
- fix: generate the flat map as a HashMap instead of a switch. Dart AOT compiler is unable to compile large switch statements (#318)
4+
15
## 4.9.0
26

37
- feat: combine namespaced and non-namespaced translations (#311)

slang/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: slang
22
description: Localization / Internationalization (i18n) solution. Use JSON, YAML, CSV, or ARB files to create typesafe translations via source generation.
3-
version: 4.9.0
3+
version: 4.9.1
44
repository: https://github.com/slang-i18n/slang
55
topics:
66
- i18n

0 commit comments

Comments
 (0)