Releases: Rennzie/geodesy-wasm
Releases · Rennzie/geodesy-wasm
v0.7.0
v0.6.0
Added
- Attribution for
OSTN15_NTv1_OSGBtoETRS.gsb
#32 - Support for 2D, 3D and 4D coordinates as tuples ([number, number]) or objects ({x, y, z, t}) to the wrapper
- Unstable support for loading a grid from the network
- Support for the
axisswap
operator via Geodesy:#84 senmerc
operator #38
Changed
- Grids are stored in globally allocated heap memory #34
- Lazily initialise the operator so grids can be registered after creation
- Grids are loaded via standalone helper functions #39
- Renamed
noop
operator tosenmerc
in anticipation of adding a Sensat Mercator operator - How Coordinates work #19:
- Rename
CoordBuffer
toCoordinates
- Remove superfluous wrapping of the underlying buffer
- Removed the requirement for specifying the coordinate dimension - they are always 4D.
- Rename
Removed
- The
unitconvert
andlonglat
operators which have been implemented upstream in Geodesy:#80
v0.5.0
Added
- Support for NTv2 Grids with multiple subgrids via Geodesy:#74
- General clean ups and re-org i.e rename
Ctx
->Geo
Correct Auth
v0.5.0-beta.6 use NPM_TOKEN
Fix grid interpolation via RG update
Fixed
- Gridshift interpolation via RG busstoptaktik/geodesy#75
Multi grid and better Ntv2 support
Add unitconvert operator
What's Changed
Added
unitconvert
operator #21
Fixed
- The dates in this change log. Blindly following Github Copilot is a mistake
Full Changelog: v0.2.0...v0.3.0
Release v0.2.0
[0.2.0] - 2021-10-21
- Move test.js to examples folder #18
- Added 00-basic examples
- Added 01-gridshift examples
- Expose
parse_proj
function to wasm. - Added performance benchmarks vs proj4.js #11
- Improved performance to JS Wrapper code
[0.2.0-beta2] - 2021-10-20
Added
- ESM Build #16
- Example usage in ObservableHQ
[0.2.0-beta1] - 2021-10-20
Added
- This CHANGELOG file
- A lightweight JS Wrapper with a friendlier API #3
- The
Geodesy
class is intended for most users. Advanced users can still use theGeodesyWasm
components directly.
- The
- Support for NTv2 Grids #2 via Geodesy branch
- The ability to supply a gridshift file via
RawGrids
struct #2 - Update the README with usage examples and better documentation #9
- Add tests for the wrapper #10
- Replaced yarn with bun in the process
Release v0.2.0-beta2 ESM Support
What's Changed
Full Changelog: v0.2.0-beta1...v0.2.0-beta2