# Change Log for leaflet.zoomhome

The format of this file is based on [Keep a Changelog] and this project adheres
to [Semantic Versioning].


## [Unreleased]

### Added

- Functions for changing and inspecting the home view after the plugin has been
  constructed: `setHomeCoordinates`, `setHomeZoom`, `setHomeBounds`,
  `getHomeCoordinates`, and `getHomeZoom`
  (contributed by [@m1dst] in [#12])

### Fixed

- Fixed broken fix of mouse-over issue on zoom buttons
  (contributed by [@pmacMaps] in [#2])


## [0.2.0] (2016-08-02)

### Fixed

- Fixed a mouse-over issue with the zoom buttons
  (contributed by [@pmacMaps] in [#1])


## 0.1.0 (2015-05-05)

First public release.


[Keep a Changelog]: http://keepachangelog.com/
[Semantic Versioning]: http://semver.org/

[Unreleased]: https://github.com/torfsen/leaflet.zoomhome/compare/v0.2.0...master
[0.2.0]: https://github.com/torfsen/leaflet.zoomhome/compare/v0.1.0...v0.2.0

[@pmacMaps]: https://github.com/pmacMaps
[@m1dst]: https://github.com/m1dst

[#1]: https://github.com/torfsen/leaflet.zoomhome/pull/1
[#2]: https://github.com/torfsen/leaflet.zoomhome/pull/2
[#12]: https://github.com/torfsen/leaflet.zoomhome/pull/12

