Skip to content

Releases: Cysharp/ConsoleAppFramework

Ver.5.2.1

13 Jun 00:35
Compare
Choose a tag to compare
  • disable warning about null reference on nullable disabled

Full Changelog: 5.2.0...5.2.1

Ver.5.2.0

12 Jun 03:48
Compare
Choose a tag to compare

What's Changed

  • True Incremental Generator by @neuecc in #119
  • Support more than 16 method arguments

Full Changelog: 5.1.1...5.2.0

Ver.5.1.1

06 Jun 03:36
Compare
Choose a tag to compare
  • Fix class register can not use validate attribute, #116
  • Add custom version string, #113
  • Do not print the stack trace for ArgumentException #112

Full Changelog: 5.1.0...5.1.1

Ver.5.1.0

03 Jun 09:28
Compare
Choose a tag to compare

What's Changed

  • Improve grammar of exceptions by @xPaw in #111
  • Add ConsoleApp.JsonSerializerOptions
  • Add ConsoleAppFramework.Abstractions package to share filter across projects

New Contributors

  • @xPaw made their first contribution in #111

Full Changelog: 5.0.1...5.1.0

Ver.5.0.1

03 Jun 00:16
Compare
Choose a tag to compare
  • Fixed ArgumentException is thrown instead of ArgumentOutOfRangeException when the value of a required argument is not included in the args.

Full Changelog: 5.0.0...5.0.1

Ver.5.0.0

02 Jun 18:31
afcde2b
Compare
Choose a tag to compare

We have released v5!

It runs solely with Source Generator and achieves Zero Dependency, Zero Overhead, Zero Reflection, Zero Allocation, AOT Safe.
Moreover, we have placed significant emphasis on performance.

As it has become a completely different library compared to v4 and earlier versions, there is no compatibility at all.
However, since it has been designed to be functionally upward-compatible, migration itself should be possible.
Please see v4 -> v5 Migration Guide

Ver.4.2.4

05 Oct 09:23
Compare
Choose a tag to compare
  • revert 4.2.3

Ver.4.2.3

30 Sep 11:18
4a19ccb
Compare
Choose a tag to compare

What's Changed

  • Update ReadMe.md by @mathenn in #91
  • Enable (param string[] something) to accept arbitrary number of parameters. by @yatagarasu25 in #90

New Contributors

Full Changelog: 4.2.2...4.2.3

Ver.4.2.2

25 Jul 12:23
39e6758
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.2.1...4.2.2

Ver.4.2.1

21 Jun 05:41
Compare
Choose a tag to compare
  • Add ConsoleAppContext.Cancel(), Terminate()
  • Does not log OperationCanceledException when throws from ConsoleAppContext CancelationToken
  • Bettter handled CancelationToken with Console.ReadKey