1
0
Fork 0
mirror of https://github.com/Luzifer/go_helpers.git synced 2024-10-18 06:14:21 +00:00
go_helpers/History.md

55 lines
916 B
Markdown
Raw Normal View History

2018-06-07 08:59:35 +00:00
# 2.6.0 / 2018-06-07
* Add a YAML to JSON converter as yaml-helper
2018-04-23 10:24:30 +00:00
# 2.5.0 / 2018-04-23
* Add output splitter
2018-04-03 19:52:16 +00:00
# 2.4.0 / 2018-04-03
* Add proxy IP detection
2017-11-05 13:56:16 +00:00
# 2.3.1 / 2017-11-05
* Fix TIP version error: Sprintf format %s has arg of wrong type byte
* Travis: Test on Go 1.7, 1.8, 1.9, tip
2017-11-05 11:34:49 +00:00
# 2.3.0 / 2017-11-05
* Implement digest header generation
2017-04-13 15:05:45 +00:00
# 2.2.0 / 2017-04-13
* Add HTTPLogHandler
2016-12-23 14:24:36 +00:00
# 2.1.0 / 2016-12-23
* Add time.Duration formatter
2016-10-12 21:55:12 +00:00
# 2.0.0 / 2016-10-12
* Drop Go1.5 / Go1.6 support with using contexts
* Add github-binary update helper
2016-05-28 23:56:24 +00:00
# 1.4.0 / 2016-05-29
* Added environment helpers
2016-05-18 21:30:28 +00:00
# 1.3.0 / 2016-05-18
* Added AccessLogResponseWriter
2016-05-15 22:14:10 +00:00
# 1.2.0 / 2016-05-16
* Added helper to find binaries in path or directory
2016-05-06 21:44:28 +00:00
# 1.1.0 / 2016-05-06
* Added Haversine helper functions
2016-04-23 12:32:43 +00:00
1.0.0 / 2016-04-23
==================
2018-04-03 19:52:16 +00:00
* First versioned revision for use with gopkg.in