Skip to content

Commit d1cea81

Browse files
authored
Update version to 4.0.0 (#212)
1 parent d6d7cda commit d1cea81

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Data Layer Observer follows semantic versioning when releasing updates.
1010

1111
## History
1212

13+
### 4.0.0
14+
15+
- Adds an `ignoreSuffixed` option to the `convert` operator which excludes properties with known type suffixes when specifying `enumerate: true`. This option defaults to `true`.
16+
- Adds a `parse` operator which can parse out key/value pairs or an array from a string based on given delimeters.
17+
1318
### 3.0.0
1419

1520
- Adds an `ignore` option to the `convert` operator which excludes properties from conversion when specifying `enumerate: true`.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ Sensitive, private, and confidential information should never be added to a data
5555

5656
DLO is a JavaScript asset that is included on a web page. FullStory hosts versions of DLO on our CDN. Versioned releases have the naming convention `<version>.js`, and the most recent version is named `latest.js`:
5757

58-
- https://edge.fullstory.com/datalayer/v3/v3.0.0.js
59-
- https://edge.fullstory.com/datalayer/v3/latest.js
58+
- https://edge.fullstory.com/datalayer/v4/v4.0.0.js
59+
- https://edge.fullstory.com/datalayer/v4/latest.js
6060

6161
If you would like the most up to date version of DLO on your site always, use `latest.js`. If you'd rather use stable releases and perform manual upgrades, use `<version>.js`.
6262

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fullstory/data-layer-observer",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "Monitor, transform, and send data layer content to FullStory",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)