v0.4.0
Added
- Add
aeq.Property.prototype.getKeys
method to get an array of allaeq.Key
objects on a property.
Changed
- Updates
aeq.file.joinPath
to acceptFile
andFolder
objects. - Updates
aeq.pasteKey
to convert 3 value arrays to 2 value array if needed. - Updates
aeq.Property.forEachKey
to useaeq.Property.prototype.getKeys
- This has the benefit that doing
key.remove()
inside the loop does not cause any problems.
- This has the benefit that doing