CHANGELOG.md
2.85 KB
4.0.3 (2019-02-09)
Bug Fixes
- incorrect formatting of message with arguments (b188176)
4.0.2 (2018-08-17)
Bug Fixes
- use jest instead of tap: tap is a PITA to debug (c4c026b)
- remove @providesModule annotation (1d808f1)
Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
4.0.1 (2018-05-30)
Bug Fixes
4.0.0 (2018-05-22)
Bug Fixes
- Remove "browser" version (521f5f5), closes #18 /github.com/facebook/fbjs/pull/86#issuecomment-285204734
- Update warning to use the latest version from facebook/fbjs (0572ddd)
Chores
- LICENSE: Change from BSD modified to MIT (5a63a1b)
BREAKING CHANGES
- LICENSE: Change License to MIT from BSD+patents
- This changes the internal workings. A major release is made to ensure minimal effect on downstream users.
3.0.0 (2015-10-04)
BREAKING CHANGE
- package.json correct license field (6bd7ad5)
2.1.0 (2015-10-04)
Features
- switch to loose-envify (dacc2da)
2.0.0 (2015-07-11)
BREAKING CHANGE
- add browser(ify) friendly version (1a33d40fa1)
1.0.2 (2015-05-30)
Bug Fixes
- return args in replace (2ac6962)