Skip to content

Releases: YusukeHosonuma/SwiftPrettyPrint

1.4.0 - Hyouka

21 May 06:25
1ad0d60
Compare
Choose a tag to compare

Feature

Bug fix

1.3.0 - The Heike Story

03 May 09:10
65b8a43
Compare
Choose a tag to compare

Feature


Full Changes are here: 1.2.0...1.3.0

1.2.0 - Humanity Has Declined

11 Feb 05:29
9346df0
Compare
Choose a tag to compare

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)

SwiftPrettyPrint 1.2.0 をリリースしました。

1.1.0 - Penguin Highway

22 Dec 14:46
017c537
Compare
Choose a tag to compare

This release includes two integrations, LLDB and Combine.

Blog article (japanese):

1.0.0 - MADE IN ABYSS

03 Apr 00:53
Compare
Choose a tag to compare

1st official release 🎉

0.0.7 - Maruruku

01 Apr 04:20
Compare
Choose a tag to compare
0.0.7 - Maruruku Pre-release
Pre-release
  • support Date, CustomStringConvertible and CustomDebugStringConvertible ( #99 )
  • uniform API naming ( #104 #108 )
  • delete Xcode snippets ( #109 )
  • internal improvements e.g. organize tests

0.0.6 - Bondorudo

24 Mar 03:43
Compare
Choose a tag to compare
0.0.6 - Bondorudo Pre-release
Pre-release
  • support prefix and label ( #77 #85 )
  • support enum that has associated values ( #79 )
  • support Set
  • support Linux.
  • improve pretty format ( #92 #96 )
  • bugfix for ValueObject and Optional<URL> ( #97 )

0.0.5 - Reg

15 Mar 08:35
Compare
Choose a tag to compare
0.0.5 - Reg Pre-release
Pre-release
  • support tupple ( #69 )
  • support enum ( #70 )
  • support output to any target ( #71 )
  • add code snippets ( #71 )
  • support multiple-values and separator ( #75 )

0.0.4 - Habo-san

11 Mar 07:35
Compare
Choose a tag to compare
0.0.4 - Habo-san Pre-release
Pre-release

0.0.3 - Raiza

23 Feb 06:07
a80d588
Compare
Choose a tag to compare
0.0.3 - Raiza Pre-release
Pre-release
  • add OSS logo ( #30 )
  • add format option ( #29 )
  • support some basic-type ( #24 )
  • support nested struct partially ( #26 )
  • add example project of cocoapods ( #21 )
  • many improvement for develop