2.2 KiB
2.2 KiB
Changelog
Unpublished
🛠 Breaking changes
🎉 New features
🐛 Bug fixes
6.0.0 — 2020-11-17
🛠 Breaking changes
- Removed
org.unimodules.core.InvalidArgumentException
. Please use its coded version,org.unimodules.core.errors.InvalidArgumentException
, instead. (#9961 by @sjchmiela)
🐛 Bug fixes
- Fixed the
DoNotStrip
annotation not working with classes. (#10421 by @lukmccall)
5.5.0 — 2020-08-11
🎉 New features
- Expo modules applying
unimodules-core.gradle
now automatically depend onunimodule-test-core
project in Android test flavors if thesrc/test
directory exists in the module project. (In packages published to NPM the directory should not be present, so there's no need to change anything in users' projects.) (#8881 by @mczernek) - App delegates can now handle background URL session events via
application:handleEventsForBackgroundURLSession:completionHandler:
method on iOS. (#8599 by @lukmccall)
5.3.0 — 2020-05-29
🐛 Bug fixes
- Fixed a bug in
UMAppDelegateWrapper
when it's used with Swift. (#8526 by @EvanBacon)
5.2.0 — 2020-05-27
🐛 Bug fixes
- Fixed error when serializing a
Map
containing anull
(#8153 by @sjchmiela) - Fixed unused variable warnings in
UMAppDelegateWrapper
(#8467 by @sjchmiela)
5.1.1 - 2020-05-05
🛠 Breaking changes
🎉 New features
🐛 Bug fixes
- Fixed a rare undetermined behavior that may have been a result of misuse of
dispatch_once_t
on iOS (#7576 by @sjchmiela) - Fixed error when serializing a
Map
containing aBundle
(#8068 by @sjchmiela)