master-plan/CHANGELOG.md
2017-08-18 09:45:47 -07:00

1.0 KiB

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]

[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.