Skip to content

Releases: slang-i18n/slang

v2.4.1

31 May 23:58
f74b22b
Compare
Choose a tag to compare
  • fix: do not export package:flutter/widgets.dart

v2.4.0

31 May 23:39
5756abd
Compare
Choose a tag to compare
  • feat: allow external enums for context feature (add generate_enum and imports config)
  • feat: add default context parameter name (default_parameter)
  • feat: add export statement in generated file to avoid imports of extension methods

v2.3.1

22 May 21:26
22fdfe7
Compare
Choose a tag to compare
  • fix: add missing fallback for flat map if configured

v2.3.0

18 May 22:29
908516e
Compare
Choose a tag to compare
  • feat: use tight version for slang_flutter and slang_build_runner
  • fix: throw error if base locale not found
  • fix: TranslationProvider should use current locale
  • fix: use more strict locale regex to avoid false-positives when detecting locale of directory name

v2.2.0

16 May 00:27
b1a96de
Compare
Choose a tag to compare
  • feat: locale can be moved from file name to directory name (e.g. i18n/fr/page1_fr.i18n.json to i18n/fr/page1.i18n.json)

v2.1.0

13 May 11:29
e16b874
Compare
Choose a tag to compare
  • feat: add slang.yaml support which has less boilerplate than build.yaml
  • fix: move internal build.yaml to correct package

fast_i18n v5.12.4

13 May 00:38
0d74d8f
Compare
Choose a tag to compare
  • fix: Flutter 3.0.0 compatibility

v2.0.0

11 May 23:41
5bbb90c
Compare
Choose a tag to compare

Transition to a federated package structure

  • Breaking: rebranding to slang
  • Breaking: add slang_build_runner, slang_flutter depending on your use case
  • Breaking: remove output_file_pattern (was deprecated)
  • feat: dart-only support (flutter_integration: false)
  • feat: multiple package support
  • feat: RichText support

Thanks to @fzyzcjy.

You can read the detailed migration guide here.

fast_i18n v5.12.3

06 May 23:43
221cbe6
Compare
Choose a tag to compare
  • fix: resolve some linting errors in generated file

fast_i18n v5.12.2

23 Apr 13:13
01367a0
Compare
Choose a tag to compare
  • fix: handle csv files with 1st level lists

Add plural support: Swedish (thanks to Johannes Löhnn)