Releases: YusukeHosonuma/SwiftPrettyPrint
Releases · YusukeHosonuma/SwiftPrettyPrint
1.4.0 - Hyouka
1.3.0 - The Heike Story
Feature
- Support for UIResponder and its subclasses (#161). Thanks @heoblitz!
- ANSI color support for console output (#165, #168, #173, #177). Thanks @dankinsoid!
- Support splatting methods (#166). Thanks @dankinsoid!
- Swift Web Assembly Support (#167). Thanks @fjtrujy!
- Add pretty-print method to
View
of SwiftUI(#176). Thanks @YusukeHosonuma!
Full Changes are here: 1.2.0...1.3.0
1.2.0 - Humanity Has Declined
Feature
- Terminal integration with ANSI-Colored.
- Output to external log files when running on iOS simulator or macOS.
- See the README more details.
Bugfix
- Ignore global label when LLDB command
_p
and_pp
.
Blog article (Japanese)
1.1.0 - Penguin Highway
This release includes two integrations, LLDB and Combine.
Blog article (japanese):
1.0.0 - MADE IN ABYSS
1st official release 🎉
0.0.7 - Maruruku
0.0.6 - Bondorudo
0.0.5 - Reg
0.0.4 - Habo-san
- add operator-based API ( #65 )
- API perfect safety ( #48 )
- support
URL
( #43 ) - fix indent bug ( #68 )
- many internal improvements!!