We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14fba9f commit 1b6c002Copy full SHA for 1b6c002
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Changelog
2
3
-# 0.3.0 2017/08/27:
+# 0.4.0 2017/08/04:
4
+- Updates `aeq.file.joinPath` to accept `File` and `Folder` objects.
5
+- Updates `aeq.pasteKey` to convert 3 value arrays to 2 value array if needed.
6
+- Add `aeq.Property.prototype.getKeys` method to get an array of all `aeq.Key` objects on a property.
7
+- Updates `aeq.Property.forEachKey` to use `aeq.Property.prototype.getKeys`
8
+ - This has the benefit that doing `key.remove()` inside the loop does not cause any problems.
9
+
10
+# 0.3.0 2017/07/27:
11
- Updates some functions under `aeq.layer` to return `aeq.arrayEx` instead of an array.
12
- `aeq.layer.children`
13
- `aeq.layer.allChildren`
0 commit comments