1
0
mirror of https://github.com/Luzifer/mondash.git synced 2024-09-19 17:02:58 +00:00
mondash/History.md

43 lines
971 B
Markdown
Raw Normal View History

2015-02-07 20:01:55 +00:00
2015-07-06 18:32:27 +00:00
1.3.0 / 2015-07-06
==================
* Added license file
* Add statistical monitoring
* Add "value" as an option and basic graphing capabilities
Thanks [zainhoda](https://github.com/zainhoda) for the contribution containing graphing support!
2015-04-22 20:13:37 +00:00
1.2.2 / 2015-04-22
==================
* Close the reader to ensure we don't spam with open FDs
* Replaced URL to use apex
2015-02-20 19:00:08 +00:00
1.2.1 / 2015-02-20
==================
* Building against go1.4.2
* GOLINT: Reduced complexity of main function
* GOLINT: Explicitly ignore errors
* GOLINT: Unexported data types
2015-02-17 19:50:50 +00:00
1.2.0 / 2015-02-17
==================
* Added Godeps to ensure build environment is stable
* Added link to API docs to navbar
* Added HTTPs protocol to API documentation
2015-02-08 08:46:50 +00:00
1.1.0 / 2015-02-08
==================
* Do not show expired metrics
* Fix: Store metricID in newly created metric
* Some small bugfixes and imporovements
2015-02-07 20:01:55 +00:00
1.0.0 / 2015-02-07
==================
* Initial version