This repository was archived by the owner on Mar 16, 2026. It is now read-only.
Releases: google/observable
Releases · google/observable
Release list
0.15.0: Refactor of list diffing
0.15.0
- Added the
Differinterface, as well asEqualityDiffer - Refactored list diffing into a
ListDiffer - Added concept of
ChangeRecord.ANYandChangeRecord.NONE- Low-GC ways to expression "something/nothing" changed
- Refactored
ListChangeRecord- Added named constructors for common use cases
- Added equality and hashCode checks
- Added
ListChangeRecord.applyto apply a change record
- Added missing
@overrideannotations to satisfyannotate_overrides