Skip to content

Releases: Zewo/Zewo

Catching up...

13 Apr 13:15
9fd03a5
Compare
Choose a tag to compare
  • Move to released dependencies for Swift 4.0.x
  • Add some JSONHelpers
  • add microsecs in Logger timestamp
  • fix bug for longer size Bodys
  • not compatible with Swift 4.1

Rise from your grave!

03 Nov 14:00
5ac1c6f
Compare
Choose a tag to compare
Merge pull request #248 from Zewo/swift-4

Swift 4

0.15.0: Fix JSON bug and add JSON schema

09 Jun 05:03
Compare
Choose a tag to compare
* Fix long string values in json parser

This fixes a core issue in the JSON parser, it uses a shared buffer of 8kb to avoid excessive allocations while it null-terminates strings coming from YAJL.

Unfortunately I never actually implemented it properly for values over 8kb as the code never memcpy'd or did anything to actually represent the string.

* add JSONSchema

0.14.0

07 Jun 04:37
Compare
Choose a tag to compare
content improvements

0.13.0

26 May 20:04
Compare
Choose a tag to compare
improve content negotiation

0.12.0

24 May 20:41
Compare
Choose a tag to compare
improve content negotiation

0.11.0

24 May 04:32
Compare
Choose a tag to compare
create Content modules

0.10.2

24 May 03:06
Compare
Choose a tag to compare
fix bug in hexString

0.10.1

24 May 02:53
Compare
Choose a tag to compare
fix more warnings

0.10.0

24 May 02:48
Compare
Choose a tag to compare
fix warnings