Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
- [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
  • Loading branch information
gabrielcsapo committed May 26, 2020
1 parent b0745df commit 855e38b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.2.0 (05/25/2020)

- [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 (05/21/2020)

- Ensure internal `layoutFor` lookups for namespaced templates works
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-strict-resolver",
"version": "1.1.1",
"version": "1.2.0",
"description": "A fast concise resolver for ember",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 855e38b

Please sign in to comment.