Skip to content

Releases: Stillpoint-Software/hyperbee.xs

v1.6.2

26 Jan 14:41

Choose a tag to compare

v1.6.2

Multi targeting 8, 9, and 10

Compare v1.6.1-g574e559fa7…v1.6.2

v1.6.1-g574e559fa7

26 Jan 14:13

Choose a tag to compare

v1.6.1-g574e559fa7

Multi targeting frameworks 8, 9 and 10

v1.4.1-g6832ae7e06

22 Jan 14:05

Choose a tag to compare

v1.4.1-g6832ae7e06

Changes since v1.4.1-alpha-g1287de6c05

Now targeting .NET 8, 9, and 10
Compare v1.4.1-alpha-g1287de6c05…v1.4.1-g6832ae7e06

v1.4.1-alpha-g1287de6c05

22 Jan 13:22

Choose a tag to compare

Pre-release

v1.4.1-alpha-g1287de6c05

Changes since v1.3.3

v1.3.3

09 May 16:01

Choose a tag to compare

Updated NuGet dependencies

Full Changelog: v1.3.2...v1.3.3

v1.3.2

08 May 20:08
8f12f08

Choose a tag to compare

What's Changed

  • Bump Parlot from 1.3.5 to 1.3.6 by @dependabot in #56
  • [FEATURE]: Add Support for Raw Strings by @MattEdwardsWaggleBee in #51
  • [FEATURE]: Enhance TypeResolver for member by @MattEdwardsWaggleBee in #55
    • Moves member access and indexer resolution logic from the parser to the type resolver.
    • This change centralizes these operations within the type resolver.
    • Improves the extensibility of the type resolution process by introducing the ITypeRewriter and ITypeResolver interfaces
    • ITypeResolver focuses on resolving types and members
      • ITypeRewriter handles the rewriting of expressions, such as indexers and member accesses.
      • This allows for more flexible customization of how expressions are transformed during the parsing process.
      • Improves error handling and termination parsing

Full Changelog: v1.3.1...v1.3.2

v1.3.2-develop.250506145226

06 May 14:55

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: v1.3.2-develop.250505191148...v1.3.2-develop.250506145226

v1.3.2-develop.250505191148

05 May 19:13

Choose a tag to compare

Pre-release

What's Changed

  • [FEATURE]: Add Support for Raw Strings by @github-actions in #51
  • [FEATURE]: Enhance TypeResolver for member by @github-actions in #55

Full Changelog: v1.3.1...v1.3.2-develop.250505191148

v1.3.2-develop.250505185108

05 May 18:54

Choose a tag to compare

Pre-release

What's Changed

  • [FEATURE]: Add Support for Raw Strings by @github-actions in #51
  • [FEATURE]: Enhance TypeResolver for member by @github-actions in #55

Full Changelog: v1.3.1...v1.3.2-develop.250505185108

v1.3.1

14 Apr 15:22
1f1ae4c

Choose a tag to compare

What's Changed

  • [FEATURE]: Command Line Tooling by @github-actions in #3
  • [FEATURE]: Create ToXS helper by @github-actions in #9
  • [FEATURE]: Add package references by @github-actions in #11
  • 12 improve package resolver by @bfarmer67 in #13
  • [FEATURE]: Add DirectiveExpression by @github-actions in #15
  • [FEATURE]: Improve CLI references and extensions by @github-actions in #19
  • [FEATURE]: Create XS Interactive by @github-actions in #23
  • [FEATURE]: Add Extensions Directive by @github-actions in #35
  • [FEATURE]: Interpreter by @github-actions in #25
  • [FEATURE]: Add Support for Enumerable by @github-actions in #42
  • [FEATURE]: Add Support for DI and Configuration by @github-actions in #46
  • Bump FastExpressionCompiler from 5.1.0 to 5.1.1 by @dependabot in #48
  • Develop by @varndellwagglebee in #49

New Contributors

Full Changelog: v1.2.3...v1.3.1