diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4a076d6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,133 @@ +# Change Log + +## [Unreleased](https://github.com/nicklockwood/FastCoding/tree/HEAD) + +[Full Changelog](https://github.com/nicklockwood/FastCoding/compare/3.2.1...HEAD) + +**Closed issues:** + +- Does it support nested classes? [\#25](https://github.com/nicklockwood/FastCoding/issues/25) +- Graceful handling of serialization schema change [\#22](https://github.com/nicklockwood/FastCoding/issues/22) + +**Merged pull requests:** + +- tvOS support added to podspec [\#24](https://github.com/nicklockwood/FastCoding/pull/24) ([SiarheiFedartsou](https://github.com/SiarheiFedartsou)) + +## [3.2.1](https://github.com/nicklockwood/FastCoding/tree/3.2.1) (2015-04-02) +[Full Changelog](https://github.com/nicklockwood/FastCoding/compare/3.2...3.2.1) + +**Closed issues:** + +- Exception rasied if modified the class's property [\#18](https://github.com/nicklockwood/FastCoding/issues/18) +- remove Object from NSData [\#17](https://github.com/nicklockwood/FastCoding/issues/17) +- NSMutableDictionary with NSNumber keys bug\(reproduces on 32 bit devices only\) [\#15](https://github.com/nicklockwood/FastCoding/issues/15) + +## [3.2](https://github.com/nicklockwood/FastCoding/tree/3.2) (2015-01-30) +[Full Changelog](https://github.com/nicklockwood/FastCoding/compare/3.1.1...3.2) + +**Closed issues:** + +- Using FastCoding to serialize objects for database storage [\#14](https://github.com/nicklockwood/FastCoding/issues/14) +- issues transmitting between 32 bit/64 bit \(and empty NSMutableArray?\) [\#13](https://github.com/nicklockwood/FastCoding/issues/13) +- can i use it with swift type? [\#12](https://github.com/nicklockwood/FastCoding/issues/12) + +**Merged pull requests:** + +- Fixed leak when reading UIColor objects [\#16](https://github.com/nicklockwood/FastCoding/pull/16) ([cipherCOM](https://github.com/cipherCOM)) + +## [3.1.1](https://github.com/nicklockwood/FastCoding/tree/3.1.1) (2014-12-26) +[Full Changelog](https://github.com/nicklockwood/FastCoding/compare/3.1...3.1.1) + +## [3.1](https://github.com/nicklockwood/FastCoding/tree/3.1) (2014-12-09) +[Full Changelog](https://github.com/nicklockwood/FastCoding/compare/3.0.2...3.1) + +## [3.0.2](https://github.com/nicklockwood/FastCoding/tree/3.0.2) (2014-10-23) +[Full Changelog](https://github.com/nicklockwood/FastCoding/compare/3.0.1...3.0.2) + +**Closed issues:** + +- NSDate not aligned [\#9](https://github.com/nicklockwood/FastCoding/issues/9) + +**Merged pull requests:** + +- Include NSMutableString in supported classes [\#11](https://github.com/nicklockwood/FastCoding/pull/11) ([JaSpa](https://github.com/JaSpa)) +- Write stringCount into intended bytes [\#10](https://github.com/nicklockwood/FastCoding/pull/10) ([JaSpa](https://github.com/JaSpa)) + +## [3.0.1](https://github.com/nicklockwood/FastCoding/tree/3.0.1) (2014-09-03) +[Full Changelog](https://github.com/nicklockwood/FastCoding/compare/3.0...3.0.1) + +## [3.0](https://github.com/nicklockwood/FastCoding/tree/3.0) (2014-09-03) +[Full Changelog](https://github.com/nicklockwood/FastCoding/compare/2.3...3.0) + +**Closed issues:** + +- BUG after update to 2.3 [\#8](https://github.com/nicklockwood/FastCoding/issues/8) + +## [2.3](https://github.com/nicklockwood/FastCoding/tree/2.3) (2014-08-20) +[Full Changelog](https://github.com/nicklockwood/FastCoding/compare/2.2...2.3) + +**Merged pull requests:** + +- Update readme to include supported index set chunk types [\#7](https://github.com/nicklockwood/FastCoding/pull/7) ([marcuswestin](https://github.com/marcuswestin)) + +## [2.2](https://github.com/nicklockwood/FastCoding/tree/2.2) (2014-08-01) +[Full Changelog](https://github.com/nicklockwood/FastCoding/compare/2.1.9...2.2) + +**Closed issues:** + +- FCReadObject Crash [\#3](https://github.com/nicklockwood/FastCoding/issues/3) + +**Merged pull requests:** + +- Add support for NSIndexSet and NSMutableIndexSet [\#5](https://github.com/nicklockwood/FastCoding/pull/5) ([marcuswestin](https://github.com/marcuswestin)) + +## [2.1.9](https://github.com/nicklockwood/FastCoding/tree/2.1.9) (2014-05-27) +[Full Changelog](https://github.com/nicklockwood/FastCoding/compare/2.1.8...2.1.9) + +## [2.1.8](https://github.com/nicklockwood/FastCoding/tree/2.1.8) (2014-03-02) +[Full Changelog](https://github.com/nicklockwood/FastCoding/compare/2.1.7...2.1.8) + +**Merged pull requests:** + +- Fix memory leak [\#2](https://github.com/nicklockwood/FastCoding/pull/2) ([madninja](https://github.com/madninja)) + +## [2.1.7](https://github.com/nicklockwood/FastCoding/tree/2.1.7) (2014-01-15) +[Full Changelog](https://github.com/nicklockwood/FastCoding/compare/2.1.6...2.1.7) + +## [2.1.6](https://github.com/nicklockwood/FastCoding/tree/2.1.6) (2014-01-11) +[Full Changelog](https://github.com/nicklockwood/FastCoding/compare/2.1.5...2.1.6) + +## [2.1.5](https://github.com/nicklockwood/FastCoding/tree/2.1.5) (2014-01-03) +[Full Changelog](https://github.com/nicklockwood/FastCoding/compare/2.1.4...2.1.5) + +## [2.1.4](https://github.com/nicklockwood/FastCoding/tree/2.1.4) (2013-12-17) +[Full Changelog](https://github.com/nicklockwood/FastCoding/compare/2.1.3...2.1.4) + +## [2.1.3](https://github.com/nicklockwood/FastCoding/tree/2.1.3) (2013-12-17) +[Full Changelog](https://github.com/nicklockwood/FastCoding/compare/2.1.2...2.1.3) + +## [2.1.2](https://github.com/nicklockwood/FastCoding/tree/2.1.2) (2013-12-15) +[Full Changelog](https://github.com/nicklockwood/FastCoding/compare/2.1.1...2.1.2) + +## [2.1.1](https://github.com/nicklockwood/FastCoding/tree/2.1.1) (2013-12-15) +[Full Changelog](https://github.com/nicklockwood/FastCoding/compare/2.1...2.1.1) + +## [2.1](https://github.com/nicklockwood/FastCoding/tree/2.1) (2013-12-13) +[Full Changelog](https://github.com/nicklockwood/FastCoding/compare/2.0.1...2.1) + +## [2.0.1](https://github.com/nicklockwood/FastCoding/tree/2.0.1) (2013-12-12) +[Full Changelog](https://github.com/nicklockwood/FastCoding/compare/2.0...2.0.1) + +## [2.0](https://github.com/nicklockwood/FastCoding/tree/2.0) (2013-12-12) +[Full Changelog](https://github.com/nicklockwood/FastCoding/compare/1.1...2.0) + +## [1.1](https://github.com/nicklockwood/FastCoding/tree/1.1) (2013-12-11) +[Full Changelog](https://github.com/nicklockwood/FastCoding/compare/1.0.1...1.1) + +## [1.0.1](https://github.com/nicklockwood/FastCoding/tree/1.0.1) (2013-12-10) +[Full Changelog](https://github.com/nicklockwood/FastCoding/compare/1.0...1.0.1) + +## [1.0](https://github.com/nicklockwood/FastCoding/tree/1.0) (2013-12-10) + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file