-
Notifications
You must be signed in to change notification settings - Fork 27
Comparing changes
Open a pull request
base repository: BerkeleyTrue/warning
base: v3.0.0
head repository: BerkeleyTrue/warning
compare: v4.0.0
- 13 commits
- 10 files changed
- 4 contributors
Commits on Jun 21, 2017
-
chore(README): Add FAQ and link to FB warning
Add links to FB's warning. Add FAQ about common issues
Configuration menu - View commit details
-
Copy full SHA for 3dad9ee - Browse repository at this point
Copy the full SHA 3dad9eeView commit details
Commits on May 22, 2018
-
fix: Update warning to use the latest version from facebook/fbjs
BREAKING CHANGE: This changes the internal workings. A major release is made to ensure minimal effect on downstream users.
Configuration menu - View commit details
-
Copy full SHA for 0572ddd - Browse repository at this point
Copy the full SHA 0572dddView commit details -
chore(LICENSE): Change from BSD modified to MIT
Facebook has since release this software under the MIT license. This commit does the same BREAKING CHANGE: Change License to MIT from BSD+patents
Configuration menu - View commit details
-
Copy full SHA for 5a63a1b - Browse repository at this point
Copy the full SHA 5a63a1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbe0c4c - Browse repository at this point
Copy the full SHA cbe0c4cView commit details -
Merge pull request #21 from BerkeleyTrue/fix/update-to-match-fbjs
Update warning to use the latest version from facebook/fbjs
Configuration menu - View commit details
-
Copy full SHA for 089d8b8 - Browse repository at this point
Copy the full SHA 089d8b8View commit details -
closes #18 Since the problem with uglify is fixed there is not reason to keep browser version which do not add any benefits. Actually it blocks us from distributing `esm` version which is widely used these days and supported by the most popular bundlers like webpack, rollup and parcel. Here's a few links facebook/fbjs#86 (comment) Both uglify and babel minify support evaulation and eliminating ```js (function () { function warning() {} var __DEV__ = 'production' !== 'production' if (__DEV__) { warning = function (msg) { console.log(msg) } } warning() } ()); ``` https://skalman.github.io/UglifyJS-online/ https://babeljs.io/repl#?babili=true&browsers=&build=&builtIns=false&code_lz=BQMwrgdgxgLglgewgAmASmQbwFDOeaeJZAdwEMAnCOCAc3SwF9tdkA3S5AfS4BEBRAGo9kAXmQByAA4UEAEzCxEECcgCEo8dNkKlSCSzxwQqHgOFcMOPHnJUatMfkh6UwALYBnWldY3kUEieCAA2AKYAdCEI9F4-fsjMeMysdtR06NiMqGhoANxAA&debug=false&forceAllTransforms=false&shippedProposals=false&circleciRepo=&evaluate=false&fileSize=false&lineWrap=false&presets=babili%2Cenv&prettier=false&targets=&version=6.26.0&envVersion=1.6.2
Configuration menu - View commit details
-
Copy full SHA for 521f5f5 - Browse repository at this point
Copy the full SHA 521f5f5View commit details -
Merge pull request #22 from BerkeleyTrue/trysound/fix/remove-browser-…
…version Remove "browser" version
Configuration menu - View commit details
-
Copy full SHA for 6101286 - Browse repository at this point
Copy the full SHA 6101286View commit details -
chore(README): Remove section on browserify
This section is no longer needed as browserify will evaluate boolean vars and remove deadcode
Configuration menu - View commit details
-
Copy full SHA for 52761cf - Browse repository at this point
Copy the full SHA 52761cfView commit details -
chore(CHANGELOG): Format using angular convention
Make use of standard release tools
Configuration menu - View commit details
-
Copy full SHA for 04896a7 - Browse repository at this point
Copy the full SHA 04896a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ece684 - Browse repository at this point
Copy the full SHA 2ece684View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8344a89 - Browse repository at this point
Copy the full SHA 8344a89View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3d687a - Browse repository at this point
Copy the full SHA c3d687aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14967a7 - Browse repository at this point
Copy the full SHA 14967a7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.0.0...v4.0.0