Skip to content

Commit

Permalink
update change log and read me
Browse files Browse the repository at this point in the history
  • Loading branch information
Rennzie committed Sep 22, 2023
1 parent 353e214 commit ad3c8cd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]:
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <script>`. Make sure all the javascript related dependencies are installed with `bun install`. Rust dependencies are managed by [cargo](https://doc.rust-lang.org/cargo/) and don't require and explicit install step.
Expand Down

0 comments on commit ad3c8cd

Please sign in to comment.