This repository has been archived by the owner on Nov 7, 2023. It is now read-only.
Releases: edge-js/edge-supercharged
Releases · edge-js/edge-supercharged
Pre-release for Edge 6
Breaking
- Package is now ESM only
Commits
update dependencies
add support for registering nested index.edge file with the parent folder name
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
Update dependencies
Upgrade to latest version of Edge
update dependencies
- chore: update dependencies ca034e3
Update dependencies
Drop support for Node 12
Re scan all components in recurring mode
First release
Commits:
- refactor: normalize paths to unix 482f21e
- test: add test for nested components 17e86b2
- fix: hardcoded slash with path.sep a59b5e1
- chore: update eslintrc file to work with windows newline 65a6d6f
- chore: update prettier config to work with windows 2948507
- chore: add appveyor and update md templates to use correct urls to the repo f25f62e
- docs: update readme a07516b
- feat: first initial version 5307d5f
- chore: use @adonisjs/require-ts for running ts code 5f5c644
Commit Range:
946bae1...master