Skip to content

v3.1.0-preview1

Pre-release
Pre-release

Choose a tag to compare

@shibayan shibayan released this 05 Mar 12:53
· 33 commits to master since this release
Immutable release. Only release title and notes can be modified.
f34f8fa

What's Changed

  • Bump the dependencies group with 1 update by @dependabot[bot] in #311
  • Bump the dependencies group with 1 update by @dependabot[bot] in #312
  • Bump github/codeql-action from 3 to 4 in the dependencies group by @dependabot[bot] in #313
  • Bump actions/checkout from 5 to 6 in the dependencies group by @dependabot[bot] in #315
  • Bump the dependencies group with 1 update by @dependabot[bot] in #316
  • Refactor project structure and optimize code by removing unused files by @shibayan in #317
  • Add Source Generator project and implement model binding attributes by @shibayan in #319
  • Refactor Paginator for performance and readability improvements by @shibayan in #320
  • Refine README by @Copilot in #322
  • Implement EnumMetadataGenerator and Registry; remove EnumHelper class by @shibayan in #321
  • Update CodeQL workflow to remove submodule checkout by @shibayan in #324
  • Add Source Generator project reference and packaging target to main project by @shibayan in #323
  • Potential fix for code scanning alert no. 33: Workflow does not contain permissions by @shibayan in #328
  • Add unit tests for various options and validators by @shibayan in #329
  • Make IConsoleDriver public and add ConsoleDriverFactory for extensibility by @Copilot in #330
  • Fix Select prompt failing to accept exact match when items share a common prefix by @Copilot in #326
  • Refactor prompt options and forms to use PromptConfiguration for improved extensibility by @shibayan in #332
  • Refactor key-binding architecture: ConsoleKeyBinding struct, simplified handlers, ESC cancellation, fixed driver lifetime by @Copilot in #331

New Contributors

  • @Copilot made their first contribution in #322

Full Changelog: v3.0.1...v3.1.0-preview1