Skip to content

v0.4.0

Compare
Choose a tag to compare
@zlovatt zlovatt released this 11 Jan 22:02
· 93 commits to master since this release

Added

  • Add aeq.Property.prototype.getKeys method to get an array of all aeq.Key objects on a property.

Changed

  • Updates aeq.file.joinPath to accept File and Folder objects.
  • Updates aeq.pasteKey to convert 3 value arrays to 2 value array if needed.
  • Updates aeq.Property.forEachKey to use aeq.Property.prototype.getKeys
    • This has the benefit that doing key.remove() inside the loop does not cause any problems.