Skip to content

v2.1.0

Choose a tag to compare

@LebCit LebCit released this 26 Jun 13:51
· 109 commits to main since this release

New Feature

Add support for nested each blocks and dot notation.

Details

The {{#each}} directive can now access the object's properties using dot notation. Nested loops can be handled by incrementing the each number.

Changes

  • Enhanced each loop functionality to handle nested eachN blocks automatically.
  • Implemented support for dot notation to access nested object properties within each loops.
  • Updated documentation to reflect new features and usage examples.
  • Bumped version from 2.0.0 to 2.1.0.