We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11d863 commit 59f85e3Copy full SHA for 59f85e3
CHANGELOG.md
@@ -0,0 +1,12 @@
1
+# `SHModelObject` Changelog
2
+
3
+## 1.0.8
4
5
+### New Features
6
7
+1. `SHModelObject` now supports automatic parsing of instance variables which are also of type `SHModelObject`
8
+2. `SHModelObject` now supports parsing arrays of objects which are of type `SHModelObject` based on the mapping provided
9
10
+### Refactoring
11
12
+1. removed the use of mapping dictionary for date conversion. `SHModelObject` parses the dates based on the instance variable types.
0 commit comments