Skip to content

Releases: stefanpenner/ember-strict-resolver

1.3.0

10 Oct 02:06
Compare
Choose a tag to compare
  • [dependencies] bumps ember-cli-htmlbars@4.2.3 -> ember-cli-htmlbars@5.3.1

1.2.1

24 Aug 16:39
Compare
Choose a tag to compare
  • [bug] resolver.moduleBasedResolver must be set for the ember router to enable loading substates, so set that property in the constructor.

1.2.0

26 May 04:58
Compare
Choose a tag to compare
  • [enhancement] bring down upstream, ember-resolver, parsing logic, ensures that we don't assert against types that are not required to be dasherized and also put that behind a debug flag
  • [bug] ensure that require key exists before trying to retrieve from the require registry

1.1.1

21 May 19:59
Compare
Choose a tag to compare
  • Ensure internal layoutFor lookups for namespaced templates works

1.0.0

31 Mar 01:38
Compare
Choose a tag to compare
  • bumps all dependencies to support ember>=3.12

0.2.1

27 Mar 18:33
Compare
Choose a tag to compare
  • Removes monkey patch for registry caching and make it an opt via readme instructions