mirror of
https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
synced 2024-07-29 21:57:12 +00:00
95 lines
3.2 KiB
Markdown
95 lines
3.2 KiB
Markdown
<a name="2.1.2"></a>
|
|
## [2.1.2](https://github.com/dignifiedquire/borc/compare/v2.1.1...v2.1.2) (2020-03-26)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* cleanup ([3968a98](https://github.com/dignifiedquire/borc/commit/3968a98))
|
|
* feedback ([18e5342](https://github.com/dignifiedquire/borc/commit/18e5342))
|
|
* fix dep check ([393cc70](https://github.com/dignifiedquire/borc/commit/393cc70))
|
|
* remove badge ([27a789f](https://github.com/dignifiedquire/borc/commit/27a789f))
|
|
* remove node globals ([ae2214e](https://github.com/dignifiedquire/borc/commit/ae2214e))
|
|
|
|
|
|
|
|
<a name="2.1.1"></a>
|
|
## [2.1.1](https://github.com/dignifiedquire/borc/compare/v2.1.0...v2.1.1) (2019-07-10)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* import nested bignumber.js ([6190338](https://github.com/dignifiedquire/borc/commit/6190338)), closes [#41](https://github.com/dignifiedquire/borc/issues/41)
|
|
|
|
|
|
|
|
<a name="2.1.0"></a>
|
|
# [2.1.0](https://github.com/dignifiedquire/borc/compare/v2.0.4...v2.1.0) (2019-01-03)
|
|
|
|
|
|
### Features
|
|
|
|
* remove url dependency in the browser ([18a4974](https://github.com/dignifiedquire/borc/commit/18a4974))
|
|
|
|
|
|
|
|
<a name="2.0.4"></a>
|
|
## [2.0.4](https://github.com/dignifiedquire/borc/compare/v2.0.3...v2.0.4) (2018-10-18)
|
|
|
|
|
|
### Performance Improvements
|
|
|
|
* avoid object allocation when creating strings from the underlying buffer ([e609298](https://github.com/dignifiedquire/borc/commit/e609298))
|
|
|
|
|
|
|
|
<a name="2.0.3"></a>
|
|
## [2.0.3](https://github.com/dignifiedquire/borc/compare/v2.0.2...v2.0.3) (2018-05-02)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **decoder:** handle 32bit byte strings and utf8 strings ([7c5707c](https://github.com/dignifiedquire/borc/commit/7c5707c)), closes [#19](https://github.com/dignifiedquire/borc/issues/19)
|
|
* **decoder:** handle larger arrays ([562f14b](https://github.com/dignifiedquire/borc/commit/562f14b)), closes [#20](https://github.com/dignifiedquire/borc/issues/20)
|
|
* **encoder:** cast uint8arrays to a buffer ([7f34f6a](https://github.com/dignifiedquire/borc/commit/7f34f6a)), closes [#13](https://github.com/dignifiedquire/borc/issues/13)
|
|
* **encoder:** correct return value on `.write` ([8eb9b1f](https://github.com/dignifiedquire/borc/commit/8eb9b1f)), closes [#27](https://github.com/dignifiedquire/borc/issues/27)
|
|
|
|
|
|
### Features
|
|
|
|
* upgrade dependencies ([54a5073](https://github.com/dignifiedquire/borc/commit/54a5073))
|
|
|
|
|
|
|
|
<a name="2.0.2"></a>
|
|
## [2.0.2](https://github.com/dignifiedquire/borc/compare/v2.0.1...v2.0.2) (2017-01-29)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **decoder:** correct ByteBuffer and ByteString handling ([4ed9a69](https://github.com/dignifiedquire/borc/commit/4ed9a69))
|
|
|
|
|
|
|
|
<a name="2.0.1"></a>
|
|
## [2.0.1](https://github.com/dignifiedquire/borc/compare/v2.0.0...v2.0.1) (2016-12-14)
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
* **decoder:** handle large input sizes ([b44cdfe](https://github.com/dignifiedquire/borc/commit/b44cdfe)), closes [#10](https://github.com/dignifiedquire/borc/issues/10)
|
|
|
|
|
|
|
|
<a name="2.0.0"></a>
|
|
# [2.0.0](https://github.com/dignifiedquire/borc/compare/v2.0.2...v2.0.0) (2016-12-11)
|
|
|
|
|
|
### Features
|
|
|
|
* **decoder:** implement diagnose decoder ([857f9a9](https://github.com/dignifiedquire/borc/commit/857f9a9)), closes [#5](https://github.com/dignifiedquire/borc/issues/5)
|
|
* add docs setup ([8164bc2](https://github.com/dignifiedquire/borc/commit/8164bc2))
|
|
* rename to borc ([936dfc8](https://github.com/dignifiedquire/borc/commit/936dfc8))
|
|
|
|
|
|
|