Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Latest commit

 

History

History
59 lines (42 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

59 lines (42 loc) · 1.94 KB

Change Log

Version 2.3.0 (1 June 2018)

  • Support other rx return types (i.e. Flowable, Single, Maybe, Completable)
  • Rename autoCancel to autoDispose

Version 2.2.0 (27 May 2018)

  • Now the library doesn't depend on gson to parse data
  • Add GsonJsonParser and MoshiJsonParser

Version 2.1.0 (6 May 2018)

  • Remove Uri-to-MultipartBody feature
  • Rename some files and class members

Version 1.11.0 (20 Oct 2017)

  • New: Add autoCancel(LifecycleOwner, Lifecycle.Event) for cancelling call until specific event occurs
  • Fix: keypath parsing issue

Version 1.10.0 (20 Oct 2017)

  • Api changes: SimpleApiClient.Config.isMockDataEnabled is renamed to SimpleApiClient.Config.isMockResponseEnabled

Version 1.9.0 (15 Oct 2017)

  • New: Add @ResponseKeyPath for successful response parsing
  • New: Add errorMessageKeyPath for error response parsing
  • Api changes: @Image is refactored to @MultiPart which add mime type parameter
  • Fix: Mock reponse parsing now will not throw error when use @Unwrap

Version 1.8.0 (9 Oct 2017)

  • Api changes: Demote ApiClientConfig to SimpleApiClient.Config

Version 1.7.0 (9 Oct 2017)

  • Api changes: Error model type should be set via SimpleApierrorClass

Version 1.6.2 (8 Oct 2017)

  • Fix: No default parameter value for retry delaySeconds

Version 1.6.1 (8 Oct 2017)

  • Fix: Wrong wording

Version 1.6.0 (8 Oct 2017)

  • New: Support custom JSON parser

Version 1.5.0 (7 Oct 2017)

  • New: Support mock response status

Version 1.4.1 (7 Oct 2017)

  • Fix: Return correct error for status code 500..599

Version 1.4.0 (6 Oct 2017)

  • New: Data mocking support

Version 1.3.0 (5 Oct 2017)

  • Fix: observe() now return Cancellable

Version 1.2.0 (5 Oct 2017)

  • Fix: Rename autoDispose() to autoCancel()

Version 1.1.0 (4 Oct 2017)

  • New: Add enableStetho, logLevel and certificatePins configs