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.
- 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.
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.
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).
Initial release.