v11.0.0
Note: This version is (still) compatible with Protocol 20. Most people should be unaffected by the technically-breaking changes below and can treat this more like a v10.0.3 patch release.
Breaking Changes
- Starting from v10.0.0-beta.0, we set
BigNumber.DEBUG
inbignumber.js
totrue
internally, which affects all code usingBigNumber
. This behavior has been fixed and only affects this library: globally,BigNumber.DEBUG
now remains at its default setting (i.e. disabled). This is technically a breaking behavior change and is released as such (#729).
Fixed
Full Changelog: v10.0.2...v11.0.0