Releases: AndiLavera/mochi
V0.3.1
V0.2.1
Quick fix in the recoverable module.
V0.2.0
This update brings a couple new modules & a new CLI syntax. You will no longer include the model name as User
is the only supported name now. The new syntax is mochi g module orm
so mochi g invitable granite
if you would like to add invitable to a granite based user class.
I also added 2 new modules, invitable & lockable. You can read about it in the main readme. I will update the api docs & gitbook next.
Release 0.1.0
Mochi is released! This is more of a demo as I know some people want to begin playing around.
Nuances to be aware of:
- Recoverable module is working but does not currently send out an email. The email method is initializing the register email class as a placeholder right now
- Omniauthable does not currently support Google or VK. This will be fixed in the next release
- Recoverable manual installation guide is not available yet
- No API docs are up, this will be fixed soon