Change log¶
Unreleased¶
- New support
templatekit.yamlfiles. These files, which get added alongsidecookiecutter.jsonfiles, refine the presentation of templates in Slack user interactions. For example, templates have nice names (namefield) and can be grouped in selection menus (group_namefield). Thedialog_fieldsfield provides configuration for fields in the Slack dialogs where a user configures their new file or project. - Cerberus is a new dependency of Templatekit.
templatekit.yamlfiles are validated against a Cerberus schema.
0.1.1 (2019-01-07)¶
- Fix typo in PyPI classifiers that prevented deployment to PyPI.
- Fix setup.py so that setuptools_scm is activated.
0.1.0 (2019-01-07)¶
- Extracted Templatekit from https://github.com/lsst/templates. By splitting the Templatekit application from the templates repository, we can version Templatekit and release it through PyPI.
- Versioning with setuptools_scm.
- Sphinx documentation site.
(DM-16940)