Skip to content

Releases: FluidGroup/JAYSON

2.5.0

28 Oct 11:17
59e9a66
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.0...2.5.0

2.4.0: Introduce `JSON.contains` (#22)

10 Jun 10:44
14c6f0f
Compare
Choose a tag to compare

Number of PRs : 2

tag number of PRs
Breaking change 2

Group: Enhancement (2)

  • Introduce JSON.contains #22 by @muukii
    • Breaking change
  • Delete dynamic member lookup #21 by @muukii
    • Breaking change

Other (0)


Generated by chglog

2.3.0

26 Dec 15:42
Compare
Choose a tag to compare

Supports Codable

2.2.0

06 Jul 14:22
763bf8a
Compare
Choose a tag to compare

Number of PRs : 2

tag number of PRs

Group: Enhancement (1)

Other (1)


Generated by chglog ;

Supports DynamicMemberLookup

06 Dec 09:31
Compare
Choose a tag to compare
2.1.0

Update podspec

More

08 Nov 05:20
Compare
Choose a tag to compare
2.0.0

Update podspec

Swift4.2 Xcode10

14 Sep 04:13
Compare
Choose a tag to compare
1.5.0

Update Podspec

Support AppExtensions

28 Dec 11:58
Compare
Choose a tag to compare
1.3.1

Update target for AppExtension

1.0.0

05 Mar 03:45
Compare
Choose a tag to compare

import JAYSON

let json = JSON()

Improve Performance

18 Oct 17:21
Compare
Choose a tag to compare

Reduced dynamic cast

source as? [String : Any] -> source as? NSDictionary
source as? [Any] -> source as? NSArray