Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 0.11.1

- Removed unused dart_console dependency.
- Added support for dcli v9.

## 0.11.0

- Added improved `add` command with human-friendly and JSON template syntax.
Expand All @@ -16,7 +21,6 @@

- Solved issue with default locale in null


## 0.9.0

- Added support for intl 0.20.2
Expand Down
6 changes: 2 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: arb_utils
description: A set of tools to work with .arb files (the preferred Dart way of dealing with i18n/l10n/translations)
version: 0.11.0
version: 0.11.1
repository: https://github.com/Rodsevich/arb_utils
homepage: https://gitlab.com/Rodsevich/arb_utils

Expand All @@ -15,13 +15,11 @@ dependencies:
intl: ">=0.18.0 <0.21.0"
intl_utils: ^2.8.7
shared_preferences: ^2.2.2
dcli: ">=6.0.0 <=9.0.0"
dart_console: ^4.1.0
dcli: ">=6.0.0 <=10.0.0"

dev_dependencies:
lints: ^4.0.0
test: ^1.25.2
win32: ^5.4.0

executables:
arb_utils:
Loading