lb_commons 1.1.0
lb_commons: ^1.1.0 copied to clipboard
Various components shared between different Logbot SDK modules
1.1.0 #
- CHANGE: update the dependencies.
1.0.6 #
- FEAT: Added
LogbotCommonUtilsservice (moved fromlb_setup);
1.0.5 #
- CHANGE: By default, debug logs are now hidden. User
LogbotCommonEnvironment.enableDebugLogs()to enable them at runtime - CHANGE: Simple logs are now affected by debug logs settings
1.0.4 #
- FEAT: Added
LogbotCommonEnvironmentservice to change some settings of the Logbot SDK during runtime
1.0.3 #
- CHANGE:
applyToParamsmethod now must always return a Future
1.0.2 #
- FEAT: Added ApiClientInterface for BLE Client integration
1.0.1 #
- FEAT: Added example
- FIX: Fixed wrong formatting and lint
1.0.0 #
- FEAT: First release