Skip to content

Releases: Swift-Yah/JSONStub

Fix Mappable extension

30 Mar 05:58
Compare
Choose a tag to compare

It's need to make it public.

Refactor String extension

30 Mar 04:58
Compare
Choose a tag to compare

To add fileString() method that it will be in charge of return the file as string.

Separate Mappable from ImmutableMappable

30 Mar 04:31
Compare
Choose a tag to compare

To each one of them implement one way of init?(fromFileName file: String).

Separate customer initializers of Mappable's

30 Mar 04:17
Compare
Choose a tag to compare

Separate BaseMappable from ImmutableMappable.

Use BaseMappable instead Mappable

29 Mar 11:04
Compare
Choose a tag to compare

To make it work with Mappable and ImmutableMappable instances.

Add Core implementation

25 Oct 19:50
Compare
Choose a tag to compare

Add ability to create Mappable instances from json files.