Publish 1.20.0 (#136)

This commit is contained in:
Sylvain Lesage 2025-10-16 10:29:57 +02:00 committed by GitHub
parent e8b1c8e570
commit 2a91b8a118
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 4 deletions

@ -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"