This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a commit to branch test
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git


The following commit(s) were added to refs/heads/test by this push:
     new fb09f6b  updates readme and changelog for 2.2.0 RC
fb09f6b is described below

commit fb09f6b9e4618d1740a2e1fcd6dbb5cf2ee33df7
Author: poorejc <[email protected]>
AuthorDate: Mon May 17 22:51:02 2021 -0400

    updates readme and changelog for 2.2.0 RC
---
 CHANGELOG.md | 13 +++++++++++++
 README.md    | 22 ++++++++++++----------
 2 files changed, 25 insertions(+), 10 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7be596b..25baedc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
 Changelog
 =========
+
+Apache Flagon UserALE.js (Incubating) 2.2.0 (2021-05-20)
+-------------------------------
+* Release Notes - Flagon - Version UserALE.js 2.2.0
+* [Closed 
Tickets](https://github.com/apache/incubator-flagon-useralejs/projects/7)
+    * Fixes issue in SendOnClose that caused end-of-page-lifecyle events not 
to be logged
+    * Modernizes build pipeline (now uses rollup instead of gulp)
+    * Adds Cypress Journey testing framework
+    * Modernizes Unit Testing Framework
+    * Adds 'PageLoad' logs, with load time metrics
+    * Minor updates to update deprecated downstream dev dependencies
+    * Minor changes to documentation, updated examples
+
 Apache Flagon UserALE.js (Incubating) 2.1.1 (2021-02-20)
 -------------------------------
 * Release Notes - Flagon - Version UserALE.js 2.1.1
diff --git a/README.md b/README.md
index 067fab6..f0bc5a4 100644
--- a/README.md
+++ b/README.md
@@ -31,15 +31,15 @@ Additional documentation and a demonstration can be found 
at the [Apache Flagon
 
[Contributing](https://github.com/apache/incubator-flagon-useralejs#contributing)
  
 [License](https://github.com/apache/incubator-flagon-useralejs#license)
 
-## What's New in Version 2.1.1?
+## What's New in Version 2.2.0?
 
-- Fixes bug in SessionID creation at initial PageLoad
-- Update to Node.js/NPM Engine support (tested 12.x, 13.x, 14.x, 15.x)
-- Minor updates to resolve extant vulnerabilities in dependency tree
+- Fixes issue in SendOnClose that caused end-of-page-lifecyle events not to be 
logged
+- Modernizes build pipeline (now uses rollup instead of gulp)
+- Adds Cypress Journey testing framework
+- Modernizes Unit Testing Framework
+- Adds 'PageLoad' logs, with load time metrics
 - Minor updates to update deprecated downstream dev dependencies
-- Minor updates to build pipelines to accommodate dependency updates
-- Minor changes to documentation
-- Minor QOL upgrades to UserALE.js repository (CI, Dependabot)
+- Minor changes to documentation, updated examples
 
 See our 
[CHANGELOG](https://github.com/apache/incubator-flagon-useralejs/blob/master/CHANGELOG.md)
 for a complete list of changes.
 
@@ -66,7 +66,7 @@ You can also include UserALE.js as a `script-tag`. A 
pre-built version of the us
 repositories:
 
 ```html
-<script 
src="./node_modules/flagon-userale/build/userale-2.1.1.min.js"></script>
+<script 
src="./node_modules/flagon-userale/build/userale-2.2.0.min.js"></script>
 ```
 Our [script tag 
example](https://github.com/apache/incubator-flagon-useralejs/tree/master/example)
 illustrates this use-case
 
@@ -123,10 +123,10 @@ If you have included UserALE.js as a `script-tag` in your 
project, you can use H
 
 ```html
   <script
-          src="./node_modules/flagon-userale/build/userale-2.1.1.min.js"
+          src="./node_modules/flagon-userale/build/userale-2.2.0.min.js"
           data-url="http://localhost:8000/";
           data-user="example-user"
-          data-version="2.1.1"
+          data-version="2.2.0"
           data-tool="Apache UserALE.js Example"
   ></script>
 ```
@@ -209,6 +209,8 @@ userale.map(function (log) {
       });
 ```
 
+(Additional examples illustrate [precision custom 
labeling](https://github.com/apache/incubator-flagon-useralejs/tree/master/example/log-label-example),
 using a variety of functions.)
+
 Generate custom logs with `userale.log`:
 
 ```html

Reply via email to