Releases: fumeapp/modeltyper
Releases · fumeapp/modeltyper
decimal support
v1.0.14 ✨ add type decimal
attempt at a point type
v1.0.13 🚧 more attempts for a point type
ignore custom fields
allow geogis setups
back to booleans
0|1 was a result of not properly casting - properly cast booleans
support MoprhMany
- support MoprhMany
snake case and proper booleans
- append snake case to relationships to match json responses (activeDep to active_dep)
- change booleans to match the actual results which are
0
or1
since true/false get converted into strings
morph support
polymorph relationship support thanks to @tcampbPPU
Nullable detection for columns and relations
v1.0.7 🎨 update to readme to reflect nullable detection
another array fix
v1.0.6 ♻️ another array fix
support for json
v1.0.5 🔧 accomodate for json