Skip to content

Releases: mchoe/SwiftSVG

v2.3.2

16 Oct 00:21
c3a8866
Compare
Choose a tag to compare
  • Updated docs
  • Bumped pod version

v2.3.1

29 Sep 18:25
4b4edad
Compare
Choose a tag to compare
  • Fixed bug where named CSS UIColor initializer was overriding the Foundation version. @Fallen-Zen - PR #136
  • Added conditional DEBUG for print
  • Fixed issue where an SVG wouldn't show multiple times on the same page. @matejukmar - PR #137
  • Added public initializer for SVGParserSupportedElements. Fixes #135
  • Added CSS named colors #139. Closed #112
  • Added support for 4 and 8 length hex strings for colors
  • Swift Package Manager Support

v2.3.0

31 Mar 02:09
Compare
Choose a tag to compare
  • Swift 5 support. Doesn't have any changes to the implementation and is functionally the same as v2.2.1. Only the scoping was changed in inner functions whose parents already have a scope.

v2.2.1

30 Mar 21:23
Compare
Choose a tag to compare

Includes:

  • Support for coordinates with 2 points. Closes #118 and #43.
  • Last Release to support Swift 4.2