All Versions
103
Latest Version
Avg Release Cycle
3 days
Latest Release
-

Changelog History
Page 3

  • v2.1.2 Changes

    • Fix issue with irrelevent error message showing up for ENV['GLIMMER_LOGGER_LEVEL'] being empty (it is not a true error)
  • v2.1.1 Changes

    • ๐Ÿ‘Œ Support double/triple/arbitrary dimension indexed arrays in ModelBinding property (e.g. 'grid[1][0]' )
  • v2.1.0 Changes

    • Extracted ObserveExpression from Glimmer DSL for SWT
  • v2.0.1 Changes

    • ObservableArray notify observers on shift
  • v2.0.0 Changes

    • Extract Glimmer::DSL::BindExpression from Glimmer DSL for SWT
    • ๐Ÿ’Ž Make concurrent-ruby an optional dependency (automatically using its data-structure classes if present)
  • v1.3.1 Changes

    • ๐Ÿ‘‰ Use Concurrent::Array instead of Array in Glimmer::DataBinding::ModelBinding
  • v1.3.0 Changes

    • ๐Ÿ‘Œ Support the Expression#around hook, which executes code around both interpret and add_content
  • v1.2.0 Changes

    • Alter Engine/Expression/ParentExpression API to pass keyword and args to #add_content method. This enables consumers to vary behavior based on keyword and args, not just parent and presence of block.
  • v1.1.2 Changes

    • โž• Add more logging for which DSL is assumed before interpreting expressions
    • ๐ŸŒฒ Switch DSL Engine puts statement to a log statement for the error about no DSLs available
  • v1.1.1 Changes

    • Ensured after_read hook truly happens after notifying observers in ModelBinding