- Returns `this` from `map.addCallback()`, `map.removeCallback()`, and `map.dispatchCallback()`
0.20.0
- Adds `map.destroy()` method, and in that process, allows all handlers to be removable with a `.remove()` function.
0.19.1
- Removes unused 'parent' argument to `com.modestmaps.RequestManager`
0.19.0
- Adds a second parameter to `map.setExtent()` which, if true, allows the extent set to place the map at a non-integer zoom level. By default, `setEvent` will behave as before.
0.18.5
- Address issue where display:none on parent affects size detection (thanks tmcw) - Remove arbitary default map size - parent size is used always unless dimensions are specified. Use setSize to override at any time.
0.18.4
- Fix Location.interpolate between the same location - Fix DragHandler - remove inertia code