1
0
Fork 0
mirror of https://github.com/Luzifer/staticmap.git synced 2024-11-09 01:40:05 +00:00
staticmap/History.md

46 lines
747 B
Markdown
Raw Permalink Normal View History

2024-04-19 18:04:52 +00:00
# 0.6.1 / 2024-04-19
* Update dependencies
2023-10-15 11:55:35 +00:00
# 0.6.0 / 2023-10-15
* Fix linter errors, modernize code
* Update dependencies
* Update example images
* CI: Replace tooling
2021-02-19 18:26:29 +00:00
# 0.5.0 / 2021-02-19
* Add go modules support
* Remove old vendoring
2018-06-17 14:31:24 +00:00
# 0.4.0 / 2018-06-17
* Add support for overlay map generation with post request
* Internal: Move parameters into struct form
2018-06-17 13:00:29 +00:00
# 0.3.2 / 2018-06-17
* Update vendored libraries
2018-04-03 20:07:02 +00:00
# 0.3.1 / 2018-04-03
* Update dependencies once more
2018-04-03 19:21:00 +00:00
# 0.3.0 / 2018-04-03
* Allow disabling of attribution rendering
2018-04-03 18:39:44 +00:00
# 0.2.0 / 2018-04-03
* Migrate vendoring to dep
* Allow configuration through ENV
2017-06-27 23:03:58 +00:00
# 0.1.1 / 2017-06-28
* Fix some linter advices
2017-06-27 21:51:26 +00:00
# 0.1.0 / 2017-06-27
2023-10-15 11:55:35 +00:00
* Initial version