Release 1.2.5
π Enhancement
- #36 Add support for npm and pnpm (@NullVoxPopuli)
- #54 Add Ember 4.4 LTS to addon blueprint, remove 3.24 (@simonihmig)
- #52 Move .md files to published package (@simonihmig)
- #48 Support ember-cli-update (@simonihmig)
- #37 Switch to Concurrently from npm-run-all (@NullVoxPopuli)
π Bug Fix
- #55 Use
prepack
rather thanprepublishOnly
(@dfreeman) - #43 Fix test-app to not fail prettier linting (@simonihmig)
- #31 Rebuild on addon changes (@ef4)
- #30 Provide a fixed root to @babel/eslint-parser (@ef4)
π Documentation
- #60 Link to the "Porting Addons to V2" documentation at the top of the README (@NullVoxPopuli)
- #51 Use npm package references in docs (@simonihmig)
- #34 Enable/Fix copy-paste for ember addon commands (@gossi)
π Internal
- #57 Refactor utils in prep for multiple workspaces support (@NullVoxPopuli)
- #50 Fix test timeouts (@simonihmig)
- #49 Add Lints (@NullVoxPopuli)
- #44 Add tests (@NullVoxPopuli)
- #45 Add GitHub Actions (@NullVoxPopuli)
- #40 Switch to pnpm and add tests package (@NullVoxPopuli)
- #38 Cleanup unused locals (@simonihmig)
Committers: 5
- Dan Freeman (@dfreeman)
- Edward Faulkner (@ef4)
- Simon Ihmig (@simonihmig)
- Thomas Gossmann (@gossi)
- @NullVoxPopuli