Skip to content

v1.6.0

Latest
Compare
Choose a tag to compare
@fskpf fskpf released this 27 Dec 11:14

v1.6.0

New Features

  • Node/relationship configurations may now be added with "*" as label/type to apply the configuration to any node/relationship. This acts as a fallback, so any specific label/type configuration overwrites the wildcard. (#10)
  • Node/relationship configurations may now be added as list[str] to configure multiple label(s)/type(s) at once. (#10)

Miscellaneous

  • Added typings and documentation to the code base.