mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-30 00:46:38 +00:00
Publish v1.18.0
This commit is contained in:
parent
c6429d5abe
commit
3c1fce4b3f
@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## [1.18.0]
|
||||
- Refine `onComplete` types for `rowFormat: 'array'` and `rowFormat: 'object'` (#120)
|
||||
- Only object format for `parquetReadObjects` and `parquetQuery` (#120)
|
||||
- Parquet `__index__` column overrides `parquetQuery` index annotation (#120)
|
||||
|
||||
## [1.17.8]
|
||||
- Export `readColumnIndex` and `readOffsetIndex` (#122)
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hyparquet",
|
||||
"version": "1.17.8",
|
||||
"version": "1.18.0",
|
||||
"description": "Parquet file parser for JavaScript",
|
||||
"author": "Hyperparam",
|
||||
"homepage": "https://hyperparam.app",
|
||||
@ -54,10 +54,10 @@
|
||||
"test": "vitest run"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "24.3.1",
|
||||
"@types/node": "24.5.1",
|
||||
"@vitest/coverage-v8": "3.2.4",
|
||||
"eslint": "9.35.0",
|
||||
"eslint-plugin-jsdoc": "55.0.3",
|
||||
"eslint-plugin-jsdoc": "58.1.0",
|
||||
"hyparquet-compressors": "1.1.1",
|
||||
"typescript": "5.9.2",
|
||||
"vitest": "3.2.4"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user