1.0.4 (2016-09-26)
1.0.3 (2016-09-13)
- migrations keep exports and class name same
- Update adonis-fold as peer dependency
- Update adonis-fold
- case: the folder name should be lowercase(3bfb241)
- middleware:authinit: inject view when binding to IoC container(56de662)
- middleware:authinit: make sure currentUser is accessible to all views and requests(3065580)
- package: remove adonis-fold old dependency and fix package name(b59f754)
- serializer:database: fix typo errors(6fb2b9f)
- authenticator:api: add api authenticator(3c9438d)
- authenticator:basicAuth: implement basic auth authenticator(6b92bea)
- authenticator:jwt: implement jwt authenticator(7044e93)
- authenticator:session: implement session authenticator and it's tests(ac0cd62)
- authmanager: bind auth manager to the Ioc container(53990e7)
- commands: add command to create migrations and models(eda99f1)
- commands: add command to create migrations and models(ba80fe1)
- middleware: add required middleware(831a803)
- package: add coveralls hook(1e53c45)
- serializer: add Lucid serializer(8c53318)
- serializer: initiate Database serializer(eadb70d)
- serializer:database: add database serializer(6d9313e)
- serializer:lucid: add methods to retrieve tokens(908d8dc)
- util: add support for date diff(a489109)