Skip to content

Releases: oncleben31/cookiecutter-homeassistant-custom-component

2021.1.1

24 Jan 19:49
933ca22
Compare
Choose a tag to compare

Overview of changes

This release is focus on tests. Thanks to @raman325 who invest some energy to add the tests suite, the cookiecutter now has an optional tests suite using pytest, coverage and pytest-homeassistant-custom-component Python packages.

This test suite is used in the cookiecutter template and the generated project CI.

Changes

🚀 Features

🪲 Fixes

🚨 Testing

👷 Continuous Integration

📚 Documentation

📦 Dependencies

Changes to the Cookiecutter

This section lists changes to the Cookiecutter that don't affect generated projects.

🚀 Features

👷 Continuous Integration

📚 Documentation

📦 Dependencies

2020.12.15

17 Dec 08:11
b48bb70
Compare
Choose a tag to compare

Overview of changes

This section highlights the main changes brought by this release:

  • Synchronisation with integration_blueprint repository.
  • Improve settings and documentation on how to do step by step debugging.
  • Improve translation.
  • Add pre-commit and continuous integration to the template.
  • Move the documentation from README files to ReadTheDoc.

Changes

💥 Breaking Changes

🚀 Features

🪲 Fixes

👷 Continuous Integration

📚 Documentation

📦 Dependencies

Changes to the Cookiecutter

This section lists changes to the Cookiecutter that don't affect generated projects.

👷 Continuous Integration

📚 Documentation

📦 Dependencies

  • Bump crazy-max/ghaction-github-labeler from v3.1.0 to v3.1.1 (#102) @dependabot
  • Bump pre-commit from 2.8.2 to 2.9.3 in /.github/workflows (#85) @dependabot
  • Bump pip from 20.2.4 to 20.3.1 in /.github/workflows (#84) @dependabot

2020.11.16

14 Nov 07:46
17c398c
Compare
Choose a tag to compare

Overview of changes

This section highlights the main changes brought by this release.

  • Patch release to fix a string not rendered in generated repository

Changes

🪲 Fixes

Changes to the Cookiecutter

This section lists changes to the Cookiecutter that don't affect generated projects.

📚 Documentation

2020.11.15

13 Nov 12:55
bf56940
Compare
Choose a tag to compare

Overview of changes

This section highlights the main changes brought by this release.

  • Generate a repository similar to the blueprint with all names customizable by the user.
  • Implement some fix to the template compared to the blueprint reference. Principally about translation management. (PR have been done on blueprint repository).
  • First level of documentation to explain how to use this Cookiecutter and the repository generated.
  • Documentation hosted on ReadTheDoc.org.
  • Implement basic level of CI for the cookiecutter.

Changes

🚀 Features

🪲 Fixes

👷 Continuous Integration

Changes to the Cookiecutter

This section lists changes to the Cookiecutter that don't affect generated projects.

👷 Continuous Integration

📚 Documentation

📦 Dependencies

2020.10.30

30 Oct 02:11
32d52aa
Compare
Choose a tag to compare

First release for this Cookiecutter template dedicated to Home Assistant custom component.