Skip to content

Releases: AndiLavera/mochi

V0.3.1

06 Jul 01:36
a22455b
Compare
Choose a tag to compare
v0.3.1

Version Bump 0.3.1 (#30)

V0.2.1

12 Mar 17:19
Compare
Choose a tag to compare

Quick fix in the recoverable module.

V0.2.0

05 Mar 22:14
Compare
Choose a tag to compare

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

16 Feb 16:11
Compare
Choose a tag to compare

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