Skip to content

Releases: Stillpoint-Software/hyperbee.templating

v3.2.0

09 May 17:28
fe8c6d5
Compare
Choose a tag to compare

What's Changed

[FEATURE]: Add XS Token Expression Provider (#79)

  • Adds a new expression provider leveraging Hyperbee.XS for template processing.
  • Introduces a CompileLambda delegate for customizing lambda compilation.
  • Implements a MemberTypeResolver to handle member access within expressions, supporting properties, generic methods and indexers on

Full Changelog: v3.1.0...v3.2.0

v3.1.0

01 May 17:06
caeda90
Compare
Choose a tag to compare

What's Changed

  • #75 [FEATURE]: Improve template configuration by @bfarmer67
    Render and Resolve methods have been moved to the static class Template
    Update:
    var parser = new TemplateParser(...); 
    parser.Render()
    
    With:
    Template.Render(...)
    

Full Changelog: v3.0.2...v3.1.0

v3.0.2

14 Apr 13:22
c6b175c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

17 Feb 12:56
6184546
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

19 Dec 16:57
Compare
Choose a tag to compare

What's Changed

  • [FEATURE]: Add more unit tests by @github-actions in #26
  • [FEATURE]: Change compile method by @github-actions in #28
  • [FEATURE]: Simplify template expression syntax by @github-actions in #31
  • [FEATURE]: Implement AssemblyLoadContext by @github-actions in #33
  • [FEATURE]: Rename options token members by @github-actions in #35
  • Bump NSubstitute from 5.1.0 to 5.3.0 by @dependabot in #42
  • Bump MSTest.TestAdapter from 3.5.2 to 3.6.1 by @dependabot in #41
  • Bump MSTest.TestFramework from 3.5.2 to 3.6.1 by @dependabot in #40
  • Bump Microsoft.NET.Test.Sdk from 17.11.0 to 17.11.1 by @dependabot in #37
  • Update test.yml by @varndellwagglebee in #45
  • Bump MSTest.TestAdapter from 3.6.1 to 3.6.2 by @dependabot in #43
  • Bump MSTest.TestFramework from 3.6.1 to 3.6.2 by @dependabot in #44
  • [FEATURE]: Add foreach looping by @github-actions in #14
  • Updated to .net 9 by @varndellwagglebee in #53
  • Merge branch 'main' into develop by @varndellwagglebee in #54

New Contributors

Full Changelog: v2.0.0...v3.0.0

v2.0.0

23 Aug 20:51
b6c5a3e
Compare
Choose a tag to compare

What's Changed

  • Release v2.0.0 by @bfarmer67 in #36

  • Remove use of dynamic and DynamicObject for runtime expressions.

  • Refactor Roslyn expression compiler to use syntax-rewriting

  • Implement pseudo generic properties for variable casting

  • Implement options configuration model for TemplateParser

Full Changelog: v1.0.3...v2.0.0

v1.0.3

13 Aug 21:45
Compare
Choose a tag to compare

What's Changed

  • Fix documentation.

Full Changelog: v1.0.2...v1.0.3

v1.0.2

13 Aug 21:18
26178ca
Compare
Choose a tag to compare

What's Changed

  • Add documentation site
  • Add TokenProcessor
  • Add BufferManager
  • Add While loop
  • Bug fixes

Full Changelog: v1.0.1...v1.0.2

v1.0.1-develop.240702131716

02 Jul 13:19
33bba45
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Bump MSTest.TestFramework from 3.3.1 to 3.4.1 by @dependabot in #5
  • Bump MSTest.TestAdapter from 3.3.1 to 3.4.1 by @dependabot in #4
  • Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 by @dependabot in #3
  • Bump MSTest.TestAdapter from 3.4.1 to 3.4.3 by @dependabot in #6
  • Bump Microsoft.CodeAnalysis.CSharp.Scripting from 4.9.2 to 4.10.0 by @dependabot in #8
  • Bump MSTest.TestFramework from 3.4.1 to 3.4.3 by @dependabot in #7
  • [FEATURE]: Update Nugets and GH Actions by @github-actions in #10

New Contributors

Full Changelog: v1.0.1...v1.0.1-develop.240702131716

v1.0.1

11 Apr 18:37
Compare
Choose a tag to compare

What's Changed

  • [FEATURE]: Update Templating to new Hyperbee.Collections and Hyperbee.Resources in #2

Full Changelog: v1.0.0...v1.0.1