Skip to content

6.1.0

Latest
Compare
Choose a tag to compare
@Rickedb Rickedb released this 11 Dec 01:13
· 1 commit to master since this release
bd898b4

Enhancements

  • Project now targets the latest LTS version .NET 8
  • Added some string optimizations using StringBuilder instead of += concatenation
  • Few syntax sugar improvements for using Enum instead of converting it to an int every time when accessing datafields
  • Some syntax "sugaring" for creating datafields list
  • MessageTemplates are now registered as lazy fields, so we only access them when discovering the responsible message template/mid
  • Quick lookup mid X message template dictionary changed to SortedDictionary for better performance

New Features

  • Added StandarizedRevision which handles when revision is set to zero, returning as rev 1

New Mids/New Revisions

  • Communication
    • Mid0004
      • Rev 2
  • Parameter Set
    • Mid0019
      • Rev 2
    • Mid2506 🆕
  • Job
    • Mid0033
      • Rev 5
    • Mid0140
      • Rev 4
  • Tightening
    • Mid0061
      • Rev 9
      • Rev 10
      • Rev 11
    • Mid0064
      • Rev 10
    • Mid0065
      • Rev 9
      • Rev 10
      • Rev 11
    • Mid0066
      • Rev 2
    • Mid0902 🆕
  • Multi Spindle
    • Mid0101
      • Rev 6
    • Mid0104 🆕
  • Result
    • Mid1201
      • Rev 2
      • Rev 3
    • Mid1202
      • Rev 2
  • Tool
    • Mid0704 🆕

Related issues

Related pull requests