Releases: tbo47/dagre-es
Releases · tbo47/dagre-es
7.0.11
- 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.
7.0.10
Merge pull request #20 from Pr0dt0s/fix/19_iterate_properties
iterate over properties
7.0.9
update dev libs and update version
7.0.8
Merge pull request #16 from remcohaszing/ci-pack
Assert building and packing works in CI
7.0.7
Merge pull request #13 from tbo47/eslint-es2021
eslint to use es2021
7.0.6
Merge pull request #12 from aloisklink/fix-esm-imports
Add a basic `eslint` linter config, and fixes some bugs that it caught
7.0.5
Merge pull request #11 from sidharthv96/module
Add `type: module`
v7.0.3
Merge pull request #8 from tbo47/update-typescript
chore: update typescript lib