We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 246f15f commit 5715b30Copy full SHA for 5715b30
βCHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.4.0 Stellar Spider Web
4
+
5
+- β¨ Adds a custom `emberArray` type checking method to `PropTypes` [#6]
6
+- π Updates docs with info/guidance on validating Ember classes
7
+- π Ensures initializer code follows the same pattern as CLI import code
8
9
## 1.3.3 Distress Signal from Sector Q
10
11
- π Ensures any non-prod environment still imports the prop-types lib
βpackage.json
@@ -1,6 +1,6 @@
{
"name": "ember-cli-prop-types",
- "version": "1.3.3",
+ "version": "1.4.0",
"description": "Props validations for Ember applications using prop-types",
"keywords": [
"ember-addon",
0 commit comments