Releases: doubleleft/hook
Releases · doubleleft/hook
v0.4.0
- 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 andMail::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 toauths
. - 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.
v0.3.0
- improved relationship configs
- built-in collection security configs
- fixed returning strings on aggregated collection methods
- fixed duplicated 'lock_attributes' on schema cache
- fix auto-migrating collections on update calls
- allow to configure auth token expiration time on config.yaml
- fix output of 'keys' and 'modules' to CLI
- added template engine to be used with
Module::template()->compile()
- added
Context::unsafe()
method to enforce unsafe collection operations. - exposed
orWhere
method for client-side implementation - allow 'falsy' default values on schema builder (#121)
- added handy
App::url()
method to generate urls with credentials. (#122)
v0.1.1
First stable version
v0.1.0 Merge branch 'master' of github.com:doubleleft/dl-api