v2.1.0
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
eachNblocks 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.