All Versions
103
Latest Version
Avg Release Cycle
3 days
Latest Release
-
Changelog History
Page 3
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]'
)
- ๐ Support double/triple/arbitrary dimension indexed arrays in ModelBinding property (e.g.
-
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 ofArray
inGlimmer::DataBinding::ModelBinding
- ๐ Use
-
v1.3.0 Changes
- ๐ Support the
Expression#around
hook, which executes code around bothinterpret
andadd_content
- ๐ Support the
-
v1.2.0 Changes
- Alter
Engine
/Expression
/ParentExpression
API to passkeyword
andargs
to#add_content
method. This enables consumers to vary behavior based onkeyword
andargs
, not justparent
and presence ofblock
.
- Alter
-
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