Skip to content

Latest commit

 

History

History
executable file
·
74 lines (45 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

executable file
·
74 lines (45 loc) · 1.52 KB

Changelog

Version 0.4.9

2023-07-27

  • Update version upstreaming unmerged fixes

Version 0.4.8

2023-07-18

  • Fixes Rx Kotlin nulls issue

Version 0.4.7

2021-02-06

  • Add support for AndroidX

Version 0.4.6

2021-02-08

Version 0.4.5

2018-12-19

  • Breaking change: API classes renamed with "Java" prefixes. Class names and AutoService annotations will need to be updated
  • Added Kotlin-prefixed API classes modules for generating Kotlin views

Version 0.3.0

2018-12-03

Version 0.2.2

2018-11-07

  • Note: This is the final version that uses the non-AndroidX Support Library
  • Annotate underlying setOnClickListener(listener) method param as @Nullable to match AOSP
  • Dependency updates including using Support Library, Kotlin, RxJava, and RxBinding

Version 0.2.1

2018-07-01

  • Separated core artist functionality into a module

Version 0.2.0

2018-04-23

  • Breaking change: Removed TraitProvider in favor of annotating with AutoService(Trait.class)
  • ViewStencilProvider and ArtistRxConfig implementations can also be annotated with AutoService

Version 0.1.0

2017-12-11

  • Initial release