Skip to content

Releases: Tochemey/NetCore8583

2.2.1

16 Dec 17:10
Compare
Choose a tag to compare

What's Changed

  • feat: add ILogger interface that can be implemented by @Tochemey in #27
  • fix: create unconfigured response message by @TadijaB in #29

New Contributors

Full Changelog: 2.2.0...2.2.1

2.2.0

10 May 08:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.0...2.2.0

2.1.0

15 Sep 02:51
36b353c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.1.0

2.0.0

14 Feb 11:44
Compare
Choose a tag to compare

What's Changed

  • Upgrade to Net 6.0

1.0.3

07 Aug 22:49
20bdd45
Compare
Choose a tag to compare

Noteworthy

  • CopyFieldsFrom added to IsoMessage to copy specific fields from one message to another
  • RemoveFields added to IsoMessage remove specific fields from message
  • ToUnsignedBytes has been renamed to ToUint8
  • ToSignedBytes has been renamed to ToInt8

1.0.2

02 Jan 21:57
Compare
Choose a tag to compare

Noteworthy

  • Upgraded to NET 5.0
  • Bug fixing in LLLBinParseInfo
  • Bug fix: 128th field in referenced template is missing when using extends in template element
  • Bug fix: LLLLBIN length calculation when element is more than 1000 bytes
  • Configurable radix for integer parsing.
  • New behavior for MessageFactory.createResponse(): The new behavior for the createResponse method within the MessageFactory class (while preserving the existing one), in order to be able to create a response with only the fields in the template, overriding the values with the contents of the request only for those fields.