Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

add support for registering nested index.edge file with the parent folder name

Compare
Choose a tag to compare
@thetutlage thetutlage released this 17 May 08:19
· 3 commits to develop since this release

Given the following directory structure.

├── components
│   ├── modal
│   │   ├── index.edge

Earlier you used to reference the modal component as follows.

@modal.index()
@end

You can reference it as

@modal()
@end

Commits

  • feat: add support for registering nested index.edge file with the parent folder name 7dc9d75
  • fix: do not use prefix as the disk path 5975ecf
  • docs(README): improve usage docs f586109
  • style: update source and meta files 865be3d
  • ci: use github actions and remove circleci ba6c6e0
  • chore: update dependencies eafdbee

v3.0.1...v3.1.0