Skip to content

v4.0.0

Compare
Choose a tag to compare
@fb55 fb55 released this 30 Oct 15:38
· 891 commits to master since this release

Features:

  • Port library to TypeScript (#37) bf3af48
    • The main export now has changed to default. If you are using require to import the module, you now have to use require('bitfield').default.
  • Add forEach method (#39, based on work by @jimmywarting) 1ecdfdb

Fixes:

  • Make docs reflect usage of Uint8Array 2359352

v3.0.0...v4.0.0