Skip to content

v0.3.0

Compare
Choose a tag to compare
@yukinarit yukinarit released this 20 Apr 14:18
· 47 commits to main since this release

What's Changed

New features

Breaking changes

  • Pass Rc in Event Listeners by @yukinarit in #20
    • Until v0.2
    fn on_load(&mut self, map: &Map, _e: event::MapBaseEvent) 
    • Since v0.3
    fn on_load(&mut self, map: Rc<Map>, _e: event::MapBaseEvent) 

Build

Documentation

Other changes

New Contributors

Full Changelog: v0.2.0...v0.3.0