- Fix crash with
URLSession
automatic session registration - #31, thanks to Ivan Lisovyi ConsoleView
,NetworkView
, andPinsView
are no longer wrapped intoNavigationView
by default. It gives you more integration options. For example, you can now push aConsoleView
into your ownUINavigationControllers
(orNavigationViews
).- Add
onDismiss
parameter toMainViewController
andMainView
to show a close button when the screens are presented modally - Make
PinsView
initializer public - Make Pulse compatible with earlier Xcode versions (at least down to Xcode 12.4)
- [iOS] Add a "Remove Messages" button diretly to the console
- Remove
date
parameter fromstoreMessage
(LoggerStore
) and add default parameters for file, function