Skip to content

Commit

Permalink
Merge pull request #191 from YusukeHosonuma/update-readme
Browse files Browse the repository at this point in the history
update: README
  • Loading branch information
YusukeHosonuma authored May 19, 2022
2 parents 557e1d8 + e35e9b4 commit 0c8dede
Showing 1 changed file with 29 additions and 10 deletions.
39 changes: 29 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,40 @@ SwiftPrettyPrint gives **Human-readable outputs** than `print()`, `debugPrint()`
## Features πŸš€

- Style
- βœ… Single-line
- βœ… Multi-line
- [x] Single-line
- [x] Multi-line
- Integration
- βœ… LLDB
- βœ… Terminal
- βœ… Combine
- [x] LLDB
- [x] Terminal
- [x] Combine
- [ ] RxSwift
- Package Manager
- βœ… Swift Package Manager
- βœ… CocoaPods
- βœ… Carthage
- [x] Swift Package Manager
- [x] CocoaPods
- [x] Carthage
- OS Support
- βœ… Apple platforms
- βœ… Linux
- [x] Apple platforms
- [x] Linux
- [ ] Windows
- SwiftUI Property-wrapper
- [x] `@AppStorage`
- [x] `@Binding`
- [x] `@Environment `
- [x] `@EnvironmentObject`
- [x] `@FetchRequest` (Property-wrapper name only)
- [x] `@FocusedBinding`
- [x] `@FocusedState` (Property-wrapper name only)
- [x] `@FocusedValue`
- [x] `@GestureState`
- [x] `@Namespace`
- [x] `@ObservedObject `
- [x] `@Published`
- [x] `@ScaledMetric`
- [x] `@SceneStorage` (Support types are limited only `URL`, `Int`, `Double`, `String` and `Bool`)
- [x] `@State`
- [x] `@StateObject`
- [x] `@UIApplicationDelegateAdaptor` (Property-wrapper name only)
- [x] `@NSApplicationDelegateAdaptor` (Property-wrapper name only)

## Table of Contents πŸ“–

Expand Down

0 comments on commit 0c8dede

Please sign in to comment.