v1.2.8
Fixes to IterableObject
from PR #241:
- Objects that extend
IterableObject
, such asPageVariable
, were incorrectly getting converted to a standardIterableObject
when added withmakeIterable
, causing those objects to lose their extended functionality. - When adding an object using
set
and dot notation, the final item was converted into anIterableObject
, but not any of new intermediate items.