Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 953 Bytes

CHANGELOG.md

File metadata and controls

35 lines (28 loc) · 953 Bytes

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[0.0.7] - 2018-10-03

  • Swift 4.2 support

[0.0.6] - 2018-02-18

  • Add method to completely clear chart
  • Allow to pass objects around with slice model
  • Add delegate call to generatedSlice
  • Minor fixes

[0.0.5] - 2017-03-03

  • Allow to set start angle
  • Add documentation to settings
  • Allow to rotate chart after initialization
  • Fix overlays not showing when not animated #10

[0.0.4] - 2017-01-31

  • Rename PieViewLayer in PieCustomViewsLayer for better understability
  • Make PieChart frame initialization public

[0.0.3] - 2017-01-09

  • Add border settings
  • Implement IB preview
  • Make all pie chart settings inspectable

[0.0.2] - 2017-01-06

  • Dynamic slice insertion
  • Allow to set anim duration in settings
  • Set deployment target to 8.0

[0.0.1] - 2017-01-02

  • Initial import