Skip to content

Releases: crystal-ball/ember-cli-prop-types

v1.5.0 Freerider

07 Jun 17:18
Compare
Choose a tag to compare
  • 🔨 Improve inline replacement of global variables for addon options and environment variables.

1.4.0 Stellar Spider Web

02 Jun 15:53
Compare
Choose a tag to compare
  • ✨ Adds a custom emberArray type checking method to PropTypes [#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

01 Jun 17:22
Compare
Choose a tag to compare
  • 🐛 Ensures any non-prod environment still imports the prop-types lib

1.3.2 Pyramids Streams in 24-bit Color

31 May 23:56
Compare
Choose a tag to compare
  • 🐛 Fixes issue with unrecognized environment variables

1.3.1 Revenge of the Laser Raptor

25 May 14:46
Compare
Choose a tag to compare
  • 🐛 Fixes issue where modules may not load properly if process is added to window

1.3.0 Grid Weaver

24 May 22:30
Compare
Choose a tag to compare
  • ✨ Adds getDefaultProps functionality [#4]

1.2.0 Digital Cyber Scorpion Venom

23 May 16:21
Compare
Choose a tag to compare
  • 🔨 Updates and improves the prod code-stripping mechanism
  • 🐛 Fixes issue with exports of global environment vars

1.1.0 Laser Raptor

19 May 21:27
Compare
Choose a tag to compare

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

19 May 21:28
Compare
Choose a tag to compare

🎉 Initial release!