Skip to content

Commit

Permalink
Version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Aug 22, 2021
1 parent 2ddaee4 commit ae850ff
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Pulse 0.x

## Pulse 0.16.0

*21 Aug, 2021*

- Fix crash with URLSession automatic session registration - [#31](https://github.com/kean/Pulse/pull/31), thanks to [Ivan Lisovyi](https://github.com/ivanlisovyi)
- `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
- 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

## Pulse 0.15.3

*7 Jul, 2021*
Expand Down
8 changes: 4 additions & 4 deletions Pulse.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.15.3;
MARKETING_VERSION = 0.16.0;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.pulse;
PRODUCT_NAME = "Pulse iOS";
SWIFT_VERSION = 5.0;
Expand All @@ -1093,7 +1093,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.15.3;
MARKETING_VERSION = 0.16.0;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.pulse;
PRODUCT_NAME = "Pulse iOS";
SWIFT_VERSION = 5.0;
Expand All @@ -1118,7 +1118,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 0.15.3;
MARKETING_VERSION = 0.16.0;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.pulse;
PRODUCT_NAME = Pulse;
SDKROOT = macosx;
Expand All @@ -1143,7 +1143,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 11.0;
MARKETING_VERSION = 0.15.3;
MARKETING_VERSION = 0.16.0;
PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.pulse;
PRODUCT_NAME = Pulse;
SDKROOT = macosx;
Expand Down

0 comments on commit ae850ff

Please sign in to comment.