From 5f4f8154f38d7de08478973a3721419ddf7eec87 Mon Sep 17 00:00:00 2001 From: Matthijs Abma <4146168+abmaonline@users.noreply.github.com> Date: Sat, 21 Apr 2018 11:16:26 +0200 Subject: [PATCH] Add changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..30856bb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# aemfed changelog + +## 0.0.1 + +### Initial release + +* Use aemsync and BrowserSync +* Build and update dependency tree for individual clientlibs in watched folders +* Build and update dependency tree for clientlib aggregation in AEM +* Use both trees to determine which clientlibs in the active page were affected by the file changes uploaded by aemsync and determine the best BrowserSync refresh method. Inject if only styling changes (and maintain the state of the page) and reload if anything else was changed (html, javascript, clientlib structure)