Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkusa committed Sep 16, 2022
1 parent b0599cd commit 96fce45
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 11 deletions.
73 changes: 65 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,74 @@
# Changelog

## 0.4.0
All notable changes to this project will be documented in this file.

- [ENHANCEMENT] Add @forbidExtraArgs decorator
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.3.0
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

- [ENHANCEMENT] Relax ember-get-config dependency
## [v0.5.0](https://github.com/jkusa/ember-arg-types/compare/v0.4.0...v0.5.0)

## 0.2.1
### Merged

- [BUGFIX] Call default value getter with proper context
- chore: move `ember-cli-htmlbars` to dev dependencies [`#79`](https://github.com/jkusa/ember-arg-types/pull/79)
- chore: update `@embroider/macros` to v1.8 [`#80`](https://github.com/jkusa/ember-arg-types/pull/80)
- chore: update `ember-get-config` to v2.1 [`#78`](https://github.com/jkusa/ember-arg-types/pull/78)
- fix: no args component with @forbidExtraArgs [`#75`](https://github.com/jkusa/ember-arg-types/pull/75)
- v3.25.0...v3.28.4 [`#74`](https://github.com/jkusa/ember-arg-types/pull/74)

## 0.2.0
### Commits

- [ENHANCEMENT] Tell ember-auto-import to ignore glimmer import
- chore: add auto-changelog & cz-conventional-changelog dev deps [`b0599cd`](https://github.com/jkusa/ember-arg-types/commit/b0599cd11770daaae82e8dbfd70df8b9c581d32e)
- docs: update readme text [`d11167f`](https://github.com/jkusa/ember-arg-types/commit/d11167f4517fd31ff4613a0f0bb7fa6a4a29bee3)

## [v0.4.0](https://github.com/jkusa/ember-arg-types/compare/v0.3.0...v0.4.0) - 2021-11-15

### Merged

- feat: add @forbidExtraArgs decorator [`#72`](https://github.com/jkusa/ember-arg-types/pull/72)

### Commits

- Bump ember-get-config from 0.2.4 to 0.3.0 [`d9e8e6f`](https://github.com/jkusa/ember-arg-types/commit/d9e8e6ff342596cce01aeaf676984b93d1add94c)
- ci: migrate to github actions [`4745074`](https://github.com/jkusa/ember-arg-types/commit/47450744a9dc9bec4682e3b293cd6eeb2f5274ab)
- Bump @types/ember__test-helpers from 1.7.2 to 1.7.3 [`3ba24fc`](https://github.com/jkusa/ember-arg-types/commit/3ba24fc1e94a407e484bf41246cdead6565b194d)

## [v0.3.0](https://github.com/jkusa/ember-arg-types/compare/v0.2.1...v0.3.0) - 2021-02-21

### Commits

- v3.22.0...v3.25.0 [`31eb6c9`](https://github.com/jkusa/ember-arg-types/commit/31eb6c953b3c6a84eded46fd0ff76223c1c6397b)
- Update ember-cli-typescript to ^4.0.0 [`b07ba72`](https://github.com/jkusa/ember-arg-types/commit/b07ba723a938f75966ef10d475663d22591b51c4)
- Upgrade to ember 3.22 [`33bc464`](https://github.com/jkusa/ember-arg-types/commit/33bc464355496c6dfaa41b7504d06b60929e6cf2)

## [v0.2.1](https://github.com/jkusa/ember-arg-types/compare/v0.2.0...v0.2.1) - 2020-04-18

### Commits

- fix: call default value getter with proper context [`26e54a9`](https://github.com/jkusa/ember-arg-types/commit/26e54a9e30035de44e40521697f17f8c1db76c3d)
- test: add failing test for incorrect context in property initializer [`137a818`](https://github.com/jkusa/ember-arg-types/commit/137a818fe9d51f5bd033fa1083c5999aa2846e1f)
- docs: fix environment config example [`0aa7e91`](https://github.com/jkusa/ember-arg-types/commit/0aa7e9104e298a3f8cdd425311fc1a8430bfe27a)

## [v0.2.0](https://github.com/jkusa/ember-arg-types/compare/v0.1.0...v0.2.0) - 2020-03-27

### Merged

- Tell ember-auto-import to ignore glimmer import [`#4`](https://github.com/jkusa/ember-arg-types/pull/4)
- Add more examples [`#2`](https://github.com/jkusa/ember-arg-types/pull/2)

### Commits

- Create stale.yml [`4039337`](https://github.com/jkusa/ember-arg-types/commit/40393377520ce3d9af86971caa718bc15bc83999)

## v0.1.0 - 2020-03-23

### Merged

- Allow type check errors to be disabled [`#1`](https://github.com/jkusa/ember-arg-types/pull/1)

### Commits

- Initial Commit from Ember CLI v3.15.1 [`5253a08`](https://github.com/jkusa/ember-arg-types/commit/5253a08dac869785394ec38c7306236c4b5e9510)
- Initial work [`57f1116`](https://github.com/jkusa/ember-arg-types/commit/57f11167a7c82a347dbc1c8aae8e12c951e29805)
- Rename test-helper.js to .ts for qunit-dom typings [`d1c61d3`](https://github.com/jkusa/ember-arg-types/commit/d1c61d36cc2053127fd19ed34f5783c45dc09706)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-arg-types",
"version": "0.4.0",
"version": "0.5.0",
"description": "Runtime type checking & defaulting for glimmer component arguments powered by prop-types & decorators",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 96fce45

Please sign in to comment.