Skip to content

Releases: oformaniuk/Handlebars.Net

1.3.8

13 Jul 16:55
8244de5

Choose a tag to compare

Changes

Bug Fixes 🐛

  • Fix index increment for Enumerable data @zjklee (#35)

Contributors

@zjklee

1.3.7

18 Jun 00:14
44a0e36

Choose a tag to compare

Changes

Features 🚀

  • Legacy helper naming support @zjklee (#33)
  • Implement MissingHelper feature @zjklee (#21)

Contributors

@zjklee

Ensure binaries for all supported targets included

12 Jun 14:02
86f6a72

Choose a tag to compare

Merge pull request #28 from zjklee/feature/update-ci

Simplify CI; Reduce dependencies; Ensure package contains everything; Add strong name

Support for `net451` and proper Helper late binding

11 Jun 13:31
f4cadea

Choose a tag to compare

Issues:

  • RegisterHelper is obsolete, but what's the replacement code? (/issues/23)
  • Support lower .NET Framework version net451 (/issues/22)
  • Implement proper late binding for Helpers (/pull/20)

Passing proper context to helpers

31 May 12:06
e90d908

Choose a tag to compare

Fixed bug with passing invalid context to HandlebarsHelper and HandlebarsReturnHelper

Fix versioning in NuGet

30 May 23:31
c8f17e0

Choose a tag to compare

Due to previous versioning misstate need to increase version.

Improved performance + fix CompileFast on Unix

30 May 23:26
c8f17e0

Choose a tag to compare

Fix `value` variable leaking from `BindingContext`

18 May 15:24
a4c3c39

Choose a tag to compare

Fixed:

  • #7 - Unexisting variable named value produces strange result

Fix problem with `InternalsVisible` attribute

27 Apr 10:43
f8b699c

Choose a tag to compare

Merge pull request #5 from zjklee/fix/internalsvisible

Remove `InternalsVisible` attribute

First release of updated package

27 Apr 09:14
c8c8d67

Choose a tag to compare

dotnet add package Handlebars.CSharp --version 1.0.1

What's inside (inspired by Handlebars-Net/issues/294):

  • Build/Publish

    • migrate to Github Actions for CI
    • introduce CD (publish new ‘beta’ version on each push to ‘master’)
    • integrate with SonarCloud (code quality check automation)
  • fixes to multiple Github issues from rexm/Handlebars.Net:

  • global refactoring (without backing changes to the public API)

  • improvements to extensibility

  • performance improvements (depends on template complexity):
      - 2-10x compilation time improvement 
      - 2-10x execution time improvement 
      - up to 10x less memory consumption during compilation and execution