opensphere-asm
Version:
WebAssembly and asm.js module for OpenSphere. Built with [emscripten](https://github.com/kripken/emscripten).
56 lines (24 loc) • 2.06 kB
Markdown
## [1.2.3](https://github.com/ngageoint/opensphere-asm/compare/v1.2.2...v1.2.3) (2019-09-18)
### Bug Fixes
* fix api break and add tests for it ([cf2600b](https://github.com/ngageoint/opensphere-asm/commit/cf2600b))
## [1.2.2](https://github.com/ngageoint/opensphere-asm/compare/v1.2.1...v1.2.2) (2019-09-18)
### Bug Fixes
* **bindings:** prevent accidental shortcut ([951202c](https://github.com/ngageoint/opensphere-asm/commit/951202c))
## [1.2.1](https://github.com/ngageoint/opensphere-asm/compare/v1.2.0...v1.2.1) (2019-09-16)
### Performance Improvements
* **bindings:** use only primitives and pointers across bindings ([b9d81f6](https://github.com/ngageoint/opensphere-asm/commit/b9d81f6)), closes [#9](https://github.com/ngageoint/opensphere-asm/issues/9)
# [1.2.0](https://github.com/ngageoint/opensphere-asm/compare/v1.1.2...v1.2.0) (2019-09-16)
### Features
* add node support and meridian intersection support ([b359a5c](https://github.com/ngageoint/opensphere-asm/commit/b359a5c))
## [1.1.2](https://github.com/ngageoint/opensphere-asm/compare/v1.1.1...v1.1.2) (2019-07-03)
### Bug Fixes
* **asm.js:** add build flag to restore IE11 support ([4566fe1](https://github.com/ngageoint/opensphere-asm/commit/4566fe1)), closes [#4](https://github.com/ngageoint/opensphere-asm/issues/4)
## [1.1.1](https://github.com/ngageoint/opensphere-asm/compare/v1.1.0...v1.1.1) (2019-04-22)
### Bug Fixes
* **asm:** Emscripten now emits WASM by default, so disable it for the asm.js build. ([fa7d684](https://github.com/ngageoint/opensphere-asm/commit/fa7d684))
# [1.1.0](https://github.com/ngageoint/opensphere-asm/compare/v1.0.1...v1.1.0) (2019-04-12)
### Features
* **mgrs:** Document handling of invalid latitude in toMGRS. ([757cc43](https://github.com/ngageoint/opensphere-asm/commit/757cc43))
## [1.0.1](https://github.com/ngageoint/opensphere-asm/compare/v1.0.0...v1.0.1) (2019-04-12)
### Bug Fixes
* **mgrs:** Return INVALID for latitudes outside +/- 90. ([632c39f](https://github.com/ngageoint/opensphere-asm/commit/632c39f))