Releases: yagoferrer/map-tools
2.0.2
2.0.1
- Fixed bug #287
- Updated NPM dependencies to the latest
- Fixed typo in docs. Thanks @pjakobsen
2.0.0
Full TypeScript migration from Javascript Node Modules.
1.3.0
Added feature: Query using multiple tags: map.findMarker(tags: ['tag1', 'tag2']})
thanks to @toddrothe for all the work on this one.
Fixed bug: #279 thanks to @hergert for the bug report.
Refactoring: I started working on TypeScript migration.
1.2.1
1.2.0
Feature: Allows tagging Markers using the tags
property. This is helpful to find and classify Markers by Tags.
Code coverage up to 100%
GPA up to 4.0
Breaking changes
Removed support for Groups and instead implemented -> Marker Tagging.
1.1.3
1.1.2
1.1.1
1.1.0 Minor update to include distribution Files for NPM.
1.1.0
This is a really exiting new release! New features coming with lots of feedback from our internal apps using mapTools.
Feature: Added API resetMarker() to reset specific Marker properties to the initial value.
Feature: Custom Map Event: marker_visibility_changed
It will trigger every time that the number of visible Markers change.
Feature: Added callback
property to be used when adding Markers.
Feature: findMarker() can find any Marker by properties and data properties.
For example: findMarker({visible: true})
Breaking changes
filterMarker() is now called findMarker()
filterFeature() is now called findFeature()