Releases: dantimofte/quickfix-spec
Releases · dantimofte/quickfix-spec
v0.5.2
v0.5.1
[v0.5.1]: Fix bug where fix messages where not properly detected
What's Changed
- Changelog update - v0.5.0 by @dantimofte in #35
- fix qodana issues by @dantimofte in #36
- Bump JetBrains/qodana-action from 2024.2.5 to 2024.2.6 by @dependabot in #39
- Bump org.jetbrains.qodana from 2024.2.5 to 2024.2.6 by @dependabot in #38
- Add unit tests #37 by @dantimofte in #40
- Run unit tests in github actions by @dantimofte in #41
- fix undetected match in java files by @dantimofte in #42
- Bump org.junit.jupiter:junit-jupiter-params from 5.8.1 to 5.11.3 by @dependabot in #43
- Revert "Bump org.junit.jupiter:junit-jupiter-params from 5.8.1 to 5.11.3" by @dantimofte in #47
- remove deprecated gradle options #34 by @dantimofte in #46
- Kotlin migration java/common by @dantimofte in #54
- Bump org.projectlombok:lombok from 1.18.34 to 1.18.36 by @dependabot in #53
Full Changelog: v0.5.0...v0.5.1
v0.5.0
[Unreleased]: https://github.com/dantimofte/quickfix-spec/compare/v0.5.0...HEAD
v0.4.0
v0.4.0 Mouse hovering over a fix message will display the fix message details
v0.3.0
Added
- v0.3.0 Cmd click for fields and groups to go to the field definition
- v0.3.0 Mouse hovering over a field or group name will display the field definition
- v0.3.0 Add Inspection to replace component reference with the full component definition
v0.2.0
Added
- v0.2.0 Add possibility to ctrl/cmd + click on the component name to navigate to the definition
- v0.2.0 when mouse hovering over a component name, display the component definition
v0.1.0
Merge pull request #9 from dantimofte/dtimofte/add_field_type add field type inlay