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 a6a0023 commit 7a62bd1Copy full SHA for 7a62bd1
changelog.md
@@ -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