Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Latest commit

 

History

History
100 lines (55 loc) · 5.13 KB

CHANGELOG.md

File metadata and controls

100 lines (55 loc) · 5.13 KB

Changelog

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.

Features

  • 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

Bug Fixes

  • commands: create correct labels using templates (#73), fixes #58

Docs

  • simplify GitHub templates (#54), fixes #52

Refactor

  • core: clearer structure for categorizations (#70)

Build

  • update libraries (#53), fixes #51

CI

  • use GitHub Actions (#74), fixes #68

Chore

  • change action name (#75)

0.0.2 – 2019-04-09

Features

  • 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

Bug Fixes

  • commands/init: only create .gitignore if templates were selected (#41), fixes #30

Docs

  • commands/init: fix/shorten templates and labels (#44), fixes #35

Refactor

  • rename config files (#40), fixes #29

0.0.1 – 2019-01-30

Initial release supporting repository initialization.