mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-05 22:41:55 +00:00
Publish v1.17.7
This commit is contained in:
parent
06a2c79123
commit
669a96fe40
@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## [1.17.6]
|
||||
- Fix early page termination for non-flat columns (#119)
|
||||
- Fix a bug in parquetQuery, when rowFormat is 'array' (#118 thanks @severo)
|
||||
|
||||
## [1.17.5]
|
||||
- Revert "Fix onComplete return type (#104)" (#117)
|
||||
- Fix high-precision decimal parsing (#116)
|
||||
|
||||
## [1.17.4]
|
||||
- Fix onComplete return type (#104 thanks @supermar1010)
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hyparquet",
|
||||
"version": "1.17.6",
|
||||
"version": "1.17.7",
|
||||
"description": "Parquet file parser for JavaScript",
|
||||
"author": "Hyperparam",
|
||||
"homepage": "https://hyperparam.app",
|
||||
@ -54,10 +54,10 @@
|
||||
"test": "vitest run"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "24.3.0",
|
||||
"@types/node": "24.3.1",
|
||||
"@vitest/coverage-v8": "3.2.4",
|
||||
"eslint": "9.34.0",
|
||||
"eslint-plugin-jsdoc": "54.1.1",
|
||||
"eslint": "9.35.0",
|
||||
"eslint-plugin-jsdoc": "54.4.0",
|
||||
"hyparquet-compressors": "1.1.1",
|
||||
"typescript": "5.9.2",
|
||||
"vitest": "3.2.4"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user