- update to Angular 17+
- update to Ionic 7
- update to Angular 16
- update to Angular 15
- update to Angular 14
- update to Angular 13
- update to Ionic 6
- update to Angular 12
- update to Angular 11
- update to Angular 10
- logMessagesChanged does no longer emit the last added message
- LoggingViewerModal component provides now by default a delete button for deleting the existing messages.
The button can be hidden using the
allowClearLogs
parameter.
- update to Angular 9
- update to Angular 8
- update to Angular 7
With version 6, these breaking changes were introduced:
- update to Angular 6 (instead of 5)
- no usage of ionic-configuration-service any more
- import of
LoggingServiceModule
- move logging configuration from
src/assets/settings.json
toenvironments/environment.ts
- import of
LoggingServiceModule
- load configuration in your
AppModule