File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to this project will be documented in this file.
3+
4+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
5+
6+ ## [Unreleased]
7+
8+ ## [1.2] - 2019-11-14
9+ ### Added
10+ - Add ability to render WITH expression wrapped in parenthesis
11+
12+ ### Fixes
13+ - Fix anomalous backslashes in strings
14+
15+ ### Changed
16+ - Update the thirdparty directory structure.
17+
18+ ## [1.0] - 2019-10-16
19+ ### Added
20+ - new version of boolean.py library
21+ - Add ability to leave license expressions unsorted when simplifying
22+
23+ ### Changed
24+ - updated travis CI settings
25+
26+ ## [0.999] - 2019-04-29
27+ - Initial release
28+ - license-expression is small utility library to parse, compare
29+ and simplify and normalize license expressions.
You can’t perform that action at this time.
0 commit comments