@justeat/f-braze-adapter
Advanced tools
Comparing version 4.2.0 to 5.0.0
@@ -7,2 +7,13 @@ # Changelog | ||
v5.0.0 | ||
------------------------------ | ||
*February 23, 2022* | ||
### Changed | ||
- **Breaking Change** `logWhileInitialising` function and test in line with new log interface. Make sure to use this.$log instead of this.$logger for this version to work. | ||
### Removed | ||
- local logging service. | ||
v4.2.0 | ||
@@ -9,0 +20,0 @@ ------------------------------ |
{ | ||
"name": "@justeat/f-braze-adapter", | ||
"description": "Fozzie Metadata Service", | ||
"version": "4.2.0", | ||
"version": "5.0.0", | ||
"main": "dist/f-braze-adapter.umd.js", | ||
@@ -64,3 +64,3 @@ "module": "dist/f-braze-adapter.es.js", | ||
}, | ||
"gitHead": "3a3b58d386e592355459d478e2cd250bcc4e7152" | ||
"gitHead": "092b35322628653639f08e460bb394f981511173" | ||
} |
@@ -144,13 +144,2 @@ <div align="center"> | ||
#### `config.loggerCallbacks` | ||
A dictionary of functions that should accept the parameters: | ||
* `level` String - one of (`logInfo`|`logWarn`|`logError`) | ||
* `message` String - A useful log message | ||
* `payload` Object - Any other relevant info for logging | ||
This will be used to log out any information from the service. In a later version it will also be set up as a log target | ||
for the braze SDK, based on the `enableLogging` configuration value. | ||
## Migration to v2 | ||
@@ -157,0 +146,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
192507
676
172