Skip to content
This repository was archived by the owner on Dec 7, 2022. It is now read-only.

Release 1.0.0

Choose a tag to compare

@jacobmoretti jacobmoretti released this 27 Sep 22:23
· 137 commits to master since this release

[1.0.0] - 2017-09-27

We've had react-launch-darkly in production for quite a while now here at TrueCar. There's no sense in continuing as if we're in a non-production state. We're moving to 1.0.0 with this release and will move to following semver for future releases.

Changed

  • Render null instead of empty div when no callback is given: #36
  • Use prepare command in package.json to replace deprecated usage of prepublish
  • Upgraded react-broadcast to 0.3.1: #42

Added

  • package-lock.json is now being committed

Removed

  • yarn.lock removed in favor of going with npm 5 and package-lock.json