Releases: Stillpoint-Software/hyperbee.templating
Releases · Stillpoint-Software/hyperbee.templating
v3.2.0
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
What's Changed
- #75 [FEATURE]: Improve template configuration by @bfarmer67
Render
andResolve
methods have been moved to the static classTemplate
Update:With:var parser = new TemplateParser(...); parser.Render()
Template.Render(...)
Full Changelog: v3.0.2...v3.1.0
v3.0.2
What's Changed
- Develop by @varndellwagglebee in #71
- Bump Microsoft.CodeAnalysis.CSharp.Scripting from 4.12.0 to 4.13.0 by @dependabot in #68
- Previous version was 'v3.0.1'. Version now 'v3.0.2'. by @varndellwagglebee in #72
Full Changelog: v3.0.1...v3.0.2
v3.0.1
What's Changed
- Bump Hyperbee.Collections from 2.0.0 to 2.3.0 by @dependabot in #58
- Bump coverlet.collector from 6.0.2 to 6.0.4 by @dependabot in #62
- Bump MSTest.TestAdapter from 3.6.4 to 3.7.3 by @dependabot in #63
- Bump MSTest.TestFramework from 3.6.4 to 3.7.3 by @dependabot in #64
- Develop by @varndellwagglebee in #65
Full Changelog: v3.0.0...v3.0.1
v3.0.0
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
- @varndellwagglebee made their first contribution in #45
Full Changelog: v2.0.0...v3.0.0
v2.0.0
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
v1.0.2
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
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
- @dependabot made their first contribution in #5
Full Changelog: v1.0.1...v1.0.1-develop.240702131716
v1.0.1
What's Changed
- [FEATURE]: Update Templating to new Hyperbee.Collections and Hyperbee.Resources in #2
Full Changelog: v1.0.0...v1.0.1