Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 785 Bytes

CHANGELOG.md

File metadata and controls

31 lines (17 loc) · 785 Bytes

Changelog

All notable changes to this project will be documented in this file.

For more information about changelogs, check Keep a Changelog and Vandamme.

1.3.2 - unreleased

  • [ENHANCEMENT] Remove a 'puts' statement left over from development

1.3.0 - 2016.03.01

  • [ENHANCEMENT] When axis values are integer, ensure they are not truncated (see issue #48)

1.2.0 - 2016.01.24

  • [ENHANCEMENT] Do not titleize the chart labels (see issue #39)

1.1.0 - 2015.18.12

  • [ENHANCEMENT] Support ActiveSupport/Rails >= 5.0.0.beta1

1.0.1 - 2015.10.01

  • [BUGFIX] Don’t try to draw an axis if the data is empty.

1.0.0 - 2015.08.31

  • [FEATURE] Add chart method to Prawn::Document to draw graphs.