Skip to content

v15 : Summer 2023

Latest
Compare
Choose a tag to compare
@phocks phocks released this 06 Dec 01:11
· 6 commits to main since this release

Support Svelte 4 and adding automated generate and build tests.

Changes

  • Svelte 4 projects generated.
  • Automated testing of every project type on GitHub Actions and locally.
  • Jest types added.
  • npm run test links current Aunty to each generated project.

Notable dependency updates

  • TypeScript from 4 to 5.
  • Node 16 or greater is required now.

Please update existing projects if you upgrade aunty in them!

Update global npm install --global @abcnews/aunty@latest.

Update local npm install @abcnews/aunty@latest in your project directory.