Skip to content

Latest commit

 

History

History
83 lines (63 loc) · 3.24 KB

CHANGELOG.md

File metadata and controls

83 lines (63 loc) · 3.24 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • Delegate Non-implemented methods of Resources into the baseResources by Serghei Ceacal
  • Upgrade Kotlin to version 1.3.61
  • Upgrade Kluent to version 1.60
  • Upgrade Gradle to version 6.1.1

2019-12-16 Github Diff

Added

  • Support for texts attributes from style by Ilya Ghirici
  • Improve how Text Resources Ids are read from attributes creating the new extension Context.getStringResourceId() by Valerii Turcan

Breaking changes

  • ViewTransformer#setTextIfExists has been removed

2019-11-07 Github Diff

Added

  • Add Resources#getText(id: Int, def: CharSequence) support

2019-09-03 Github Diff

Added

  • AppCompact from AndroidX Project

Changed

  • Migrate to AndroidX
  • Upgrade ViewPump to version 2.0.3

Removed

  • AppCompact from the old Android Support library

2019-09-03 Github Diff

Added

  • A CHANGELOG.md File to track every new change on the library by Jc Miñarro
  • Add String Array Support by Maxim Bircu

2019-08-08 Github Diff

Added

Removed

  • com.ibm.icu:icu4j Dependency

2019-07-18 Github Diff

Added

  • Android Plurals support by Serghei Oleinicenco
  • com.ibm.icu:icu4j Dependency to support plural on Old Android API Versions

2018-08-04 Github Diff

Added

  • Robolectric framework to test cross multiple Android API Versions by Jc Miñarro

Fixed

  • Crash when checking if a view is Toolbar in Android version lower than Lolipop by Jc Miñarro

2018-07-05 Initial version