Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 687 Bytes

CHANGELOG.MD

File metadata and controls

37 lines (22 loc) · 687 Bytes

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.

[1.0.0] - 2020-04-15

Added

- Initial app config

[1.1.0] - 2020-04-19

Added

- Kanban and Board class
- Method adding new Board
- Custom font

[1.2.0] - 2020-04-26

Added

- Store all board objects in array
- Display boards as a list

Fixed

- HTML input validation - can't add empty string as board id

[1.2.1] - 2020-05-10

Added

- Append tasks to board
- Store task objects in array