Skip to content

Latest commit

 

History

History
531 lines (282 loc) · 26.7 KB

CHANGELOG.md

File metadata and controls

531 lines (282 loc) · 26.7 KB

Changelog

v1.3.0 (2023-09-01)

Full Changelog

Implemented enhancements:

v1.2.0 (2022-11-21)

Full Changelog

Implemented enhancements:

v1.1.1 (2022-10-20)

Full Changelog

Fixed bugs:

v1.1.0 (2022-09-15)

Full Changelog

Implemented enhancements:

Merged pull requests:

v1.0.1 (2022-08-15)

Full Changelog

Fixed bugs:

  • A class must be provided when mounting a model. String values are no longer supported #235
  • Use the class itself in the route generator instead of a string representation #236 (whotwagner)
  • Honor dta auth cookie when using the schema plugin in a main rails project route #233 (00dav00)

v1.0.0 (2022-08-04)

Full Changelog

Breaking changes:

Implemented enhancements:

Closed issues:

  • Uninitialized constant GraphqlDevise #216

Merged pull requests:

v0.18.2 (2022-03-09)

Full Changelog

Implemented enhancements:

  • Silence graphql_definition deprecation warning before suporting GQL 2.0 #217 (janraasch)

v0.18.1 (2022-03-06)

Full Changelog

Deprecated:

v0.18.0 (2022-02-08)

Full Changelog

Implemented enhancements:

Closed issues:

  • Potential Bug For MailHelper #144

v0.17.1 (2021-08-02)

Full Changelog

Implemented enhancements:

Merged pull requests:

v0.17.0 (2021-06-09)

Full Changelog

Implemented enhancements:

  • Another click in confirm account results in error #184
  • Add resendConfirmationWithToken mutation #186 (mcelicalderon)
  • Add register mutation and alternate confirmation flow #185 (mcelicalderon)

Deprecated:

Merged pull requests:

v0.16.0 (2021-05-20)

Full Changelog

Implemented enhancements:

Merged pull requests:

v0.15.0 (2021-05-09)

Full Changelog

Implemented enhancements:

Deprecated:

Merged pull requests:

v0.14.3 (2021-04-28)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • ArgumentError (wrong number of arguments (given 2, expected 0..1)) #169

v0.14.2 (2021-03-08)

Full Changelog

Implemented enhancements:

  • Add config for public introspection query on schema plugin #154 (00dav00)

v0.14.1 (2021-02-11)

Full Changelog

Implemented enhancements:

  • Testing Authenticated Elements #138
  • Add support for GraphQL 1.12 #150 (mengqing)
  • Allow setting current resource in tests #149 (00dav00)

Merged pull requests:

v0.14.0 (2021-01-19)

Full Changelog

Implemented enhancements:

v0.13.6 (2020-12-22)

Full Changelog

Security fixes:

  • Possible security issue with password reset and redirectUrl #136
  • Add redirect whitelist validation to all queries and mutations #140 (mcelicalderon)

v0.13.5 (2020-11-20)

Full Changelog

Implemented enhancements:

  • Fixes connection_config deprecation warning #135 (artplan1)

v0.13.4 (2020-08-16)

Full Changelog

Implemented enhancements:

  • Allow resend of confirmation with unconfirmed email #127 (j15e)

v0.13.3 (2020-08-13)

Full Changelog

Fixed bugs:

  • Fix unconfirmed_email confirmation. Ignore devise reconfirmable config. #126 (mcelicalderon)

v0.13.2 (2020-08-12)

Full Changelog

Fixed bugs:

  • Save resource after generating credentials in resource confirmation #125 (mcelicalderon)

v0.13.1 (2020-07-30)

Full Changelog

Implemented enhancements:

Closed issues:

  • Checking for performed? when mounting into your graphql schema. #110
  • no query string for email reset #104

v0.13.0 (2020-06-23)

Full Changelog

Breaking changes:

Implemented enhancements:

Fixed bugs:

  • CookieOverflow for Own Schema Mount #112
  • Reconfirmable not setting unconfirmed_email #102

