- Use flow strict mode (i.e.
@flow strict
).
- Change license from BSD+Patents to MIT.
- Add LICENSE file.
- Misc housekeeping.
- Use
NODE_ENV
variable instead of__DEV__
to cacheprocess.env.NODE_ENV
.
- Use
error.name
instead ofInvariant Violation
.
- Remove
@provideModule
pragma.
- Fix license.
- Use correct SPDX license.
- Test "browser.js" using browserify.
- Switch from "envify" to "loose-envify".
- Add "envify" as a dependency.
- Fixed license field in "package.json".
- Switch to using the "browser" field. There are now browser and server versions that respect the "format" in production.
- Added tests, npmignore and gitignore.
- Clarifications in README.
- Actually include 'invariant.js'.
- Initial release.