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

2.0 features #27

Closed
13 tasks done
xpepermint opened this issue Sep 5, 2018 · 3 comments
Closed
13 tasks done

2.0 features #27

xpepermint opened this issue Sep 5, 2018 · 3 comments
Assignees

Comments

@xpepermint
Copy link
Member

xpepermint commented Sep 5, 2018

  • Remove predefined field types (users should define them manually).
  • Remove predefined validators (users should define them manually).
  • Remove predefined handlers (users should define them manually).
  • Fix Model.toValue() method (broken after last merge) - add populate(... raw: true) to not reinitialize the models.
  • Fix Field.cast() method (broken after last merge).
  • Resolve Field setter and getter recursion issue.
  • Consider Model.root and Model.parent as methods.
  • Consider all protected variables and methods as a single protected variable (e.g. nested class instance)
  • Performance and package size optimization.
  • Use decorators.
  • Refactor to monorepo.
  • Refactor documentation.
  • Write validator and handler packages.
@xpepermint xpepermint self-assigned this Sep 5, 2018
This was referenced Sep 5, 2018
@davision
Copy link
Contributor

Decorators!

@xpepermint
Copy link
Member Author

Done!

@xpepermint
Copy link
Member Author

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

No branches or pull requests

2 participants