Skip to content

Release v7.0.0-alpha.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Nov 08:18
· 3 commits to main since this release

Version: feat(core): improve inof/outof and add path method

  • deep.ts: Changed inof/outof to return links instead of from/to objects
  • deep.ts: Added path() method to get path through contains relationships
  • tests/core.ts: Added tests for path() method
  • CONTRIBUTING.md: Added commit message template

Breaking Changes:

  • inof() now returns links instead of from objects
  • outof() now returns links instead of to objects