Skip to content
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.

1.1.0

Compare
Choose a tag to compare
@AliSoftware AliSoftware released this 21 Jul 17:11
· 153 commits to master since this release

Bug Fixes

  • Don't convert colors to the calibrated RGB color space if it isn't needed.
    David Jennes
    #23

New Features

  • More variables have been deprecated, while new variables have been added.
    David Jennes
    #5
    #13
    #27
    #33
    • The strings, structuredStrings and tableName have been replaced by tables, which is an array of string tables, each with a name and a strings property.
    • For each string, the params variable and it's subvariables (such as names, count, ...) have been replaced by types, which is an array of types.
    • enumName, sceneEnumName and segueEnumName have been replaced by param.enumName, param.sceneEnumName and param.segueEnumName respectively. Templates should provide a default value for these in case the variables are empty.
  • Added the path variable to the fonts context (so that we can use it to genrate Info.plist entries and such).
    Olivier Halligon
    #25

Internal Changes

  • Switch from Travis CI to Circle CI, clean up the Rakefile in the process.
    David Jennes
    #10
    #28
  • We can now re-generate the contexts used for testing by using the "Generate Contexts" Xcode scheme.
    David Jennes
    #14
  • Documented the input & output of each parser.
    David Jennes
    #24