Skip to content

Releases: pekkah/tanka-graphql

3.0.0

27 May 07:33
433a993
Compare
Choose a tag to compare

Major release after couple of years of development.

New major features and changes

  • New pipeline based execution model similar to ASP.NET Core execution model
  • Roslyn based source generation
  • New WebSocket protocol implementation matching the https://github.com/enisdenjo/graphql-ws
  • New samples for the server and source generator
  • Experimental support for "@OneOf" -directive
  • Delegates and subscribers and resolvers
  • New simplified type system using the graphql language
  • Lots of possibilities for customization

What's Changed

Full Changelog: 2.0.1...3.0.0

2.0.1

14 Jun 07:16
439bf3e
Compare
Choose a tag to compare

Bugs

  • Fix #842 Initializing schema from SDL breaks when using scalar in Input Objects

2.0.0

07 Mar 11:29
5f028d9
Compare
Choose a tag to compare

Features

Docs: https://pekkah.github.io/tanka-graphql/2.0.0/

1.0.3

21 Feb 15:26
243ed88
Compare
Choose a tag to compare
Migrate generator (#484)

* Migrate generator with integration tests

1.0.2

10 Feb 08:17
Compare
Choose a tag to compare

Fixes

  • Union types are not merged (#475)

1.0.1

05 Feb 18:35
ea62821
Compare
Choose a tag to compare
Updated object dictionary converter (#474)

* Cleaned up object dictionary json converter
* Try to fix the gh-pages issue, part 1

1.0.0

29 Jan 16:18
1002a31
Compare
Choose a tag to compare
build(deps-dev): bump tslint in /src/graphql.server.link (#459)

Bumps [tslint](https://github.com/palantir/tslint) from 5.20.1 to 6.0.0.
- [Release notes](https://github.com/palantir/tslint/releases)
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/palantir/tslint/compare/5.20.1...6.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

1.0.0-rc

28 Jan 17:59
7130d28
Compare
Choose a tag to compare
1.0.0-rc Pre-release
Pre-release
Prepare for 1.0.0 (#462)

* Apply MIT license
* Update readme

0.15.0

30 Dec 18:33
6c8585c
Compare
Choose a tag to compare
Add extension method for getting InputObject argument value when valu…

0.14.0

17 Dec 19:56
Compare
Choose a tag to compare
  • Separated ScalarType from undelying IValueConverter
  • SchemaTools.Make* -methods now allow passing in list of converters which add/replace the value converters used for same named scalars