Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [1.2] - 2019-11-14
### Added
- Add ability to render WITH expression wrapped in parenthesis

### Fixes
- Fix anomalous backslashes in strings

### Changed
- Update the thirdparty directory structure.

## [1.0] - 2019-10-16
### Added
- new version of boolean.py library
- Add ability to leave license expressions unsorted when simplifying

### Changed
- updated travis CI settings

## [0.999] - 2019-04-29
- Initial release
- license-expression is small utility library to parse, compare
and simplify and normalize license expressions.