All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Unreleased – see milestones for our roadmap
0.1.0 – 2020-01-01
This release extends Unicorn's functionality to support custom scripting, templating and running as a GitHub Action.
- commands: add component, priority and type commands (#66)
- commands: push files on issue complete (#71), fixes #39
- commands: support assigning multiple users to an issue (#71), fixes #46
- script, action: support scripting, GitHub action (#50), fixes #33, #43, #45
- template, commands: support custom file templates (#56), fixes #49, #55
- template, templates: move to pure scripting; add dart templates (#62), fixes #59
- templates: improve dart templates (#65), fixes #63
- templates: add kotlin template (#64), fixes #60
- core: clearer structure for categorizations (#70)
- change action name (#75)
0.0.2 – 2019-04-09
- use unicorn (#37), fixes #34
- commands/init: support init in existing repo (#36), fixes #28, #20, #27
- commands/login: remove password support (#42), fixes #32
Initial release supporting repository initialization.