Releases: crystal-ball/ember-cli-prop-types
Releases · crystal-ball/ember-cli-prop-types
v1.5.0 Freerider
1.4.0 Stellar Spider Web
- ✨ Adds a custom
emberArray
type checking method toPropTypes
[#6] - 📝 Updates docs with info/guidance on validating Ember classes
- 🐛 Ensures initializer code follows the same pattern as CLI import code
1.3.3 Distress Signal from Sector Q
- 🐛 Ensures any non-prod environment still imports the prop-types lib
1.3.2 Pyramids Streams in 24-bit Color
- 🐛 Fixes issue with unrecognized environment variables
1.3.1 Revenge of the Laser Raptor
- 🐛 Fixes issue where modules may not load properly if process is added to window
1.3.0 Grid Weaver
- ✨ Adds
getDefaultProps
functionality [#4]
1.2.0 Digital Cyber Scorpion Venom
- 🔨 Updates and improves the prod code-stripping mechanism
- 🐛 Fixes issue with exports of global environment vars
1.1.0 Laser Raptor
The addon will now automatically remove propTypes
validation for production, and set up uglify to remove any unreachable code from the build, meaning your propTypes declarations should be removed from your code.
Docs in README have been updated to cover how this works and how to disable the behavior in your app via configuration.
Changes
- ✨ Added code stripping for production builds [#1]
1.0.0 Crystal Cobra
🎉 Initial release!