Skip to content

Releases: Stillpoint-Software/hyperbee.templating

v3.4.1-g92b5ef059f

26 Jan 15:36

Choose a tag to compare

v3.4.1-g92b5ef059f

Targeting frameworks 8, 9, and 10

v3.4.1-alpha-g9cc415e398

26 Jan 15:20

Choose a tag to compare

Pre-release

v3.4.1-alpha-g9cc415e398

Changes since v3.3.4-g3634e96b06

v3.3.4-g3634e96b06

22 Dec 17:36

Choose a tag to compare

v3.3.4-g3634e96b06

Changes since v3.3.3-g21395c9ccb

v3.3.3-g21395c9ccb

22 Dec 17:06

Choose a tag to compare

v3.3.3-g21395c9ccb

Changes since v3.3.2-g2ea7a84ab0

v3.3.2-g2ea7a84ab0

22 Dec 16:48

Choose a tag to compare

v3.3.2-g2ea7a84ab0

Changes since v3.3.1-alpha-g1a604ce8da

v3.2.0

09 May 17:28
fe8c6d5

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

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

Choose a tag to compare

What's Changed

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

v3.0.1

17 Feb 12:56
6184546

Choose a tag to compare

What's Changed

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

v3.0.0

19 Dec 16:57

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