Changelog History
Page 2
-
v3.2.4 Changes
September 11, 2018๐ > 3.2.4 is DEPRECATED. See #603 (comment) for details.
๐ This released fixed the missing
files
entry inpackage.json
, mitigating the faulty3.2.3
release. -
v3.2.3 Changes
September 11, 2018๐ > 3.2.3 is DEPRECATED. See #603 (comment) for details.
๐ This release mitigated the breaking changes introduced in
3.2.0
where./node.js
was removed, breaking a very select few users on older releases ofbabel-core
, as well as users that used an undocumentedrequire('debug/node')
.๐
./node.js
was temporarily added to the repository at this time; however, this release failed to includenode.js
in thefiles
key inpackage.json
and thus didn't fix the issue.3.2.4
rectified this issue. -
v3.2.2 Changes
September 11, 2018๐ > 3.2.2 is DEPRECATED. See #603 (comment) for details.
๐ This release mitigated the breaking changes introduced in
3.2.0
where ES6 features were being used on users of Node 4, causing crashes upon inclusion.๐ It employed a temporary Babel pass on the entire codebase in lieu of a hard reversion (so this version is, effectively, a backport of the fixes and features ultimately introduced in
4.0.0
). -
v3.2.1 Changes
September 11, 2018๐ > 3.2.1 is DEPRECATED. See #603 (comment) for details.
๐ This release, along with
3.2.0
, were subsequently released together as4.0.0
(a major bump). You can review the complete changes in that release's details.
๐ A quick hotfix to address Browser builds -
debug
is now compiled down to IE8-compatible code via Babel upon release.๐ฆ CDNs that honor the
"browser":
key inpackage.json
should now reflect these changes (previously, they would serve the non-bundled ES6 version).Patches
- ๐ป use babel-ified distributed source for browsers: b3f8f8e