You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
1.3 KiB

4 years ago
  1. 2.2.4 / 2018-03-13
  2. ==================
  3. * Use flow strict mode (i.e. `@flow strict`).
  4. 2.2.3 / 2018-02-19
  5. ==================
  6. * Change license from BSD+Patents to MIT.
  7. 2.2.2 / 2016-11-15
  8. ==================
  9. * Add LICENSE file.
  10. * Misc housekeeping.
  11. 2.2.1 / 2016-03-09
  12. ==================
  13. * Use `NODE_ENV` variable instead of `__DEV__` to cache `process.env.NODE_ENV`.
  14. 2.2.0 / 2015-11-17
  15. ==================
  16. * Use `error.name` instead of `Invariant Violation`.
  17. 2.1.3 / 2015-11-17
  18. ==================
  19. * Remove `@provideModule` pragma.
  20. 2.1.2 / 2015-10-27
  21. ==================
  22. * Fix license.
  23. 2.1.1 / 2015-09-20
  24. ==================
  25. * Use correct SPDX license.
  26. * Test "browser.js" using browserify.
  27. * Switch from "envify" to "loose-envify".
  28. 2.1.0 / 2015-06-03
  29. ==================
  30. * Add "envify" as a dependency.
  31. * Fixed license field in "package.json".
  32. 2.0.0 / 2015-02-21
  33. ==================
  34. * Switch to using the "browser" field. There are now browser and server versions that respect the "format" in production.
  35. 1.0.2 / 2014-09-24
  36. ==================
  37. * Added tests, npmignore and gitignore.
  38. * Clarifications in README.
  39. 1.0.1 / 2014-09-24
  40. ==================
  41. * Actually include 'invariant.js'.
  42. 1.0.0 / 2014-09-24
  43. ==================
  44. * Initial release.