Tags: GennadySpb/cookiecutter
Tags
Merge pull request cookiecutter#1684 from cookiecutter/bump-release-2… ….1.0 bump version and edit history
History and authors update * History and authors update * Added author of cookiecutter#1237 * Added author of cookiecutter#1234 * Added author of cookiecutter#1236, cookiecutter#1262
1.6.0 (2017-10-15) Tim Tam New Features: - Include template path or template URL in cookiecutter context under `_template`, thanks to [@aroig](https://github.com/aroig) (\cookiecutter#774) - Add a URL abbreviation for GitLab template projects, thanks to [@hackebrot](https://github.com/hackebrot) (\cookiecutter#963) - Add option to use templates from Zip files or Zip URLs, thanks to [@freakboy3742](https://github.com/freakboy3742) (\cookiecutter#961) Bug Fixes: - Fix an issue with missing default template abbreviations for when a user defined custom abbreviations, thanks to [@noirbizarre](https://github.com/noirbizarre) for the issue report and [@hackebrot](https://github.com/hackebrot) for the fix (\cookiecutter#966, \cookiecutter#967) - Preserve existing output directory on project generation failure, thanks to [@ionelmc](https://github.com/ionelmc) for the report and [@michaeljoseph](https://github.com/michaeljoseph) for the fix (\cookiecutter#629, \cookiecutter#964) - Fix Python 3.x error handling for `git` operation failures, thanks to [@jmcarp](https://github.com/jmcarp) (\cookiecutter#905) Other Changes: - Fix broken link to *Copy without Render* docs, thanks to [@coreysnyder04](https://github.com/coreysnyder04) (\cookiecutter#912) - Improve debug log message for when a hook is not found, thanks to [@raphigaziano](https://github.com/raphigaziano/) (\cookiecutter#160) - Fix module summary and `expand_abbreviations()` doc string as per pep257, thanks to [@terryjbates](https://github.com/terryjbates) (\cookiecutter#772) - Update doc strings in `cookiecutter/cli.py` and `cookiecutter/config.py` according to pep257, thanks to [@terryjbates](https://github.com/terryjbates) (\cookiecutter#922, \cookiecutter#931) - Update doc string for `is_copy_only_path()` according to pep257, thanks to [@mathagician](https://github.com/mathagician) and [@terryjbates](https://github.com/terryjbates) (\cookiecutter#935, \cookiecutter#949) - Update doc strings in `cookiecutter/extensions.py` according to pep257, thanks to [@meahow](https://github.com/meahow) (\cookiecutter#996) - Fix miscellaneous issues with building docs, thanks to [@stevepiercy](https://github.com/stevepiercy) (\cookiecutter#889) - Re-implement Makefile and update several make rules, thanks to [@hackebrot](https://github.com/hackebrot) (\cookiecutter#930) - Fix broken link to pytest docs, thanks to [@eyalev](https://github.com/eyalev) for the issue report and [@devstrat](https://github.com/devstrat) for the fix (\cookiecutter#939, \cookiecutter#940) - Add `test_requirements.txt` file for easier testing outside of tox, thanks to [@ramnes](https://github.com/ramnes) (\cookiecutter#945) - Improve wording in *copy without render* docs, thanks to [@eyalev](https://github.com/eyalev) (\cookiecutter#938) - Fix a number of typos, thanks to [@delirious-lettuce](https://github.com/delirious-lettuce) (\cookiecutter#968) - Improved *extra context* docs by noting that extra context keys must be present in the template's `cookiecutter.json`, thanks to [@karantan](https://github.com/karantan) for the report and fix (\cookiecutter#863, \cookiecutter#864) - Added more cookiecutter templates to the mix: - [cookiecutter-kata-cpputest](https://github.com/13coders/cookiecutter-kata-cpputest) by [@13coders](https://github.com/13coders) (\cookiecutter#901) - [cookiecutter-kata-gtest](https://github.com/13coders/cookiecutter-kata-gtest) by [@13coders](https://github.com/13coders) (\cookiecutter#901) - [cookiecutter-pyramid-talk-python-starter](https://github.com/mikeckennedy/cookiecutter-pyramid-talk-python-starter) by [@mikeckennedy](https://github.com/mikeckennedy) (\cookiecutter#915) - [cookiecutter-android](https://github.com/alexfu/cookiecutter-android) by [@alexfu](https://github.com/alexfu) (\cookiecutter#890) - [cookiecutter-lux-python](https://github.com/alexkey/cookiecutter-lux-python) by [@alexkey](https://github.com/alexkey) (\cookiecutter#895) - [cookiecutter-git](https://github.com/webevllc/cookiecutter-git) by [@tuxredux](https://github.com/tuxredux) (\cookiecutter#921) - [cookiecutter-ansible-role-ci](https://github.com/ferrarimarco/cookiecutter-ansible-role) by [@ferrarimarco](https://github.com/ferrarimarco) (\cookiecutter#903) - [cookiecutter\_dotfile](https://github.com/bdcaf/cookiecutter_dotfile) by [@bdcaf](https://github.com/bdcaf) (\cookiecutter#925) - [painless-continuous-delivery](https://github.com/painless-software/painless-continuous-delivery) by [@painless-software](https://github.com/painless-software) (\cookiecutter#927) - [cookiecutter-molecule](https://github.com/retr0h/cookiecutter-molecule) by [@retr0h](https://github.com/retr0h) (\cookiecutter#954) - [sublime-snippet-package-template](https://github.com/agenoria/sublime-snippet-package-template) by [@agenoria](https://github.com/agenoria) (\cookiecutter#956) - [cookiecutter-conda-python](https://github.com/conda/cookiecutter-conda-python) by [@conda](https://github.com/conda) (\cookiecutter#969) - [cookiecutter-flask-minimal](https://github.com/candidtim/cookiecutter-flask-minimal) by [@candidtim](https://github.com/candidtim) (\cookiecutter#977) - [cookiecutter-pypackage-rust-cross-platform-publish](https://github.com/mckaymatt/cookiecutter-pypackage-rust-cross-platform-publish) by [@mckaymatt](https://github.com/mckaymatt) (\cookiecutter#957) - [cookie-cookie](https://github.com/tuxredux/cookie-cookie) by [@tuxredux](https://github.com/tuxredux) (\cookiecutter#951) - [cookiecutter-telegram-bot](https://github.com/Ars2014/cookiecutter-telegram-bot) by [@Ars2014](https://github.com/Ars2014) (\cookiecutter#984) - [python-project-template](https://github.com/Kwpolska/python-project-template) by [@Kwpolska](https://github.com/Kwpolska) (\cookiecutter#986) - [wemake-django-template](https://github.com/wemake-services/wemake-django-template) by [@wemake-services](https://github.com/wemake-services) (\cookiecutter#990) - [cookiecutter-raml](https://github.com/genzj/cookiecutter-raml) by [@genzj](https://github.com/genzj) (\cookiecutter#994) - [cookiecutter-anyblok-project](https://github.com/AnyBlok/cookiecutter-anyblok-project) by [@AnyBlok](https://github.com/AnyBlok) (\cookiecutter#988) - [cookiecutter-devenv](https://bitbucket.org/greenguavalabs/cookiecutter-devenv.git) by [@greenguavalabs](https://bitbucket.org/greenguavalabs) (\cookiecutter#991)
PreviousNext