Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 562 Bytes

CHANGELOG.md

File metadata and controls

21 lines (16 loc) · 562 Bytes

CHANGELOG

2.2.0

- Add support to 2.2 PostcardCreator REST endpoint (2.0 is Gone).
- Better new lines handling

2.0.0

- Add support to the new 2.0 PostcardCreator REST endpoint

0.1.0

- BC: API change of the `Client.sendPostcard` and introduction of a `Postcard` object.
  This new object is responsible of the layout rendering. Can be overrided to change the default template.

0.0.2

- Fix error when no credentials is given
- added support to register new user
- more tests

0.0.1

- Initial version