Skip to content

Commit

Permalink
Add a long overdue changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
emorydunn committed Feb 20, 2021
1 parent 57545d8 commit 58eb223
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions Changelog.md
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

0 comments on commit 58eb223

Please sign in to comment.