We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87fdd8e commit f2a5a67Copy full SHA for f2a5a67
CHANGELOG.md
@@ -1,6 +1,19 @@
1
### Unreleased
2
3
-### 1.0.0.rc1 - 2023-02-05
+### 1.0.0.rc1 - 2023-02-06
4
+
5
+* Added the `@specifiedBy` directive
6
+* Added request extensions
7
+* Base controller and base channel
8
+* An easy to use [GraphiQL](https://github.com/graphql/graphiql) view
9
+* A brand new inline type creator
10
+* Organized several method names to follow one single patter
11
+* Several fixes to events and callbacks
12
+* Fixes for source hooks
13
+* Fixes for scoped arguments
14
+* Docs now available on the [website](https://www.rails-graphql.dev/)
15
16
+### 1.0.0.beta - 2023-01-23
17
18
* Brand new parser, way faster than the previous one and 12x faster than the original gem
19
* Subscriptions are now available using ActionCable
0 commit comments