All Versions
4
Latest Version
Avg Release Cycle
42 days
Latest Release
2627 days ago
Changelog History
Changelog History
-
v0.2.2 Changes
March 24, 2016๐ Bugfixes:
- When last-level-string is also substring of longer string, generate special property in deeper levels instead of throwing it out (fe. profile.text & profile.text.title)
- ๐ Keywords of each language are now properly sanitized in the same way as numbers (prefixed with _)
- โ Added support for Swift 2.2
- โ Removed all warnings / error when used from XCode 7.3
-
v0.2.1 Changes
December 10, 2015โจ Enhancements:
- Example is now pretty sweet. check it out.
-
v0.2.0 Changes
November 29, 2015โจ Enhancements:
- ObjC code generation
- ๐ New option -c --capitalize - enables autocapitalization of the property / method names
- ๐ New option -l --language [objc|swift] - decides which language should be generated
- ๐ New option -v --verbose - when selected, creates generator.log file in the place of the generator, for debugging purposes and statistics
- ๐ New option -o - when set, will write output to file (or 2 files if objc is enabled). If ommited, will send output to stdout instead
๐ Bugfixes:
- ๐ Properties and methods that start with numbers [0-9] or any other character that qualifies will now get prefixed with "_" instead of completely breaking output :)
- ๐ Fixed all problems that prevented scripts from build phase to actually work
-
v0.1.0 Changes
November 20, 2015๐ Initial release
โจ Enhancements:
- Input parameter processing
- ๐ Translation file processing
- Swift code generation
- Nested structs
- Localize methods and extensions
- Static vars for end-level parameters
- ๐ Special characters parsed as functions