Releases: TrackableEntities/EntityFrameworkCore.Scaffolding.Handlebars
Releases · TrackableEntities/EntityFrameworkCore.Scaffolding.Handlebars
v3.6.0
Includes the following issues / pull requests:
- #94 , #97 Update to EF Core 3.1.
v3.5.1
Includes the following issues / pull requests:
- #89 , #90 Update HbsCSharpDbContextGenerator to emit transformed entityType.Name
v3.5.0
Includes the following issues / pull requests:
- #88 , #55 Exclude tables, Use embedded templates, Supply TemplateData
v3.0.0
Includes the following issues / pull requests:
- #67, #86 Update to EF Core 3.0.
v3.0-preview8
Includes the following issues / pull requests:
- #67, #86 Update to EF Core 3.0-preview8
v2.1.1
Includes the following issues / pull requests:
- #81, #81 Resolve IHbsBlockHelperService
v2.1.0
Includes the following issues / pull requests:
- #63, #75 Make TypeScript Imports Distinct
- #70, #74 Add Handlebars Block helpers support
v2.0.0
Includes the following issues / pull requests:
#62 Add Typescript scaffolding
v1.7.2
This release is based on EF Core 2.2. It includes the following issues / pull requests:
#54 Make navigation properties virtual
v1.7.1
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