Skip to content

Releases: ibireme/YYModel

Support pseudo generic class with protocol name, bug fixes

13 Jun 16:20
Compare
Choose a tag to compare
  • Support pseudo generic class with protocol name (similar to JSONModel)
  • Support especial keypath (such as ".ext" "a...b") in some situation: #112
  • Fix typo

Support more date format

21 Apr 06:49
Compare
Choose a tag to compare
  • Added millisecond support to date parsing

Add more custom transform method, bug fixes

21 Apr 06:48
Compare
Choose a tag to compare
  • Add custom transform method before the default json to model
  • Fix wrong model description for NSDictionary #62
  • Fix wrong result when the property's type is id #60

Add method for class info update

21 Apr 06:42
Compare
Choose a tag to compare
  • Add needUpdate method for YYClassInfo
  • Update the model meta info after YYClassInfo updated

First release, stable API

21 Apr 06:40
Compare
Choose a tag to compare
  • Bug fixes
  • Add unit testing
  • Swift api compatibility