Skip to content

Commit cec9d0f

Browse files
chore(release): 3.2.0 [skip ci]
# [3.2.0](v3.1.3...v3.2.0) (2021-08-29) ### Bug Fixes * **useFunction, typescript:** you may now specify a return type without specifying the args type ([fe0acff](fe0acff)) ### Features * **readme:** document and test how would would compose useFunction ([cbc99c0](cbc99c0)) * **useHelper:** can now reactively invoke helpers from JS ([b51f10f](b51f10f))
1 parent dc638ac commit cec9d0f

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [3.2.0](https://github.com/NullVoxPopuli/ember-resources/compare/v3.1.3...v3.2.0) (2021-08-29)
2+
3+
4+
### Bug Fixes
5+
6+
* **useFunction, typescript:** you may now specify a return type without specifying the args type ([fe0acff](https://github.com/NullVoxPopuli/ember-resources/commit/fe0acff308d1aa11c0e1933ba18e7bd538e19d2b))
7+
8+
9+
### Features
10+
11+
* **readme:** document and test how would would compose useFunction ([cbc99c0](https://github.com/NullVoxPopuli/ember-resources/commit/cbc99c0782c2f8d94bfe19644f8cdeabc936aac7))
12+
* **useHelper:** can now reactively invoke helpers from JS ([b51f10f](https://github.com/NullVoxPopuli/ember-resources/commit/b51f10fcc2fd9d0cd27ac8319325198ee3142a00))
13+
114
## [3.1.3](https://github.com/NullVoxPopuli/ember-resources/compare/v3.1.2...v3.1.3) (2021-08-18)
215

316

package-lock.json

+7-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-resources",
3-
"version": "3.1.3",
3+
"version": "3.2.0",
44
"keywords": [
55
"ember-addon"
66
],

0 commit comments

Comments
 (0)