mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-05 22:41:55 +00:00
Publish v1.17.8 (#123)
* update dev dep + increment version * update CHANGELOG
This commit is contained in:
parent
fbfa7cb426
commit
6f1b0b53e4
@ -1,11 +1,16 @@
|
||||
# Changelog
|
||||
|
||||
## [1.17.6]
|
||||
## [1.17.8]
|
||||
- Export `readColumnIndex` and `readOffsetIndex` (#122)
|
||||
|
||||
## [1.17.7]
|
||||
- Fix early page termination for non-flat columns (#119)
|
||||
- Fix a bug in parquetQuery, when rowFormat is 'array' (#118 thanks @severo)
|
||||
|
||||
## [1.17.5]
|
||||
## [1.17.6]
|
||||
- Revert "Fix onComplete return type (#104)" (#117)
|
||||
|
||||
## [1.17.5]
|
||||
- Fix high-precision decimal parsing (#116)
|
||||
|
||||
## [1.17.4]
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hyparquet",
|
||||
"version": "1.17.7",
|
||||
"version": "1.17.8",
|
||||
"description": "Parquet file parser for JavaScript",
|
||||
"author": "Hyperparam",
|
||||
"homepage": "https://hyperparam.app",
|
||||
@ -57,7 +57,7 @@
|
||||
"@types/node": "24.3.1",
|
||||
"@vitest/coverage-v8": "3.2.4",
|
||||
"eslint": "9.35.0",
|
||||
"eslint-plugin-jsdoc": "54.4.0",
|
||||
"eslint-plugin-jsdoc": "55.0.3",
|
||||
"hyparquet-compressors": "1.1.1",
|
||||
"typescript": "5.9.2",
|
||||
"vitest": "3.2.4"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user