diff --git a/CHANGELOG.md b/CHANGELOG.md index 211e5cc..75cb102 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0-beta2] - 2021-10-20 + +### Added + +- ESM Build [#16](https://github.com/Rennzie/geodesy-wasm/issues/16) +- Example usage in ObservableHQ + +## [0.2.0-beta1] - 2021-10-20 + ### Added - This CHANGELOG file @@ -26,5 +35,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update the README with usage examples and better documentation [#9](https://github.com/Rennzie/geodesy-wasm/issues/9) - Add tests for the wrapper [#10](https://github.com/Rennzie/geodesy-wasm/issues/10) - Replaced yarn with [bun](https://bun.sh/docs/cli/test) in the process - -[unreleased]: diff --git a/Cargo.toml b/Cargo.toml index a76519e..c653c06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "geodesy-wasm" -version = "0.2.0--alpha1" +version = "0.2.0-beta2" keywords = ["geospatial", "geodesy", "cartography", "geography"] categories = ["science"] authors = ["Sean Rennie "] diff --git a/README.md b/README.md index bd83245..5b93135 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,10 @@ console.log(resultFwd); // [[ 13004.309008754391 6837202.757094237 9.61 ], [ 13007.829360281388 6837191.955741842 9.61 ]] ``` +#### Using ESM Modules in ObservableHQ + +See [this notebook](https://observablehq.com/d/3ff9d9b8f0b5168a) for an example of using Geodesy-Wasm in ObservableHQ. + ## Development For convenience all scripts can be run with `bun