You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request dingo#158 from lucasmichot/conditional-request
[Bugfix] : Disable conditional request feature outside API and does not overwrite existing ETag
Fixed bug where the request was not set on the transformer prior to d…
…ispatching request. Fixesdingo#101.
Signed-off-by: Jason Lewis <[email protected]>
Transformable classes can now be bound by an interface instead of man…
…ually registering. Fixesdingo#34.
Signed-off-by: Jason Lewis <[email protected]>