Skip to content

Commit 7a62bd1

Browse files
committed
Adds changelog.md
1 parent a6a0023 commit 7a62bd1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
0.2.0 (Current):
2+
- Adds aeq.version to track current version of aequery
3+
- Adds aeq.settings.initSetting() to initialize settings
4+
- Adds aeq.ui.Container.removeChildren() to remove container children
5+
- aeq.file.writeFile() now takes an options object to define `encoding` and `overwrite` values
6+
- aeq.file.writeFile() now allows overwriting based on options parameter
7+
- aeq.settings.getAsBool() now checks that value is bool before returning, else returns undefined
8+
0.1.1 - 2017/06/13
9+
- Clarifies readme
10+
- aeq-ui now concats onto main aequery on build
11+
0.1.0 - 2017/06/13
12+
- Initial npm version

0 commit comments

Comments
 (0)