Skip to content

v0.5.0

Compare
Choose a tag to compare
@jpadilla jpadilla released this 27 Jan 13:55
· 492 commits to master since this release

Upgrading

In your ember-cli project run:

$ ember install:addon [email protected]

Changelog

  • [ENHANCEMENT] Add support for custom headers. Ref #25 @leandrocp
  • [ENHANCEMENT] Add a new configuration passwordField. Ref #26 @leandrocp
  • [ENHANCEMENT] Removed insecure credentials transmission warning. Ref #23 and b9537a2
  • [DOCS] Mention need for HTTPS. Ref 72086a0