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
No EOL
1.1 KiB
Markdown

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