Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New features and improvements #39

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open

Conversation

cr0hn
Copy link

@cr0hn cr0hn commented Aug 26, 2016

  • 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 added 21 commits March 23, 2016 16:19
Added new property to extract all descriptions for the fields and a function to get single description value
Added new description field. It'll be useful to build UI to get additional information about each field meaning
* 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.
fix: type check in List
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant