Releases: azavea/loam
Releases · azavea/loam
Release 1.2.0
Changes in this Release
- Add support for opening vector datasets
- Add GDALDataset.layerCount() to wrap GDALDatasetGetLayerCount()
- Add GDALDataset.vectorConvert() to wrap GDALVectorTranslate()
- Add wrappers for GDALGetRasterMinimum, GDALGetRasterMaximum, GDALGetRasterDataType, GDALGetRasterStatistics, and GDALGetRasterNoDataValue
Release 1.1.2
Changes in this Release
- Allow users to specify a valid absolute URL when the default URL is invalid (this allows users to load Loam dynamically, for example).
Release 1.1.1
Changes in this Release
- Document bytes() method
- Fix production bundle not including unminified assets.
- Add Node versions 16 and 18 to testing matrix (this library currently targets browser environments only)
- Drop testing on Node 12 (this library currently targets browser environments only)
- Update to latest stable version of Yarn
Release 1.1.0
Changes in this Release
- Improve documentation for integrating with build tools
- Add a reset() function that allows tearing down the Loam worker
- Allow initializing Loam from a CDN
- Add a demo page for local development
Release 1.0.0
Changes in this Release
- No changes compared to RC.2 except dependency updates
Release 1.0.0-rc.2
Changes in this Release
- Add information on contributing to the README
- Apply code auto-formatting
- Improve error messages with originating function names
- Add GDALDataset.render() to provide gdaldem functionality
Release 1.0.0-rc.1
Breaking changes
- Remove closeAndReadBytes(), flushFS(), and convert close() to a no-op.
Changes in this Release
- Add loam.rasterize() wrapper for GDALRasterize()
- Add pathPrefix parameter to loam.initialize()
- Remove closeAndReadBytes(), flushFS(), and convert close() to a no-op.
- Set up CI and automatic releases via GitHub Actions
- Package updates to resolve security alerts
- Validate that parameters to
warp()
andconvert()
are strings - Add CHANGELOG, PR template