Skip to content

Commit

Permalink
Prepare 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbrooks committed May 29, 2021
1 parent 8b002fc commit 94de7ea
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
21 changes: 17 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
Change Log
==========

## Unpublished (2.0.0)

* Removed non IR related code from the core library
* Improvement: Remove redundant commands in situations where the command is basically, but not precisely redundant
## 2.0.0
_05.29.2021_

* New, breaking: Structured graphic element attributes.
* This greatly simplifies the conversions between formats
* Unstructured attributes will be dropped during conversion between formats
* Improvement, breaking: Unified the clip path implementation
* Improvement, breaking: Format-specific implementations of optimizations have been traded for format independent implementations, so they can be more easily used by new formats
* Improvement: The new implementation of the bake transformations optimization operates in many more situations for svg compared to the previous implementation
* Improvement: Remove redundant commands in situations where the command is effectively but not precisely redundant
* Fixed: Redundant move commands are removed
* Fixed: Test failures on Windows due to path handling
* Upgrade: Build with Kotlin 1.5.10

### Breaking Changes
* Removed format-specific code from the core library
* vgo-core has a structured representation of commonly used attributes to simplify converting between different representations of vector artwork
* Format-specific implementations of clip paths have been removed in favor of the svg implementation
* Attributes that are not

## 1.4.1
_02.16.2021_
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
vgo_version=1.4.1
vgo_version=2.0.0

org.gradle.jvmargs=-Xmx2g -XX:+UseParallelGC

0 comments on commit 94de7ea

Please sign in to comment.