All Versions
4
Latest Version
Avg Release Cycle
42 days
Latest Release
2952 days ago

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:

  • 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