Skip to content

v1.0.3

Compare
Choose a tag to compare
@kristijorgji kristijorgji released this 13 Jun 15:45
· 2 commits to main since this release
  • improve fromJson exported public function to read json int,float,bool values as corresponding int,float,bool golang types.
  • deprecate and stop support for fromJson to parse strings into int,float,bool. If you want to insert bool into db, don't have json like "public": "true" but have correct json "public": true. Same goes for int and floats