Skip to content

Commit 1b6c002

Browse files
committed
Release: Update changelog for v0.4.0
1 parent 14fba9f commit 1b6c002

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

3-
# 0.3.0 2017/08/27:
3+
# 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:
411
- Updates some functions under `aeq.layer` to return `aeq.arrayEx` instead of an array.
512
- `aeq.layer.children`
613
- `aeq.layer.allChildren`

0 commit comments

Comments
 (0)