Skip to content

Commit 7d0fbc0

Browse files
committed
update README and screenshot
1 parent 2740179 commit 7d0fbc0

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
[![Build
66
Status](https://travis-ci.org/insanoid/SwiftyJSONAccelerator.svg?branch=master)](https://travis-ci.org/insanoid/SwiftyJSONAccelerator) [![codecov](https://codecov.io/gh/insanoid/SwiftyJSONAccelerator/branch/master/graph/badge.svg)](https://codecov.io/gh/insanoid/SwiftyJSONAccelerator)
77

8+
**Version v1.2.0 Released!**
9+
10+
- Now supports [Marshal](https://github.com/utahiosmac/Marshal)! One of the fastest JSONSerialisation class out there! [(Read more)](https://github.com/bwhiteley/JSONShootout)
11+
- Set `class` as `final`.
12+
- `init` marked as `required` by default for `class`.
13+
814
**Version v1.1.0 Released!**
915

1016
- Now generates the correct option `struct` and `class` based on what was selected.
@@ -18,15 +24,16 @@ Status](https://travis-ci.org/insanoid/SwiftyJSONAccelerator.svg?branch=master)]
1824

1925
## Download/Installing
2026

21-
- Download the repo, install pods and run the project!
22-
- [Download the .app(v1.1.0)](https://github.com/insanoid/SwiftyJSONAccelerator/releases/download/v1.1.0/SwiftyJSONAccelerator.zip).0/SwiftyJSONAccelerator.zip)
27+
- **Option 1:** Download the repo, install pods and run the project!
28+
- **Option 2:** [Download the .app(v1.2.0)](https://github.com/insanoid/SwiftyJSONAccelerator/releases/download/v1.2.0/SwiftyJSONAccelerator.zip)
2329

2430
A swift model generator like the Objective-C [JSONAccelerator](http://nerdery.com/json-accelerator). Formats and generates models for the given JSON and also breaks them into files making it easy to manage and share between several models.
2531

2632
The models that are generated depend on JSON object mapping libraries, currently the model can be generated to depend on any of the below mentioned mapping libraries:
2733

2834
- [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON)
2935
- [Hearst-DD/ObjectMapper](https://github.com/Hearst-DD/ObjectMapper)
36+
- [Marshal](https://github.com/utahiosmac/Marshal)
3037

3138
Currently, the pattern is very similar to its Objective-C counterpart. It generates classes with following properties.
3239

preview.png

1.69 KB
Loading

0 commit comments

Comments
 (0)