Skip to content

v0.4.0

Compare
Choose a tag to compare
@yukinarit yukinarit released this 25 Jul 14:14
· 24 commits to main since this release

What's Changed

Breaking changes

This release contains a bunch of new features (Also breaking changes), most notably MapFactory removal. Since v0.4, you can add as many as event listeners as you want using on method. on returns an ID for the listener. Please know about how to migrate from v0.3 to v0.4, please see this example.

let id = map.on(Listener {}).unwrap();
  • Feat marker events and example of draggable marker by @shimatar0 in #45
  • Remove MapFactory and move functionalities to Map by @yukinarit in #50
  • Add resource ID class rather than exposing uuid by @yukinarit in #51

CI

Refactoring

Example

New Contributors

Full Changelog: v0.3.0...v0.4.0