Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 948 Bytes

CHANGELOG.md

File metadata and controls

38 lines (23 loc) · 948 Bytes

CHANGELOG


Versioning

For transparency and insight into our release cycle, and for striving to maintain backward compatibility, this code will be maintained under the Semantic Versioning guidelines as much as possible.

Releases will be numbered with the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions without breaking backward compatibility bumps the minor (and resets the patch)
  • Bug fixes and misc changes bumps the patch

For more information on SemVer, please visit http://semver.org/.


Version 0.6.0

  • Added namespace
  • Changed filename
  • Changed class name
  • Added method __toString()

Version 0.5.1

  • Align Morris PHP version with Morris JS
  • Added deprecated for Morris v0.5.1

Version 0.0.2

  • Fixed wrong property labels
  • Added constructor for __chart_type