Skip to content
Michael edited this page May 4, 2016 · 2 revisions

News

Version 0.2.1

  • Relaxed validation of binding expressions so that enumeration values be used anywhere (supporting libraries of shared objects).
  • Experimental support for dynamic sections in table view data source bindings.

Version 0.2

  • New enumeration and options syntax .Value, $EnumType.Value, { .Option1, .Option2 } or $OptionType { .Option1 }; old syntax $enum.Value and $options { Value } still work.
  • Enumeration types can now be used to create shared reusable objects such as formatters, color schemes or font dictionaries, see the documentation in the Wiki.
  • Bug fixes
  • Lots of new documentation in the Wiki (it's becoming useful now)