Skip to content

Latest commit

 

History

History
56 lines (29 loc) · 1.29 KB

CHANGES.md

File metadata and controls

56 lines (29 loc) · 1.29 KB

Changes

1.0.3

encode social profile urls for user objects

1.0.2

  • fix NPE when errors have no data 30

1.0.1

  • send custom company attributes on update

  • fix NPE when company has no plan on update

  • invalidate setSessionCount on Company 27

1.0.0

  • removed tag methods requiring collections

  • handle non-json error entities from server

0.1.0

  • support untag of users and companies

  • renamed of current page and page methods on collections (breaking)

0.0.5

  • fix bulk user tagging when using fully populated users 13
  • add client side validation of events 14
  • fix npe when updating users 15

0.0.4

  • send false boolean values for user updates 8

0.0.3

  • only send allowed fields when adding a company to a user 7

0.0.2

  • add toString methods on some classes

0.0.1

  • fix bintray publication task (was sending empty jars)

0.0.0

  • initial client