Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Jul 11, 2020
1 parent e9e5093 commit 5c413d8
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,29 @@
# fulibTools v1.1.0

* Bumped version number.

# fulibTools v1.2.0

## General

+ Added a license.
* Updated to fulib v1.2.0.

## New Features

+ Added pipes, which allow customizing the output of code fragments. #11
+ Added support for defining manual code fragments that are not present in code, e.g. for capturing output. #9
+ Added customizable scaling for PNG and SVG diagrams. #4

## Improvements

* Files with code fragments are no longer overridden when their content didn't change. #5
* Usage of code fragments that are not defined now prints a warning to stderr. #6
* Code fragment insertions now retain their indentation. #8
* Redefining code fragments now prints a warning to stderr. #10
* Lambda expressions in attributes are now rendered specially. #12
* Improved class diagram rendering performance. #13

## Bugfixes

* HTML special characters in attribute values no longer produce incorrectly escaped text. #3

0 comments on commit 5c413d8

Please sign in to comment.