-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. The project follows semantic versioning. | ||
|
||
## 0.3.0 / 2021-02-19 | ||
|
||
- [CHANGED] Shapes are now hashable | ||
- [FIXED] Vector init ambiguity | ||
- [CHANGED] Use proper XMLElement init | ||
- [ADDED] `BezierPath` | ||
- [ADDED] Pi constants | ||
- [ADDED] `Size` to `NSSize` | ||
- [ADDED] Boolean operations | ||
- [ADDED] Ray tracing | ||
- [ADDED] Shape intersections | ||
- [ADDED] Perlin noise value for a vector | ||
|
||
|
||
## 0.2.0 / 2020-07-25 | ||
|
||
- [ADDED] Save SVGs directly to a URL | ||
- [ADDED] Default alpha in `Color` | ||
- [ADDED] Piles of documentation | ||
|
||
|
||
## 0.1.0 / 2020-07-25 | ||
|
||
- [ADDED] Shape primitives | ||
- [ADDED] SVG drawing | ||
- [ADDED] CoreGraphics drawing | ||
- [ADDED] Perlin Noise generator |