Skip to content

v1.2.8

Compare
Choose a tag to compare
@damiani damiani released this 02 Aug 14:27
· 655 commits to main since this release

Fixes to IterableObject from PR #241:

  • Objects that extend IterableObject, such as PageVariable, were incorrectly getting converted to a standard IterableObject when added with makeIterable, causing those objects to lose their extended functionality.
  • When adding an object using set and dot notation, the final item was converted into an IterableObject, but not any of new intermediate items.