1
0
Fork 0
mirror of https://github.com/Luzifer/repo-template.git synced 2024-11-09 16:10:02 +00:00
repo-template/History.md

62 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2021-04-11 11:50:45 +00:00
# 0.11.0 / 2021-04-11
* Add generic has-file filter
2021-04-11 11:46:30 +00:00
# 0.10.0 / 2021-04-11
* Add go modules support, use tagged versions of deps
* Remove old vendoring / dep management
2019-04-15 18:42:50 +00:00
# 0.9.0 / 2019-04-15
* Update vendored dependencies
* Add has\_topic filter for conditional templates
2018-07-11 22:10:17 +00:00
# 0.8.1 / 2018-07-12
* Linter: Follow linter advices
* Refactor: Extract filters to function
2018-07-11 21:45:01 +00:00
# 0.8.0 / 2018-07-11
* Allow filtering repos by topic
2018-04-17 09:48:43 +00:00
# 0.7.2 / 2018-04-17
* Fix: Data is base64 encoded
2018-04-17 09:31:55 +00:00
# 0.7.1 / 2018-04-17
* Fix: Jenkins targets might have dependencies
2018-04-17 08:56:57 +00:00
# 0.7.0 / 2018-04-17
* Add make-jenkins filter to find Makefiles with `jenkins` target
2018-02-08 21:46:13 +00:00
# 0.6.0 / 2018-02-08
* Add blacklist for repos
2018-02-07 22:57:25 +00:00
# 0.5.1 / 2018-02-07
* Fix: Replacement needs to be done on pointer level
2018-02-07 22:45:57 +00:00
# 0.5.0 / 2018-02-07
* Add option to expand repo to contain all infos
2018-02-07 21:23:10 +00:00
# 0.4.0 / 2018-02-07
* Migrate to pongo2 as template engine
2018-02-07 14:27:02 +00:00
# 0.3.0 / 2018-02-07
* Add filter for archived repos
2018-02-07 13:59:01 +00:00
# 0.2.0 / 2018-02-07
* Add replacement function
2018-02-07 13:42:49 +00:00
# 0.1.0 / 2018-02-07
2021-04-11 11:46:30 +00:00
* Initial version