Skip to content

Releases: jkusa/ember-arg-types

v1.1.0

23 Aug 00:00
Compare
Choose a tag to compare

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

Full Changelog: v1.0.0...v1.1.0

v1.0.0

23 Sep 15:17
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGE: This addon now requires ember-auto-import 2.x

  • update ember-auto-import to v2 & ember-cli to v4 by @jkusa in #85

Full Changelog: v0.5.0...v1.0.0

v0.5.0

16 Sep 20:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

16 Nov 04:38
Compare
Choose a tag to compare

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).

  • ci: migrate to github actions by @jkusa in #37

  • 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

✨ Huge shoutout to @kevinhinterlong for his work on @forbidExtraArgs

Full Changelog: v0.3.0...v0.4.0

v0.3.0

03 Mar 03:11
Compare
Choose a tag to compare
  • [ENHANCEMENT] Relax ember-get-config dependency

v0.2.1

19 Apr 13:56
Compare
Choose a tag to compare
  • [BUGFIX] Call default value getter with proper context