- Changed graphql-loader to graphql-load to have more control
- Use http instead of meteor to make Facebook login.
- Fix bug with
tmeasday:check-npm-versions
.
- Use orionsoft:graphql-loader to initialize package.
- Add user field to LoginMethodResponse #23.
- Use async in all mutations.
- Add plainPassword option to createUser.
- Make
SchemaMutations
,SchemaTypes
andResolvers
functions that receive options.
To migrate change:
SchemaMutations
toSchemaMutations()
SchemaTypes
toSchemaTypes()
Resolvers
toResolvers()
- Login with linkedin.
- Fix destroyToken in logout.
- Fix error throwing on
loginWithPassword
.
- Fix production
standard-minifier-js
error.
- Add some oauth dependencies to only require installation of accounts-xx.
- Fix oauth login not throwing errors.
- Add
accounts-password
to weak dependencies.
- Fix
Mutation.createUser defined in resolvers, but not in schema
- Don't use graphql-compiler
- Add conditional to password service mutations.
- Pass login method in error message when user tries to log in with the incorrect service.
- Conditional mutation if service is installed
- Accounts facebook
- Accounts google