Skip to content

Releases: fb55/bitfield

v4.2.0

05 Jan 10:51
Compare
Choose a tag to compare

Features

  • Added an isEmpty utility method (#789) by @TJKoury
  • Added a setAll method, and a length prop (#661) by @fb55

v4.1.0

22 Apr 08:32
Compare
Choose a tag to compare
  • bitfield is now a dual CommonJS & ES Module #311
  • We now provide source maps for the shipped files #311

Full Changelog: v4.0.0...v4.1.0

v4.0.0

30 Oct 15:38
Compare
Choose a tag to compare

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