Releases: airbnb/mavericks
Releases Β· airbnb/mavericks
v3.0.10
Commits
- e88e8be: Fixes a bug that cannot use custom scope viewModel in mvrx-compose. (#712) (μ μ±λ―Ό) #712
- 9e999be: feat : Compose - collectAsStateWithLifecycle (#714) (Julien) #714
- e920c4b: Log a better error message that contains the type of the state class that could not be persisted for easier debugging. (#720) (Andreas Rossbacher) #720
- 97988eb: Add optional coroutine context support to collectAsState/collectAsStateWithLifecycle (#722) (henni) #722
- 3eca6a8: update git ignore (Eli Hart) #724
- 5db3b61: update gradle (Eli Hart) #724
- d28a5ca: Update dependency versions (Eli Hart) #724
- 749333f: suppress compose compiler warning (Eli Hart) #724
- e4c6e5d: Prepare for release 3.0.10 (Eli Hart)
3.0.9
3.0.8
3.0.7
v3.0.6
v3.0.5
v3.0.4
v3.0.3
v3.0.2
Commits
- b5e70de: Prepare for release 3.0.1 (#655) (Eli Hart) #655
- 52764df: Improve releasing instructions (#656) (Eli Hart) #656
- 58ca1ce: Print fqn of classes in error messages as with obfuscation the simple name might just be "a" and it might be shared by many other classes making the error messages not really actionable. (#657) (Andreas Rossbacher) #657
- ef1a26a: R8 full mode rule update (#658) (Andreas Rossbacher) #658
- 2640899: Point to a standard license URL in POM (#663) (Eric Labelle) #663
- 3bbb625: Wrap subscription action with lifecycle
whenStarted
(#665) (Ivan Savytskyi) #665 - 7c03368: Prepare for release 3.0.2 (Andreas Rossbacher)
v3.0.1
- Fix issue where
mavericks-common
module was not published to maven in 3.0.0 - Improve automated releasing