mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-28 07:56:38 +00:00
Publish 1.20.0 (#136)
This commit is contained in:
parent
e8b1c8e570
commit
2a91b8a118
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## [1.20.0]
|
||||
- Mark geospatial columns in GeoParquet with geometry or geography data type (#133)
|
||||
- Add `geoparquet` option to opt out marking GeoParquet columns (#133)
|
||||
|
||||
## [1.19.0]
|
||||
- Parse geometry and geography data types to geojson geometry objects (#131)
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hyparquet",
|
||||
"version": "1.19.0",
|
||||
"version": "1.20.0",
|
||||
"description": "Parquet file parser for JavaScript",
|
||||
"author": "Hyperparam",
|
||||
"homepage": "https://hyperparam.app",
|
||||
@ -54,10 +54,10 @@
|
||||
"test": "vitest run"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "24.6.1",
|
||||
"@types/node": "24.7.2",
|
||||
"@vitest/coverage-v8": "3.2.4",
|
||||
"eslint": "9.36.0",
|
||||
"eslint-plugin-jsdoc": "60.6.0",
|
||||
"eslint": "9.37.0",
|
||||
"eslint-plugin-jsdoc": "61.1.4",
|
||||
"hyparquet-compressors": "1.1.1",
|
||||
"typescript": "5.9.3",
|
||||
"vitest": "3.2.4"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user