-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
105 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
**<span style="font-size: 18px;">0.2</span>** | ||
|
||
* **Braking change** - Lang classes are prefixed by $ sign. If you use them directly you should update them or use `S.of(context)` | ||
* fix icelandic class | ||
* add arb key checker, now the IDE will raise an error if you try to set an illegal key | ||
* escape parameter in form of ${variable} | ||
|
||
**<span style="font-size: 18px;">0.1.1 - 2018.1</span>** | ||
|
||
* fix plurals searching | ||
|
||
**<span style="font-size: 18px;">0.0.8</span>** | ||
|
||
* escape dollar sign | ||
* plural keywords are now case insensitive | ||
|
||
**<span style="font-size: 18px;">0.0.7</span>** | ||
|
||
* handles null locales | ||
|
||
**<span style="font-size: 18px;">0.0.6+1</span>** | ||
|
||
* fixed hebrew const issues | ||
|
||
**<span style="font-size: 18px;">0.0.6</span>** | ||
|
||
* optimized the S class by adding const constructors and removing unnecessary fields | ||
* order string fields alphabetically in the S class | ||
* preparing lib for adding other resource binders | ||
|
||
**<span style="font-size: 18px;">0.0.5</span>** | ||
|
||
* fix some crashes | ||
* add ignore comment for the dart analyzer | ||
* change the way files are build | ||
|
||
**<span style="font-size: 18px;">0.0.4</span>** | ||
|
||
* add intention action to extract the string resources | ||
* add intent action to override the string in another language | ||
|
||
**<span style="font-size: 18px;">0.0.3</span>** | ||
|
||
* fixed crash on Flutter | ||
* add Hebrew fallback support, iw=he | ||
* added text direction support | ||
|
||
**<span style="font-size: 18px;">0.0.2</span>** | ||
|
||
* update only the class that changes | ||
* add rebuild action | ||
|
||
**<span style="font-size: 18px;">0.0.1</span>** | ||
|
||
* first release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"list": [ | ||
{ | ||
"comments": "2018.1", | ||
"ideaVersion": "181.5540.23", | ||
"dartPluginVersion": "181.4445.29", | ||
"flutterPluginVersion": "31.3.1", | ||
"sinceBuild": "181.5540.23", | ||
"untilBuild": "181.*" | ||
}, | ||
{ | ||
"comments": "2018.2", | ||
"ideaVersion": "182.5107.41", | ||
"dartPluginVersion": "182.5124", | ||
"flutterPluginVersion": "32.0.2", | ||
"sinceBuild": "182.5107.7", | ||
"untilBuild": "182.*" | ||
}, | ||
{ | ||
"comments": "2018.3", | ||
"ideaVersion": "183.5153.38", | ||
"dartPluginVersion": "183.5901", | ||
"flutterPluginVersion": "32.0.3", | ||
"sinceBuild": "183.5153.38.34.*", | ||
"untilBuild": "183.*" | ||
}, | ||
{ | ||
"comments": "2019.1", | ||
"ideaVersion": "191.4738.6", | ||
"dartPluginVersion": "191.4738.6", | ||
"flutterPluginVersion": "32.0.3", | ||
"sinceBuild": "191.0", | ||
"untilBuild": "191.*" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters