You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix crash with URLSession automatic session registration - #31, thanks to Ivan Lisovyi
ConsoleView, NetworkView, and PinsView are no longer wrapped into NavigationView by default. It gives you more integration options. For example, you can now push a ConsoleView into your own UINavigationControllers (or NavigationViews).
Add onDismiss parameter to MainViewController and MainView 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 from storeMessage (LoggerStore) and add default parameters for file, function