mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2025-10-30 03:22:30 +01:00
864 B
864 B
Changelog
Version 0.3.0
- Breaking change: removed
__toString()methods from the model classes. - Breaking change: using camelcase instead of all caps for constants.
- Modified the package layout.
- Updated the package dependencies.
Version 0.2.0
- Added
__toString()methods to the model classes. - Added the
TrackedTimemodel. - Added a user guide based on MkDocs.
- Updated the package dependencies.
Version 0.1.1
- Fixed issue #1: the
PushEvent::jsonSerialize()method returns"TODO"strings.
Version 0.1.0
- Initial release.