Release 5.19.0
·
0 commits
to bee28a48e2858af5313569691461fe3360387807
since this release
Note: From this release onwards, the versioning of this plugin will be adjusted to match the major and minor version of Neo4j to which the plugin is compatible.
Features
- Add github workflow for pr-builds by @Andy2003 (#397)
- migrate all tests to junit jupiter by @Andy2003 (#402)
- Add Shortcut for
spatial.intersects
procedure by @Andy2003 (#412) - Create release workflow by @Andy2003 (#414)
Code-Cleanup
- Add .editorconfig and apply the new codestyle + optimize imports by @Andy2003 (#396)
- cleanup code (apply intellij code inspection fixes) by @Andy2003 (#398)
- update copyright by @Andy2003 (#400)
- update copyright by @Andy2003 (#401)
- replace custom
map
method byMap::of
by @Andy2003 (#405) - code-cleanup: static methods,
@override
by @Andy2003 (#407) - Split up procedures and functions into separate classes by @Andy2003 (#408)
- Fix the Asciidoc build by @Andy2003 (#411)
- Replace Travis badge by GitHub build badge by @Andy2003 (#415)