Skip to content

Releases: TrackableEntities/EntityFrameworkCore.Scaffolding.Handlebars

v3.6.0

06 Jan 03:02
Compare
Choose a tag to compare

Includes the following issues / pull requests:

  • #94 , #97 Update to EF Core 3.1.

v3.5.1

15 Dec 22:03
Compare
Choose a tag to compare

Includes the following issues / pull requests:

  • #89 , #90 Update HbsCSharpDbContextGenerator to emit transformed entityType.Name

v3.5.0

18 Oct 15:56
34562a5
Compare
Choose a tag to compare

Includes the following issues / pull requests:

  • #88 , #55 Exclude tables, Use embedded templates, Supply TemplateData

v3.0.0

14 Oct 16:04
07281a7
Compare
Choose a tag to compare

Includes the following issues / pull requests:

  • #67, #86 Update to EF Core 3.0.

v3.0-preview8

26 Aug 00:37
Compare
Choose a tag to compare
v3.0-preview8 Pre-release
Pre-release

Includes the following issues / pull requests:

  • #67, #86 Update to EF Core 3.0-preview8

v2.1.1

05 Aug 16:07
Compare
Choose a tag to compare

Includes the following issues / pull requests:

  • #81, #81 Resolve IHbsBlockHelperService

v2.1.0

19 Jul 15:17
Compare
Choose a tag to compare

Includes the following issues / pull requests:

  • #63, #75 Make TypeScript Imports Distinct
  • #70, #74 Add Handlebars Block helpers support

v2.0.0

25 Jun 00:15
Compare
Choose a tag to compare

Includes the following issues / pull requests:
#62 Add Typescript scaffolding

v1.7.2

06 Jan 14:42
Compare
Choose a tag to compare

This release is based on EF Core 2.2. It includes the following issues / pull requests:

#54 Make navigation properties virtual

v1.7.1

05 Jan 19:03
Compare
Choose a tag to compare

This release is based on EF Core 2.2. It includes the following issues / pull requests:

#29 Extend OnModelCreating with Partial Method
#32 Constructors missing
#48 Add OnModelCreatingExt partial method to generated DbContext (fixes #29)
#49 Make context argument of Handlebars helper method strongly typed
#50 Add DbContext constructor partial template (fixes #32)
#51 Update tests to add DbContext ctor
#52 Add Web API project to sample
#53 Fix AddHandlebarsScaffolding