Releases: fb55/bitfield
Releases · fb55/bitfield
v4.2.0
v4.1.0
v4.0.0
Features:
- Port library to TypeScript (#37) bf3af48
- The main export now has changed to
default
. If you are usingrequire
to import the module, you now have to userequire('bitfield').default
.
- The main export now has changed to
- Add
forEach
method (#39, based on work by @jimmywarting) 1ecdfdb
Fixes:
- Make docs reflect usage of Uint8Array 2359352