Releases: jkusa/ember-arg-types
Releases · jkusa/ember-arg-types
v1.1.0
What's Changed
- build: update prop-type version by @jkusa in #99
- chore(deps): bump shell-quote from 1.7.2 to 1.7.3 by @dependabot in #84
- chore(deps): bump mout from 1.2.2 to 1.2.4 by @dependabot in #86
- chore(deps): bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #87
- chore(deps): bump @xmldom/xmldom from 0.8.2 to 0.8.5 by @dependabot in #89
- test: fixing compatibility tests by @jkusa in #100
- build: fix prepublish step by @jkusa in #101
New Contributors
- @dependabot made their first contribution in #84
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
BREAKING CHANGE: This addon now requires ember-auto-import 2.x
Full Changelog: v0.5.0...v1.0.0
v0.5.0
What's Changed
- v3.25.0...v3.28.4 by @jkusa in #74
- fix: no args component with @forbidExtraArgs by @kevinhinterlong in #75
- Update
ember-get-config
to v2.1 by @bertdeblock in #78 - Update
@embroider/macros
to v1.8 by @bertdeblock in #80 - Move
ember-cli-htmlbars
to dev dependencies by @bertdeblock in #79
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
-
feat: add @forbidExtraArgs decorator by @kevinhinterlong in #72
@forbidExtraArgs
is a class decorator for checking that only arguments with the@arg
decorator are provided to a component (e.g. prevent mispelled or invalid arguments). -
Bump @types/ember__test-helpers from 1.7.2 to 1.7.3 by @dependabot-preview in #11
-
Bump ember-get-config from 0.2.4 to 0.3.0 by @dependabot-preview in #19
New Contributors
- @dependabot-preview made their first contribution in #11
- @kevinhinterlong made their first contribution in #72
✨ Huge shoutout to @kevinhinterlong for his work on @forbidExtraArgs
✨
Full Changelog: v0.3.0...v0.4.0