alex 0.5.6
alex: ^0.5.6 copied to clipboard
Tools for managing Flutter applications.
0.5.6 - 2021-11-24 #
- L10n:
to_xmlsupportslocaleargument.
0.5.5 - 2021-11-12 #
- Release Start: check if has build number in version string
0.5.4 - 2021-11-12 #
- Finish Feature:
- Ability to provide issue id in interactive mode.
- List of current feature branches.
- Check if run command not in project directory.
0.5.3 - 2021-11-11 #
- L10n:
from_xmlallow values without parameters in plurals if original string doesn't have it. - Finish Feature: Prints message in console if no changelog entered.
0.5.2 - 2021-10-19 #
- L10n:
to_xmlsupports string without parameter for plural.
0.5.1 - 2021-10-01 #
- L10n: Support for intl_generator.
- Handle Git merge conflicts.
0.5.0 - 2021-10-01 #
- New command:
alex feature finish- used to finish feature. It's merge branches, update changelog and remote feature branch from remote.
0.4.3-dev.0 - 2021-09-23 #
l10n import_xmlsupport for new Google Play naming: just base filename, without translation id and locale.
0.4.2-dev.0 - 2021-08-16 #
pub getbefore code generation.
0.4.1-dev.0 - 2021-08-03 #
- New command:
alex pubspec get- used to get dependencies. It's useful for get dependencies in project with inherit packages, or in repository with multiple packages. - Alias
pubforpubspeccommand.
0.4.0-dev.0 - 2021-07-30 #
- New command:
alex pubspec update- used for update dependency. It's useful for update git dependencies. - [release] Prints release notes and changelog at the end of successful release.
- [release] Mark required for release notes langs with
*.
0.3.9 - 2021-06-17 #
- Auto
pub getonl10nextractandgeneratecommands.
0.3.8-dev.3 - 2021-06-11 #
- Support for Norwegian locale as
nb.
0.3.8-dev.2 - 2021-04-25 #
- Convert
iwtohefor files from Google Play. - Auto define target locale with region when locale from Google Play contains only lang code.
- Fails run if key is not found for iOS localization files.
0.3.8-dev.1 - 2021-04-14 #
- Added support for
nolocale for iOS (usenn-NO). - Fixed: exceptions in from_xml doesn't handles properly.
- Fixed:
_requireTargetFile()may return a not existed file.
0.3.7-dev.2 - 2021-04-12 #
- Fixed: RangeError if old file shorter than header.
0.3.7-dev.1 - 2021-04-02 #
import_xmlimports only existing locales by default. Use--newargument if you want to import all locales.- Fixed:
from_xmldid not strip escape slashed with double quotes.
0.3.6-dev.5 - 2021-03-26 #
- Fixed: Changes check for arb files doesn't work on Windows.
- Fixed: Corrupt newline symbols when generate arb on Windows.
0.3.6-dev.4 - 2021-03-23 #
- Fixed: comment before
xmltag breaks xml file.
0.3.6-dev.3 - 2021-03-12 #
- Fixed: doesn't create file from xml if one not exit.
- Fixed:
to_xmldoesn't consider that locale on backend may be in different format.
0.3.6-dev.2 - 2021-03-11 #
- L10n: Command
from_xmlupdates.stringsand.arbfiles only if there are changes.
0.3.6-dev.1 - 2021-03-11 #
- L10n: Command
from_xmlfor iOS supports all files, not onlyInfoPlist.strings. - L10n: Command
to_xmlsupports iOS localization.stringsfiles. - L10n: Print base ARB when alex search for meta, if meta for key was not found.
0.3.5-dev.2 - 2021-03-10 #
- Error if key has parameters in original file, but doesn't have any in translation.
- Verification of parameters, that was translated by mistake (previous version doesn't check parameters with non Latin symbols).
0.3.5-dev.1 - 2021-03-05 #
- L10n: New target
jsoninfrom_xmlcommand. Used to apply translations for backend. - Fixed: Invalid name when import all files.
- Support for zh locales for iOS.
0.3.4-dev.1 - 2021-03-05 #
- L10n: Command
import_xmlallow to import any file, not only main. Single or all at once.
0.3.3-dev.1 - 2021-02-15 #
- Release: Do not require changelog for locale is it has default.
0.3.2-dev.1 - 2021-02-08 #
- L10n: Command
import_xmlsupports custom xml file names format. - Added
innim_lintanalysis ruleset.
0.3.1-dev.2 - 2021-01-25 #
- Fixed: can't get file from assets on macOS.
0.3.1-dev.1 - 2021-01-25 #
- L10n: Command
import_xmlto import translations from Google Play to the projects's xml files.
0.3.0-dev.6 - 2020-11-12 #
- L10n: Fixed locale prefix format for iOS in
from_xml.
0.3.0-dev.5 - 2020-10-21 #
- Fixed: Invalid assets path.
- Set minimum textarea height as 5 lines for a release notes.
- "v" prefix removed from branch name/tag.
0.3.0-dev.1 - 2020-10-15 #
- Release: New Release feature! Just execute
alex release startand enjoy 🚀
0.2.5-dev.2 - 2020-10-07 #
- L10n: Fixed locale prefix format for Android in
from_xml.
0.2.5-dev.1 - 2020-10-06 #
- L10n:
from_xmlsupportsru_RUformat for locales. - L10n: generation in release mode.
- Pass
--verboseargument inpub runcommand, if verbose enabled.
0.2.4-dev.1 - 2020-09-16 #
- L10n: handled Android restricted locale names.
0.2.3-dev.1 - 2020-09-16 #
- L10n: Remove escape slashes for strings from xml.
0.2.2-dev.1 - 2020-09-08 #
- Run pub commands prints output immediate (during invocation).
- Run pub commands prints std output even if it's failed.
0.2.1-dev.1 - 2020-09-07 #
- Export json localization (for backend) to xml.
0.2.0-dev.2 - 2020-09-04 #
- Fixed fail to run l10n commands on Windows.
0.2.0-dev.1 - 2020-09-03 #
- Import translations from xml.
0.1.0-dev.2 - 2020-08-14 #
- Working with localization: extract, generate and export to xml.