Releases: EFeru/DbcParser
Releases · EFeru/DbcParser
v1.7.0
What's Changed
- #67 Functions for unpacking based on byte arrays by @Uight in #71
- #61 updated VAL_ parsing regex to correctly handle last chars. Added … by @Whitehouse112 in #78
- Update Target framework by @Uight in #75
- Update nugets by @Uight in #79
- Added global properties to DBC class by @Adhara3 in #80
- #81 Empty node list is now supported. Regex refactoring by @Whitehouse112 in #83
New Contributors
Full Changelog: 1.6.1...1.7.0
v1.6.1
What's Changed
- #65 ignore min/max values of CustomAttributes when both are set to 0 by @Whitehouse112 in #66
Full Changelog: 1.6.0...1.6.1
v1.6.0
What's Changed
- Update README.md by @Whitehouse112 in #63
- Removed obsolete property CycleTime by @Whitehouse112 in #64
Full Changelog: 1.5.0...1.6.0
v1.5.0
What's Changed
- #57 Avoid exception when value contains a space after the quotes by @Whitehouse112 in #58
- State machine refactoring by @Whitehouse112 in #60
- Update README.md by @Whitehouse112 in #62
New Contributors
- @Werewolfkiss made their first contribution in #55
Full Changelog: 1.4.2...1.5.0
v1.4.2
What's Changed
- Custom property parsing refactoring by @Whitehouse112 in #53
Full Changelog: 1.4.1...1.4.2
v1.4.1
What's Changed
- fixed parsing failure when additional spaces occur before semicolon by @Puchaczov in #51
New Contributors
- @Puchaczov made their first contribution in #51
Full Changelog: 1.4.0...1.4.1
v1.4.0
What's Changed
- #41 Fixed enum definition parser repeating last value twice by @Brainy0207 in #46
- #47 Custom properties parsing failures management by @Whitehouse112 in #50
New Contributors
- @Brainy0207 made their first contribution in #46
Full Changelog: 1.3.3...1.4.0
v1.3.3
v1.3.2
What's Changed
- Correct floating point error with RxSignalUnpack by @taylorjdlee in #40
- fix data length type by @cmitchell716 in #38
- #23 Parsing failures management by @Whitehouse112 in #42
New Contributors
- @cmitchell716 made their first contribution in #38
Full Changelog: 1.3.1...1.3.2
Using Regex parsing also for signals
For some reason we forgot to use regex parsing for signal line parser