Skip to content

Releases: anton-novikau/boringYURI

2.0.1

04 Oct 17:39
64bcc00
Compare
Choose a tag to compare
  • Fix generating imports for types in TypeAdapterFactory with KSP.
  • Fix signing maven artifacts (Bug #40).

2.0.0

10 Sep 23:02
82912d6
Compare
Choose a tag to compare

1.2.2

15 Oct 09:17
dbc62f2
Compare
Choose a tag to compare
  • Migrate project structure to kts.
  • Migrate dependencies declaration to libs.versions.toml.
  • Upgrade dependencies.
  • Configure CI pipelines (Issue #5).

1.2.1

18 Apr 16:50
31ec81a
Compare
Choose a tag to compare
  • Add multi-round incremental processing support for Dagger module annotation processor (Bug #26).
  • Add multi-round incremental processing support for TypeAdapterFactory annotation processor.
  • Upgrade dependencies.

1.2.0

06 Jan 00:05
484bf15
Compare
Choose a tag to compare
  • Add support of inheritance in independent Uri data classes (Issue #20).
  • Remove support of ordered path segments in favor of named path segments (Issue #22).
  • Add @Override annotations to the generated getter methods in independent Uri data classes.
  • Upgrade the dependencies.

1.1.4

24 Oct 19:11
79144e0
Compare
Choose a tag to compare
  • Fix duplicates handling in Uri path segments (Bug #21).
  • Deprecate ordered path segments.
  • Upgrade dependencies

1.1.3

03 Jan 22:12
2793c89
Compare
Choose a tag to compare
  • Add support of UriMatcher with either user defined matcher codes or automatically generated ones (Issue #15).
  • Add ability to disable a Uri in UriMatcher for a specific build type of a product flavor.
  • Add ability to provide a custom name to a Uri data class associated with the builder method.
  • Upgrade the dependencies.

1.1.2

30 Jun 08:34
cc49967
Compare
Choose a tag to compare
  • Add support of arrays in query parameters (Issue #12)
  • Add support of repeated constant query parameters with the same name.
  • Fix getter modifiers for constant query parameters (Bug #13)

1.1.1

30 Jun 08:33
Compare
Choose a tag to compare
  • Add @DefaultValue support for query parameters and path segments.

1.1.0

30 Jun 08:33
ad3ae86
Compare
Choose a tag to compare
  • Add support of the named path segments in Uri factories and Uri data classes.
  • Improve validation and compilation error/warning messages.
  • Use TypeAdapterFactory with instance cache for BoringTypeAdapters.
  • Add Dagger support to Uri factory classes.
  • Add annotation processor options to configure Boring Yuri's processors.