Skip to content

Commit a01d274

Browse files
author
Baris Sencan
committed
Merge pull request #28 from skywinder/add-change-log-file
Add automatically generated change log file.
2 parents 5b1e21a + f24af30 commit a01d274

File tree

1 file changed

+109
-0
lines changed

1 file changed

+109
-0
lines changed

CHANGELOG.md

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
# Change Log
2+
3+
## [1.5.0](https://github.com/isair/JSONHelper/tree/1.5.0) (2015-04-04)
4+
5+
[Full Changelog](https://github.com/isair/JSONHelper/compare/1.4.2...1.5.0)
6+
7+
**Merged pull requests:**
8+
9+
- Switch to a single operator [\#27](https://github.com/isair/JSONHelper/pull/27) ([isair](https://github.com/isair))
10+
11+
## [1.4.2](https://github.com/isair/JSONHelper/tree/1.4.2) (2015-04-02)
12+
13+
[Full Changelog](https://github.com/isair/JSONHelper/compare/1.4.1...1.4.2)
14+
15+
**Closed issues:**
16+
17+
- Please share a scheme for Carthage [\#25](https://github.com/isair/JSONHelper/issues/25)
18+
19+
- Nested Objects ? [\#22](https://github.com/isair/JSONHelper/issues/22)
20+
21+
**Merged pull requests:**
22+
23+
- Improve compatibility for Carthage [\#26](https://github.com/isair/JSONHelper/pull/26) ([lexrus](https://github.com/lexrus))
24+
25+
- Revert "Adding support for dictionaries, in addition to arrays" [\#21](https://github.com/isair/JSONHelper/pull/21) ([isair](https://github.com/isair))
26+
27+
- Adding support for dictionaries, in addition to arrays [\#20](https://github.com/isair/JSONHelper/pull/20) ([mabedan](https://github.com/mabedan))
28+
29+
## [1.4.1](https://github.com/isair/JSONHelper/tree/1.4.1) (2015-01-26)
30+
31+
[Full Changelog](https://github.com/isair/JSONHelper/compare/1.4.0...1.4.1)
32+
33+
**Merged pull requests:**
34+
35+
- Add dynamic framework target [\#19](https://github.com/isair/JSONHelper/pull/19) ([isair](https://github.com/isair))
36+
37+
- Better readme [\#17](https://github.com/isair/JSONHelper/pull/17) ([isair](https://github.com/isair))
38+
39+
## [1.4.0](https://github.com/isair/JSONHelper/tree/1.4.0) (2014-11-13)
40+
41+
[Full Changelog](https://github.com/isair/JSONHelper/compare/1.3.2...1.4.0)
42+
43+
**Implemented enhancements:**
44+
45+
- Customizable Error Reporting [\#2](https://github.com/isair/JSONHelper/issues/2)
46+
47+
**Fixed bugs:**
48+
49+
- Xcode 6.1 beta compile errors [\#5](https://github.com/isair/JSONHelper/issues/5)
50+
51+
**Merged pull requests:**
52+
53+
- 1.4.0 [\#13](https://github.com/isair/JSONHelper/pull/13) ([isair](https://github.com/isair))
54+
55+
- waffle.io Badge [\#12](https://github.com/isair/JSONHelper/pull/12) ([waffle-iron](https://github.com/waffle-iron))
56+
57+
- Add a Gitter chat badge to README.md [\#11](https://github.com/isair/JSONHelper/pull/11) ([gitter-badger](https://github.com/gitter-badger))
58+
59+
- - Handle special case where we want an Int, but the JSON returns a String [\#9](https://github.com/isair/JSONHelper/pull/9) ([sgruby](https://github.com/sgruby))
60+
61+
## [1.3.2](https://github.com/isair/JSONHelper/tree/1.3.2) (2014-10-18)
62+
63+
[Full Changelog](https://github.com/isair/JSONHelper/compare/1.3.1...1.3.2)
64+
65+
**Merged pull requests:**
66+
67+
- Fixes Xcode 6.1 optional inits, fixes unit test error messages [\#8](https://github.com/isair/JSONHelper/pull/8) ([tyrone-sudeium](https://github.com/tyrone-sudeium))
68+
69+
## [1.3.1](https://github.com/isair/JSONHelper/tree/1.3.1) (2014-10-01)
70+
71+
[Full Changelog](https://github.com/isair/JSONHelper/compare/1.3.0...1.3.1)
72+
73+
**Merged pull requests:**
74+
75+
- NSDate deserialization from numbers. [\#6](https://github.com/isair/JSONHelper/pull/6) ([tyrone-sudeium](https://github.com/tyrone-sudeium))
76+
77+
## [1.3.0](https://github.com/isair/JSONHelper/tree/1.3.0) (2014-09-17)
78+
79+
[Full Changelog](https://github.com/isair/JSONHelper/compare/1.2.0...1.3.0)
80+
81+
**Implemented enhancements:**
82+
83+
- Date & URL Deserialization [\#3](https://github.com/isair/JSONHelper/issues/3)
84+
85+
## [1.2.0](https://github.com/isair/JSONHelper/tree/1.2.0) (2014-09-05)
86+
87+
[Full Changelog](https://github.com/isair/JSONHelper/compare/1.1.0...1.2.0)
88+
89+
**Implemented enhancements:**
90+
91+
- JSON String Parsing [\#4](https://github.com/isair/JSONHelper/issues/4)
92+
93+
## [1.1.0](https://github.com/isair/JSONHelper/tree/1.1.0) (2014-09-03)
94+
95+
[Full Changelog](https://github.com/isair/JSONHelper/compare/1.0.1...1.1.0)
96+
97+
**Implemented enhancements:**
98+
99+
- Non-Optional Deserialization [\#1](https://github.com/isair/JSONHelper/issues/1)
100+
101+
## [1.0.1](https://github.com/isair/JSONHelper/tree/1.0.1) (2014-08-29)
102+
103+
[Full Changelog](https://github.com/isair/JSONHelper/compare/1.0.0...1.0.1)
104+
105+
## [1.0.0](https://github.com/isair/JSONHelper/tree/1.0.0) (2014-08-29)
106+
107+
108+
109+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)