Releases: bugra9/gdal3.js
Releases · bugra9/gdal3.js
v2.8.1
v2.8.0
v2.7.0
v2.6.0
- feat: add log and error handler to config #63 179ce0e by @bugra9
- feat: add env param to config to set global gdal configuration 179ce0e by @bugra9
- feat: add gdalinfo and ogrinfo apps and add the app results to dataset object #61 179ce0e by @bugra9
- fix: raster/vector type calculation #61 179ce0e by @bugra9
- fix: prevent app from terminating if a warning occurs 179ce0e by @bugra9
- fix: support node.js >= 18 179ce0e by @bugra9
- chore: update emscripten version to 3.1.50 (temporary disable PDS driver) 179ce0e by @bugra9
- feat: list all created files with all param in the outputs of ogr2ogr, gdal_translate, gdalwarp, #45 179ce0e by @bugra9
- feat: add outputName param to ogr2ogr, gdal_translate, gdalwarp, gdal_rasterize #44 179ce0e by @bugra9
- fix: mocha issue causing tests not to start for Chrome 179ce0e by @bugra9
- feat: add playground to test 179ce0e by @bugra9
- feat: add more info about dataset in gdal3.js gui 179ce0e by @bugra9
v2.5.0
- Update npm and native dependencies c8cf8f2 by @bugra9
- Support open prefixes #62 by @j8seangel
- Add gdal location info #49 by @danothemen
- README.md: fix dataset -> datasets typo #50 #51 by @gregStickle
- README.md: fix exfat -> expat typo #47 by @rouault
v2.4.0
v2.3.0
- Update Gdal (3.4.2 => 3.5.1), Proj (6.3.2 => 9.0.1), SQLite (3.37.0 => 3.38.5), Tiff (4.3.0 => 4.4.0), Geotiff (1.7.0 => 1.7.1), Expat (2.4.2 => 2.4.8 ) 8c14ea9 #35
- Add and use external GNU libiconv instead of Emscripten/Musl libiconv. Its character set/encoding coverage is very comprehensive. 8c14ea9 #39
v2.2.0
- Add single file example running without server required. 8468f22 #34
- Change license from GPL to LGPL. da0afff #36
- Breaking: Rename gdal3.js file to gdal3.node.js and create gdal3.js which only supports browser. Use
import initGdalJs from 'gdal3.js'
for browser and useconst initGdalJs = require('gdal3.js/node')
for node.js. aa0a2f5 #32 - Update zlib version to fix broken link when running make 3210d1e by @mthh