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

Releases: edge-js/edge-supercharged

Pre-release for Edge 6

25 Jul 17:05
Compare
Choose a tag to compare
Pre-release

Breaking

  • Package is now ESM only

Commits

v3.1.1...v4.0.0-0

update dependencies

01 Jun 09:57
Compare
Choose a tag to compare
  • ci: remove appveyor in favor of gh actions d973d82
  • chore: update dependencies f2c8050

v3.1.0...v3.1.1

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

17 May 08:19
Compare
Choose a tag to compare

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

Update dependencies

04 May 19:36
Compare
Choose a tag to compare
  • docs(README): add usage docs 873a32d
  • chore: update dependencies d6bff68

v3.0.0...v3.0.1

Upgrade to latest version of Edge

23 Apr 06:54
Compare
Choose a tag to compare
  • fix: claim tags in async templates too 859f601
  • chore: update dependencies 8bee14e

v2.0.2...v3.0.0

update dependencies

24 Mar 04:18
Compare
Choose a tag to compare
  • chore: update dependencies ca034e3

v2.0.1...v2.0.2

Update dependencies

22 Feb 10:08
Compare
Choose a tag to compare
  • test: run test against raw output too b06515d
  • chore: update dependencies 3f02b84

v2.0.0...v2.0.1

Drop support for Node 12

16 Feb 05:29
Compare
Choose a tag to compare
  • style: reformat source files 65bf872
  • chore: remove npm-audit in favor of synk 3054ccf
  • chore: update dependencies 43cfb88
  • chore: add repo url 043d887

v1.1.0...v2.0.0

Re scan all components in recurring mode

07 Dec 10:19
Compare
Choose a tag to compare

Commits:

  • improvement: allow plugin to be used in recurring mode bce404c
  • chore: update dependencies feb15a2

Commit Range:
v1.0.0...master

First release

03 Dec 14:36
Compare
Choose a tag to compare

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