Skip to content

Releases: 1inch/ts-byte-utils-lib

v3.0.0

15 Jan 11:41
Compare
Choose a tag to compare

3.0.0 (2025-01-15)

Chores
  • rename BytesIter.String to HexString (38904e09)

v2.7.0

15 Jan 08:58
Compare
Choose a tag to compare

2.7.0 (2025-01-15)

New Features
  • allow pass boolean to BN.setBit (081273b6)

v2.6.0

31 Jul 10:12
Compare
Choose a tag to compare

2.6.0 (2024-07-31)

New Features

v2.5.0

31 Jul 10:00
Compare
Choose a tag to compare

2.5.0 (2024-07-31)

New Features

v2.4.0

17 Jul 13:19
Compare
Choose a tag to compare

2.4.0 (2024-07-17)

Chores
  • deps-dev: bump braces from 3.0.2 to 3.0.3 (#18) (4d2c7e5e)
Other Changes (doc)
New Features
Bug Fixes

v2.3.0

06 Jun 12:41
Compare
Choose a tag to compare

2.3.0 (2024-06-06)

Chores
  • deps-dev: bump @babel/traverse from 7.22.11 to 7.24.1 (#17) (d27a3728)
New Features
  • constants: add UINT_128_MAX (d208d64c)
  • bytes-iter: add .nextAddress method (7f8296c9)

v2.2.1

12 Apr 12:56
Compare
Choose a tag to compare

2.2.1 (2024-04-12)

Bug Fixes
  • bytes-builder: correct import for UINT_160_MAX (#16) (6bffa17f)

v2.2.0

18 Mar 14:58
Compare
Choose a tag to compare

2.2.0 (2024-03-18)

New Features
  • bytes-builder: allow pass bigint as param (#15) (50a2a3b5)

v2.1.0

14 Mar 14:48
Compare
Choose a tag to compare

2.1.0 (2024-03-14)

New Features
  • bytes-iter: allow back side iteration (#14) (745dd793)

v2.0.0

13 Mar 15:37
Compare
Choose a tag to compare

2.0.0 (2024-03-13)

Other Changes (feat!)
  • bytes-iter: allow iterate by strings (#13) (467f092c)