Skip to content

First release of updated package

Compare
Choose a tag to compare
@oformaniuk oformaniuk released this 27 Apr 09:14
· 138 commits to master since this release
c8c8d67
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