forked from absinthe-graphql/absinthe_relay
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
- Loading branch information
Showing
8 changed files
with
272 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
# CHANGELOG | ||
|
||
## 1.3.0 | ||
### Status: Beta | ||
|
||
- Enhancement: Added `Absinthe.Relay.Node.ParseIDs`. Use it instead of | ||
- Breaking Change: The functions in the `Connection` module that produce connections | ||
now return `{:ok, connection}` or `{:error, reason}` as they do internal error handling | ||
of connection related arguments | ||
|
||
- Enhancement: Added `Absinthe.Relay.Node.ParseIDs` middleware. Use it instead of | ||
`Absinthe.Relay.Helpers.parsing_node_ids/2`, which will be removed in a future | ||
release. | ||
- Enhancement: Allow multiple possible node types when parsing node IDs. | ||
(Thanks, @avitex.) | ||
- Bug Fix: Handle errors when parsing multiple arguments for node IDs more | ||
gracefully. (Thanks to @avitex and @dpehrson.) | ||
gracefully. (Thanks to @avitex and @dpehrson.) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.