mirror of
https://github.com/rodrigosetti/master-plan.git
synced 2024-11-22 04:13:26 +03:00
32 lines
1.0 KiB
Markdown
32 lines
1.0 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
## [0.3.1] - 2017-08-18
|
|
|
|
* New option flag: `--strict` that will instruct the parser to reject plans
|
|
with undefined projects (_i.e._ used in expressions but never defined).
|
|
* Fix: make cost and trust value rendering consistent for leaf and non-leaf
|
|
projects - now they are partial everywhere.
|
|
|
|
## [0.3.0] - 2017-08-17
|
|
|
|
New option flag: `--render-parse-error` which will render the image with the
|
|
parsing error text, instead of printing to standard output. Also, the exit code
|
|
will be normal.
|
|
|
|
## [0.2.0] - 2017-08-15
|
|
|
|
Changed completely the language syntax. This change breaks compatibility with
|
|
all existing `.plan` file, but I'm releasing as a minor version because this
|
|
project's API is still experimental (under version 1.x.x).
|
|
|
|
## [0.1.0] - 2017-08-13
|
|
|
|
Initial release.
|