Releases: Schottkyc137/ginko
Releases · Schottkyc137/ginko
v0.0.8
What's Changed
- Analyze file with ambiguous file ending by @monkeydom in #15
- Improve handling of
/Include/
statements by @monkeydom in #18
New Contributors
- @monkeydom made their first contribution in #15
v0.0.7
What's Changed
- Add automatic builds for
x86_64-pc-windows-gnu
target by @ColinFinck in #14
New Contributors
- @ColinFinck made their first contribution in #14
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- Diagnostics now contain an error code.
- This will show up in the IDE, but is mostly for future expansions to enable message control
- The following directives are now supported and will only report a diagnostic when used incorrectly.
\delete-node\
\delete-property\
\omit-if-no-ref\
- Enable user-defined include path option by @alexander-heimbuch in #13
- As part of the
ginko
andginko_ls
executable, the--include
option can be used to define paths thatginko
will use to search for.dtsi
files.
- As part of the
New Contributors
- @alexander-heimbuch made their first contribution in #13
v0.0.5
- Properly check and resolve dependencies
- consider files ending in '.overlay' a device-tree overlay
- Report correct error position for semicolons when at end of file
v0.0.4
- Print Analysis errors when they are found
- Do not issue analysis errors on include or plugin files
- Make the pre-built binary executable
v0.0.3
Re-introduce -r flag
v0.0.2
What's Changed
- Add build targets for linux, windows and macOS
- Add release artifacts
Full Changelog: v0.0.1...v0.0.2
0.0.1
First release
ginko
A device-tree source parser and analyzer targeted for tooling and user experience
ginko_ls
A language server based on ginko with features such as outline generation, go to definition and hover