Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@endel endel released this 19 Jul 19:40
· 5 commits to master since this release
  • oauth now returns credentials key when logging-in.
  • update package manager to support new composer-alpha10 syntaxes
  • fix decoding query parameters with like operations (like %b)
  • introduced Message class and Mail::message method.
  • new handy embed_img/embed helpers for mail templating
  • upgrade illuminate components from v4.x to v5.x (#147)
  • introduced bulk insert feature. (#120)
  • support "has many through" feature. (#145)
  • introduced built-in trusted role, with access to auths.
  • support multiple role names per action by collection on security.yaml (#149)
  • skip migration of created_at/updated_at/deleted_at attributes.
  • introduced custom login handling through auths observer.