v1.2.0 Types and More!
Headline Changes
- Package has TypeScript types
- Performance and minor bug fixes
- Breaking Change: parquet.force32 was removed
What's Changed
- Removed redundant reference to callback by @dopatraman in #48
- Fix for typed array BYTE_ARRAY (#23) by @aramikm in #49
- BREAKING: Removed force32 by @aramikm in #51
- Remove TS Ignored lines from Util.ts by @dopatraman in #50
- Add test coverage for Buffer Reader by @dopatraman in #52
- Support async iteration in the reader by @wilwade in #55
- Export the types into the package by @wilwade in #54
- Removed async keyword from BufferReader.read by @dopatraman in #59
- Chore/ts writer take2 by @mehtaishita in #60
- Upstream bug fixes for RLE encoding by @dopatraman in #61
- Performance improvements using a cursor instead of a shift by @wilwade in #57
- Update packages by @wilwade in #63
- Remove baseUrl by @wilwade in #65
- Chore/fix entry file by @wilwade in #66
- Types Cleanup by @wilwade in #67
- Better handling of millis and micros by @wilwade in #68
New Contributors
- @aramikm made their first contribution in #49
- @mehtaishita made their first contribution in #60
Full Changelog: v1.1.3...v1.2.0