Skip to content
This repository has been archived by the owner on Jan 16, 2020. It is now read-only.

1.0.7

Latest
Compare
Choose a tag to compare
@mateuszStaruchowicz mateuszStaruchowicz released this 26 Feb 10:04
· 4 commits to master since this release
API version 0.13

Added:

  • CouponComponent has now option to be removed from internal storage. See documentation
  • AvailableLanguages gain ability to save() them in persistent storage, read saved by saved() method and remove() stored data. See documentation
  • AnalyticsItem gain ability to save() them in persistent storage, read saved by saved() method and remove() stored data. See documentation
  • Beacon gain ability to save() them in persistent storage, read saved by saved() method and remove() stored data. See documentation
  • Channel gain ability to save() them in persistent storage, read saved by saved() method and remove() stored data. See documentation
  • Geofence gain ability to save() them in persistent storage, read saved by saved() method and remove() stored data. See documentation
  • FormComponent gain ability to save() them in persistent storage, read saved by saved() method and remove() stored data. See documentation
  • RatingComponent gain ability to save() them in persistent storage, read saved by saved() method and remove() stored data. See documentation
  • SeenChannels gain ability to save() them in persistent storage, read saved by saved() method and remove() stored data. See documentation

Changed:

  • CouponComponent save() and saved() methods was change for throwable functions. See documentation