v1.8.0 Many updates (Note: Type Breaking Changes)
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
- Linting and Formatting by @wilwade in #133
- chore(*): replace BrowserFs for ZenFs by @enddynayn in #134
- Use native fetch by @zcbenz in #136
- Remove to string for dictionary pages by @harryalaw in #138
- NPM audit fixes by @wilwade in #139
New Contributors
- @zcbenz made their first contribution in #136
- @harryalaw made their first contribution in #138
Full Changelog: v1.7.0...v1.8.0