v0.12.3 (2020-06-20)

Full Changelog

Implemented enhancements:

v0.12.2 (2020-06-17)

Full Changelog

Breaking changes:

  • Fix set_resource_by_token no mapping error in no eager load envs #107 (mcelicalderon)

Fixed bugs:

  • Separate endpoint url for mailers even if mounting the gem in your own schema #105
  • Devise mapping error #103
  • Use the url where the schema is mounted in emails links #106 (00dav00)

v0.12.1 (2020-06-12)

Full Changelog

Security fixes:

  • Insecure send password reset mutation? #98
  • Avoid returning user information on password reset mutation #100 (00dav00)

v0.12.0 (2020-06-12)

Full Changelog

Implemented enhancements:

v0.11.4 (2020-05-23)

Full Changelog

Implemented enhancements:

  • Do nothing if forgery protection enabled in ApplicationController #93 (mcelicalderon)

v0.11.3 (2020-05-23)

Full Changelog

Implemented enhancements:

  • Default change_headers_on_each_request to false #76
  • Replace the auth model concern on generator execution #53
  • Generator. Use our modules, change defaults #91 (mcelicalderon)

v0.11.2 (2020-05-07)

Full Changelog

Fixed bugs:

v0.11.1 (2020-05-05)

Full Changelog

Implemented enhancements:

  • Add case insensitive fields to sign_up and login #66
  • Honor Devise's case insensitive fields #81 (mcelicalderon)

Fixed bugs:

Closed issues:

  • Get the Mutations going #83
  • Improve docs. Better reference to Devise and DTA. #75

Merged pull requests:

v0.11.0 (2020-04-11)

Full Changelog

Breaking changes:

Implemented enhancements:

Fixed bugs:

v0.10.1 (2020-03-21)

Full Changelog

Fixed bugs:

  • Routes mount_graphql_devise_for with module not work #69
  • Fix mounting models inside another module #70 (mcelicalderon)

v0.10.0 (2020-02-04)

Full Changelog

Implemented enhancements:

v0.9.2 (2020-02-02)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • mutation': Second definition of 'mutation(...)' (GraphqlDevise::Types::MutationType) is invalid #59

Merged pull requests:

v0.9.1 (2019-12-26)

Full Changelog

v0.9.0 (2019-12-26)

Full Changelog

Implemented enhancements:

  • Allow returning auth info as part to the response type #50
  • Return credentials field in login mutation #55 (mcelicalderon)

Fixed bugs:

  • Error when including this gem's controller concern #47
  • Fix concern aliases #54 (mcelicalderon)

v0.8.1 (2019-11-27)

Full Changelog

Fixed bugs:

  • Add dummy query field if none is provided. Works when devise_invitable is loaded #48 (mcelicalderon)

v0.8.0 (2019-11-26)

Full Changelog

Breaking changes:

  • Set standard to use authenticatable per Devise's coding standard. #46 (aarona)

v0.7.0 (2019-11-25)

Full Changelog

Implemented enhancements:

  • Added ResendConfirmation GraphQL method. #35 (aarona)

Fixed bugs:

v0.6.0 (2019-10-30)

Full Changelog

Breaking changes:

v0.5.0 (2019-10-24)

Full Changelog

Implemented enhancements:

v0.4.1 (2019-10-18)

Full Changelog

Fixed bugs:

  • NoMethodError generate_confirmation_token! but not supporting confirmable #24
  • Refactor signUp mutation, fix confirmable disabled #26 (mcelicalderon)

Merged pull requests:

  • Grammar fixes in README.md documentation. #23 (aarona)

v0.4.0 (2019-10-14)

Full Changelog

Implemented enhancements:

v0.3.0 (2019-10-04)

Full Changelog

Breaking changes:

Fixed bugs:

v0.2.0 (2019-09-16)

Full Changelog

Implemented enhancements:

v0.1.1 (2019-08-30)

Full Changelog

Implemented enhancements:

* This Changelog was automatically generated by github_changelog_generator