Skip to content

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

v1.5.0 Freerider

Choose a tag to compare

@bigmoves bigmoves released this 07 Jun 17:18
  • 🔨 Improve inline replacement of global variables for addon options and environment variables.

1.4.0 Stellar Spider Web

Choose a tag to compare

@evrowe evrowe released this 02 Jun 15:53
  • ✨ 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

Choose a tag to compare

@evrowe evrowe released this 01 Jun 17:22
  • 🐛 Ensures any non-prod environment still imports the prop-types lib

1.3.2 Pyramids Streams in 24-bit Color

Choose a tag to compare

@evrowe evrowe released this 31 May 23:56
  • 🐛 Fixes issue with unrecognized environment variables

1.3.1 Revenge of the Laser Raptor

Choose a tag to compare

@dhedgecock dhedgecock released this 25 May 14:46
  • 🐛 Fixes issue where modules may not load properly if process is added to window

1.3.0 Grid Weaver

Choose a tag to compare

@evrowe evrowe released this 24 May 22:30
  • ✨ Adds getDefaultProps functionality [#4]

1.2.0 Digital Cyber Scorpion Venom

Choose a tag to compare

@evrowe evrowe released this 23 May 16:21
  • 🔨 Updates and improves the prod code-stripping mechanism
  • 🐛 Fixes issue with exports of global environment vars

1.1.0 Laser Raptor

Choose a tag to compare

@evrowe evrowe released this 19 May 21:27

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

Choose a tag to compare

@evrowe evrowe released this 19 May 21:28

🎉 Initial release!