Skip to content

Releases: SimonCropp/GraphQL.EntityFramework

3.2.0

26 Jan 09:12
c44b8b5

Choose a tag to compare

As part of this release we had 614 commits which resulted in 2 issues being closed.

Improvements

  • #101 Increase ExpressionBuilder and WhereExpression[Graph] access from internal to public
  • #97 Bump Microsoft.EntityFrameworkCore from 2.2.2 to 2.2.3

3.1.0

26 Jan 09:12

Choose a tag to compare

As part of this release we had 617 commits which resulted in 1 issue being closed.

Improvement

  • #93 Add support for Async filters

3.0.0

26 Jan 09:12

Choose a tag to compare

As part of this release we had 628 commits which resulted in 1 issue being closed.

Improvement

  • #92 RegisterInContainer now takes an IModel

2.0.0

26 Jan 09:12

Choose a tag to compare

As part of this release we had 1 issue closed.

Improvement

  • #91 Make global filters instance based

1.12.0

26 Jan 09:12

Choose a tag to compare

As part of this release we had 2 issues closed.

Improvements

  • #84 Bump Microsoft.EntityFrameworkCore.SqlServer from 2.2.1 to 2.2.2
  • #83 Bump Microsoft.EntityFrameworkCore from 2.2.1 to 2.2.2

1.10.0

26 Jan 09:12

Choose a tag to compare

As part of this release we had 677 commits which resulted in 2 issues being closed.

Improvements

  • #75 Make argument processer public
  • #69 Make ArgumentProcessor public or release as separate library.

1.9.2

26 Jan 09:12

Choose a tag to compare

As part of this release we had 688 commits which resulted in 1 issue being closed.

Improvement

  • #68 Performance improvements through reflection and expression caching

1.9.1

26 Jan 09:12

Choose a tag to compare

As part of this release we had 700 commits which resulted in 2 issues being closed.

Improvements

  • #66 add fix for filtering nullable types
  • #65 Error when writing In comparison on nullable type.

1.7.1

26 Jan 09:11

Choose a tag to compare

As part of this release we had 717 commits which resulted in 1 issue being closed.

Improvement

  • #59 Use SingleOrDefaultAsync instead of FirstOrDefaultAsync in AddSingleField

1.7.0

26 Jan 09:11

Choose a tag to compare

As part of this release we had 727 commits which resulted in 1 issue being closed.

Improvement

  • #51 Update to EF 2.2.1