Skip to content

7.0.11

Latest
Compare
Choose a tag to compare
@tbo47 tbo47 released this 01 Oct 14:04
· 2 commits to main since this release
e20dc06
  • replace lodash _.has by Object.prototype.hasOwnProperty.call
  • add unit test from legacy project dagre-3d
  • code formatting with prettier
  • update dev dependencies (notably vitest from 0.2 to 2.1)

Replacing _.has allows a better types generation from typescript.