hawk v2.0.0-Alpha Release Notes
-
- ๐ Rx support is removed
- ๐ Chain option is removed
- Facebook conceal is added as crypto provider
- ๐ Async operations are removed
- ๐ EncryptionMethod is removed, as default it's encrypted and fallback to no encryption mode if the crypto is not available
- NoEncryption option is available through setEncryption out of box
- ๐ LogLevel is removed. All log messages are delegated to LogInterceptor, thus you can intercept and print it. Otherwise all log messages will be ignored.
- ๐ All abstraction layers are pluggable. (Converter, Parser, Encryption, Serializer, Storage)
- ๐ Sqlite option is removed.
- Init is super fast now, no need to async operation.