Add coarse minute support and multiple bug fixes
- Fixed critical event handler leak (new event handlers were added instead of removed) #18
- Fixed where first tap/click sticks to round 5 minute intervals as requested by in issue #1
- Added passing time to onDoneClick #16
- Added config entry
useCoarseMinutes
which snaps to 5 minute intervals - Fixed a bug in the docs, where example 3 was not updating (pointing at wrong state object)
- Updated docs to show new coarse features
Thanks to @RickeyWard for pushing these features + fixes through.