Skip to content

Commit

Permalink
changelog docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkirtzel committed Jun 28, 2024
1 parent 980e26f commit 59e9839
Show file tree
Hide file tree
Showing 9 changed files with 55 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tagger/jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const commonConfig = require('@elbwalker/jest');
const commonConfig = require('@elbwalker/jest/web.config');

const config = {
testEnvironment: 'jsdom',
Expand Down
32 changes: 32 additions & 0 deletions website/docs/clients/walkerjs/versions/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: Versions
description: walker.js changelog and version history.
---

### 3.0.0

- Enable event processing without matching mapping
[#391](https://github.com/elbwalker/walkerOS/issues/391)
- Add hash key to user object
[#362](https://github.com/elbwalker/walkerOS/issues/362)
- Add a DestinationInit type
[#374](https://github.com/elbwalker/walkerOS/issues/374)
- On events for destinations
[#363](https://github.com/elbwalker/walkerOS/issues/363)
- Enhance event model [#365](https://github.com/elbwalker/walkerOS/issues/365)
- Bundle event pushes to destinations
[#367](https://github.com/elbwalker/walkerOS/issues/367)
- config to state [#349](https://github.com/elbwalker/walkerOS/issues/349)
- on ready event [#368](https://github.com/elbwalker/walkerOS/issues/368)
- Unnecessary walking even if action filter is set
[#334](https://github.com/elbwalker/walkerOS/issues/334)
- dataLayer destination with walkerjs key
[#375](https://github.com/elbwalker/walkerOS/issues/375)
- Push events via elb [#372](https://github.com/elbwalker/walkerOS/issues/372)
- sessionStart cb with defaultCb parameter
[#380](https://github.com/elbwalker/walkerOS/issues/380)
- Export more core functions with a client
[#364](https://github.com/elbwalker/walkerOS/issues/364)
- separate code [#384](https://github.com/elbwalker/walkerOS/issues/384)
- Pulse and update support for sessionStart
[#370](https://github.com/elbwalker/walkerOS/issues/370)
1 change: 1 addition & 0 deletions website/docs/utils/helper.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Helper
sidebar_position: 1
---

import Link from '@docusaurus/Link';
Expand Down
1 change: 1 addition & 0 deletions website/docs/utils/hooks.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Hooks
sidebar_position: 1
---

Hooks can be used to enable custom behavior. They are called at specific points
Expand Down
1 change: 1 addition & 0 deletions website/docs/utils/session.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Session
sidebar_position: 1
---

import Link from '@docusaurus/Link';
Expand Down
1 change: 1 addition & 0 deletions website/docs/utils/storage.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Storage
sidebar_position: 1
---

# Storage
Expand Down
1 change: 1 addition & 0 deletions website/docs/utils/tagger.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Tagger
sidebar_position: 1
---

import PackageLink from '/src/components/docs/package-link';
Expand Down
4 changes: 4 additions & 0 deletions website/docs/utils/versions/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Versions",
"position": 9001
}
13 changes: 13 additions & 0 deletions website/docs/utils/versions/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Versions
description: walker.js changelog and version history.
---

### 4.0.0

- browser info [#395](https://github.com/elbwalker/walkerOS/issues/395)
- sessionStart cb with defaultCb parameter
[#380](https://github.com/elbwalker/walkerOS/issues/380)
- separate code [#384](https://github.com/elbwalker/walkerOS/issues/384)
- Pulse and update support for sessionStart
[#370](https://github.com/elbwalker/walkerOS/issues/370)

0 comments on commit 59e9839

Please sign in to comment.