Skip to content

0.7.0

Compare
Choose a tag to compare
@nullivex nullivex released this 23 Jan 22:01
· 12 commits to master since this release
  • Fixes #2 load and the constructor now accept multiple arguments rather than an array of objects.
    The previous would cause problems when passing an actual array to the object manager. This change breaks
    backwards compatibility and will require upgraded code that passes arrays of objects.
  • Added feature to print the topology of a managed object in an array of dot separated paths.
    Use ObjectManage.getPaths()