Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericbonnet committed Jan 20, 2021
1 parent 71edb2a commit 5075a7c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
20 changes: 17 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0] - 2021-01-20

### Changed

This version greatly improves the SVG output size and quality by merging connected segments into single paths and trimming empty elements.

- Refactor SVG generation
- Add SVG shape helpers
- Add shape functions
- Add connectable segment shape
- Merge connected segments
- Don't render empty shapes and text lines

## [0.3.1] - 2021-01-14

### Fixed
Expand Down Expand Up @@ -39,9 +52,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- First release.

[unreleased]: https://github.com/fredericbonnet/graphdown/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/fredericbonnet/graphdown/releases/tag/v0.3.0
[0.3.0]: https://github.com/fredericbonnet/graphdown/releases/tag/v0.2.0
[unreleased]: https://github.com/fredericbonnet/graphdown/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/fredericbonnet/graphdown/releases/tag/v0.4.0
[0.3.1]: https://github.com/fredericbonnet/graphdown/releases/tag/v0.3.1
[0.3.0]: https://github.com/fredericbonnet/graphdown/releases/tag/v0.3.0
[0.2.0]: https://github.com/fredericbonnet/graphdown/releases/tag/v0.2.0
[0.1.1]: https://github.com/fredericbonnet/graphdown/releases/tag/v0.1.1
[0.1.0]: https://github.com/fredericbonnet/graphdown/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphdown",
"version": "0.3.1",
"version": "0.4.0",
"description": "GraphDown converts ASCII diagrams to SVG",
"author": "Frédéric Bonnet <[email protected]>",
"homepage": "https://github.com/fredericbonnet/graphdown",
Expand Down

0 comments on commit 5075a7c

Please sign in to comment.