Skip to content

v1.8.0 Many updates (Note: Type Breaking Changes)

Compare
Choose a tag to compare
@wilwade wilwade released this 04 Sep 17:12
· 3 commits to main since this release
92cbbee

Breaking Change!

Some string type coercion was removed from reading files! So for example:

  • BYTE_ARRAY fields not tagged with STRING or UTF-8 will now return as a Buffer instead of a string
  • BigInts will return as a BigInt instead of a string
  • Numbers will return as a number instead of a string

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.8.0