booby icon indicating copy to clipboard operation
booby copied to clipboard

New features and improvements

Open cr0hn opened this issue 7 years ago • 0 comments

  • Added new type: URL.
  • Added new property to fields: Description.
  • Added the optional use os UstraJSON, ultra fast JSON serializer.
  • Added 'properties' classmethod to Models. With it, you can get the fields defined in a Model, without instantiate it.
  • Improved validation. Now, types derived from basic types has strong checks: int, fload, bool, string, list.
  • Improved compatibility with Python 3.

cr0hn avatar Aug 26 '16 10:08 cr0hn