diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0fa827b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,92 @@ +# Change Log + +## [2.2.2](https://github.com/nicklockwood/AutoCoding/tree/2.2.2) (2016-06-21) +[Full Changelog](https://github.com/nicklockwood/AutoCoding/compare/2.2.1...2.2.2) + +**Closed issues:** + +- Silence the "no call to super init" warning with this line [\#26](https://github.com/nicklockwood/AutoCoding/issues/26) +- Convenience initializer missing a 'self' call to another initializer [\#25](https://github.com/nicklockwood/AutoCoding/issues/25) +- ReadMe suggests using a deprecated method [\#23](https://github.com/nicklockwood/AutoCoding/issues/23) +- Method names on NSObject+AutoCoding should be prefixed [\#21](https://github.com/nicklockwood/AutoCoding/issues/21) + +**Merged pull requests:** + +- an dictionary -\> a dictionary [\#20](https://github.com/nicklockwood/AutoCoding/pull/20) ([rounak](https://github.com/rounak)) +- Added check for NSNull pointer types being assigned by json parsing f… [\#19](https://github.com/nicklockwood/AutoCoding/pull/19) ([rohitggarg](https://github.com/rohitggarg)) + +## [2.2.1](https://github.com/nicklockwood/AutoCoding/tree/2.2.1) (2014-11-13) +[Full Changelog](https://github.com/nicklockwood/AutoCoding/compare/2.2...2.2.1) + +## [2.2](https://github.com/nicklockwood/AutoCoding/tree/2.2) (2014-03-24) +[Full Changelog](https://github.com/nicklockwood/AutoCoding/compare/2.1...2.2) + +**Closed issues:** + +- Add suport for @dynamic synthesizers [\#11](https://github.com/nicklockwood/AutoCoding/issues/11) +- AutoCoding causes crash when using Core Animation [\#7](https://github.com/nicklockwood/AutoCoding/issues/7) + +**Merged pull requests:** + +- Update AutoCoding.m [\#9](https://github.com/nicklockwood/AutoCoding/pull/9) ([Abeansits](https://github.com/Abeansits)) + +## [2.1](https://github.com/nicklockwood/AutoCoding/tree/2.1) (2013-12-25) +[Full Changelog](https://github.com/nicklockwood/AutoCoding/compare/2.0.3...2.1) + +## [2.0.3](https://github.com/nicklockwood/AutoCoding/tree/2.0.3) (2013-09-28) +[Full Changelog](https://github.com/nicklockwood/AutoCoding/compare/2.0.2...2.0.3) + +**Closed issues:** + +- hi [\#5](https://github.com/nicklockwood/AutoCoding/issues/5) + +## [2.0.2](https://github.com/nicklockwood/AutoCoding/tree/2.0.2) (2013-04-24) +[Full Changelog](https://github.com/nicklockwood/AutoCoding/compare/2.0.1...2.0.2) + +**Closed issues:** + +- CocoaPods specs not updated [\#4](https://github.com/nicklockwood/AutoCoding/issues/4) + +## [2.0.1](https://github.com/nicklockwood/AutoCoding/tree/2.0.1) (2013-04-10) +[Full Changelog](https://github.com/nicklockwood/AutoCoding/compare/2.0...2.0.1) + +## [2.0](https://github.com/nicklockwood/AutoCoding/tree/2.0) (2013-03-27) +[Full Changelog](https://github.com/nicklockwood/AutoCoding/compare/1.3.1...2.0) + +## [1.3.1](https://github.com/nicklockwood/AutoCoding/tree/1.3.1) (2013-03-13) +[Full Changelog](https://github.com/nicklockwood/AutoCoding/compare/1.3...1.3.1) + +**Closed issues:** + +- Exception when using with Core Data [\#3](https://github.com/nicklockwood/AutoCoding/issues/3) + +## [1.3](https://github.com/nicklockwood/AutoCoding/tree/1.3) (2012-12-18) +[Full Changelog](https://github.com/nicklockwood/AutoCoding/compare/1.2.1...1.3) + +**Closed issues:** + +- A nil member variable will cause a crash when saving it. [\#2](https://github.com/nicklockwood/AutoCoding/issues/2) + +## [1.2.1](https://github.com/nicklockwood/AutoCoding/tree/1.2.1) (2012-09-17) +[Full Changelog](https://github.com/nicklockwood/AutoCoding/compare/1.2...1.2.1) + +## [1.2](https://github.com/nicklockwood/AutoCoding/tree/1.2) (2012-07-15) +[Full Changelog](https://github.com/nicklockwood/AutoCoding/compare/1.1.2...1.2) + +## [1.1.2](https://github.com/nicklockwood/AutoCoding/tree/1.1.2) (2012-05-25) +[Full Changelog](https://github.com/nicklockwood/AutoCoding/compare/1.1.1...1.1.2) + +## [1.1.1](https://github.com/nicklockwood/AutoCoding/tree/1.1.1) (2012-03-25) +[Full Changelog](https://github.com/nicklockwood/AutoCoding/compare/1.1...1.1.1) + +## [1.1](https://github.com/nicklockwood/AutoCoding/tree/1.1) (2012-03-01) +[Full Changelog](https://github.com/nicklockwood/AutoCoding/compare/1.0...1.1) + +**Merged pull requests:** + +- Use passed parameter instead of hardcoded value [\#1](https://github.com/nicklockwood/AutoCoding/pull/1) ([egold](https://github.com/egold)) + +## [1.0](https://github.com/nicklockwood/AutoCoding/tree/1.0) (2012-02-08) + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file