Skip to content

Latest commit

 

History

History
108 lines (66 loc) · 7.01 KB

CHANGELOG.md

File metadata and controls

108 lines (66 loc) · 7.01 KB

This project adheres to Semantic Versioning.

Change Log

Version 0.11.0-beta02 (2021-04-08)

  • Update: Replace deprecated kotlin-android-extensions with kotlin-parcelize 181820b

  • Update: Set fragment reference not found log level from error to warning 7c94b0a

  • Update: Bump gradle from 4.1.2 to 4.1.3 49f69cd

Version 0.11.0-beta01 (2021-03-10)

  • Update: Default FragmentPatcher log level from debug to verbose 90e8a19

  • Update: Bump kotlin from 1.4.0 to 1.4.31 7991132

  • Update: Bump gradle from 4.0.1 to 4.1.2 c6aa302

Version 0.11.0-alpha03 (2021-02-24)

  • Update: Bump compile and target SDK from 29 to 30 18c670

  • New: Open QueryContainerBuilder for extension #116

Version 0.11.0-alpha02 (2020-08-21)

  • Update: Revert minimum sdk from 21 to 17 for library module #112

  • Update: Bump kotlin version from 1.3.72 to 1.4.0 f918c7

  • Update: Bump gradle from 4.0.0 to 4.0.1 3c6496

Version 0.11.0-alpha01 (2020-06-28)

  • Update: Refactor of graph request converter to reflect method signature changes in retrofit 2.9.0

  • Update: Refactor GraphConverter signature and expose constructor aff4ab5

  • New: Add new persisted query hash calculator and errors to new packages and minor class signature changes with deprecation warnings on old classes 175e40caf619fa

  • Update: Refactor GraphProcessor and add deprecation warning to singleton factory #71278f292 & bd6fe97

  • New: Add abstract contract for a files discovery plugin #71c6dfa15

  • New: Add new logger facade contracts for full control over logger #593202ec6 & fcf329e

  • Breaking: Bump minimum sdk version from API 17 to API 21 90ec67f

  • Update: Rewrite sample app, migrate to github api 8ce9257

  • New: Migrate to buildSrc and bump retrofit to 2.9.0 cff0fd8

  • Update: Bump gradle from 3.6.3 to 4.0.0 #104

  • Update: Bump mockk from 1.9.3 to 1.10.0 #95

Version 0.10.3 (2020-04-16)

  • New: Add Logger for library #53
  • New: Add standard extensions Map<String, Object> to GraphError #90
  • Update: gradle from 3.6.1 to 3.6.2 #88
  • Update: kotlin from 1.3.70 to 1.3.71 0c9864e

Version 0.10.2 (2019-09-16)

  • Update: mockk from 1.9 to 1.9.3 #24
  • Update: kotlin-gradle-plugin from 1.3.41 to 1.3.50 #39
  • Update: retrofit from 2.6.0 to 2.6.1 #31
  • Update: gradle from 3.4.2 to 3.5.0 #38
  • Update: target & compile sdk from 28 to 29 8bd43c2

Version 0.10.1 (2019-06-05)

  • New: Add class to build fragment Strings to be appended to a query #4
  • New: Wire up the new fragment patching logic to the GraphProcessor #5
  • New: Allow fragments to be defined in their own files for reuse #10
  • Fix: Support externalized fragment definitions on all operations not just query #19

Version 0.9.1 (2019-03-28)

  • Fix: Default R8/ProGuard rules for library model classes #7

Version 0.9 (2019-03-20)

Version 0.8 (2019-01-10)

  • Fix: Remove AndroidX artifact from library #2

Version 0.7 (2019-01-08)

  • New: Support for custom GSON added #1