Skip to content

Ember 4 support and addon.moduleName() shenanigans

Compare
Choose a tag to compare
@chriskrycho chriskrycho released this 04 Feb 18:43
· 143 commits to master since this release
544e327

Overview

Changed 💥

This now requires Node 12+! That's the only technically breaking change.

  • Update types & ember to 4.x(#1472)

Fixed 🔧

  • Fix type of locationType for Ember v4 (#1466)
  • fix: Use moduleName() to determine addon's referenced name. (#1476)

Documentation 📖

  • docs: fix links to tsconfig.json blueprint (#1445)
  • ember-test-helpers -> @ember/test-helpers (#1473)

Under the hood 🚗

  • Update .npmignore to ignore .github and test folders (#1460)

Full change list

New Contributors

Full Changelog: v4.2.1...v5.0.0