Skip to content

Releases: cookpad/Puree-Swift

5.3.0

04 Oct 11:41
a57dff7
Compare
Choose a tag to compare
  • Introduce BufferedOutput.sendBufferedLog #39

5.2.0: Merge pull request #36 from hiragram/bump-version

09 Feb 05:50
82b7887
Compare
Choose a tag to compare

Add chunkDataSizeLimit to BufferedOutput.Configuration.

5.1.3

27 Oct 10:50
bdabaad
Compare
Choose a tag to compare

5.1.2

31 Aug 06:48
Compare
Choose a tag to compare

5.1.1

15 May 08:25
Compare
Choose a tag to compare
  • Support Github Actions #28
  • Support Swift Package Manager #29

5.1.0

01 May 11:13
58c3377
Compare
Choose a tag to compare

Compatibility warning

You have to migrate to a new API.
Use InstantiatableFilter / InstantiatableOutput instead of Filter / Output.

import Puree
struct YourLogFilter: InstantiatableFilter {
    let tagPattern: TagPattern

    init(tagPattern: TagPattern, options: FilterOptions?) {
        self.tagPattern = tagPattern
    }
}

Swift 5

05 Apr 09:34
7854e0c
Compare
Choose a tag to compare

4.0.2

15 Jan 08:07
abe62b4
Compare
Choose a tag to compare

4.0.1

11 Jan 08:25
2a4ce65
Compare
Choose a tag to compare

4.0.0

31 Oct 06:50
0477970
Compare
Choose a tag to compare