From ebfb9b05d293bb64be9e68992a870dc6bfa270bf Mon Sep 17 00:00:00 2001 From: bucketeer-bot Date: Tue, 24 Sep 2024 06:55:08 +0000 Subject: [PATCH] docs: update javascript.mdx to v2.2.0 --- docs/changelog/client-side/javascript.mdx | 45 +++++++++++++++++------ 1 file changed, 33 insertions(+), 12 deletions(-) diff --git a/docs/changelog/client-side/javascript.mdx b/docs/changelog/client-side/javascript.mdx index 1c9e39f..59cbf22 100644 --- a/docs/changelog/client-side/javascript.mdx +++ b/docs/changelog/client-side/javascript.mdx @@ -14,37 +14,58 @@ toc_max_heading_level: 2 -## [2.1.4](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.1.3...v2.1.4) (2024/05/16) +## [2.2.0](https://github.com/bucketeer-io/javascript-client-sdk/compare/js-client-sdk-v2.1.5...js-client-sdk-v2.2.0) (2024/09/09) + +### Features +- get variation details by variation type ([#155](https://github.com/bucketeer-io/javascript-client-sdk/issues/155)) ([d3f76e2](https://github.com/bucketeer-io/javascript-client-sdk/commit/d3f76e2559924405dc3bdf8b6a123f0de835950a)) + +### Miscellaneous + +- define the exception name explicitly ([#170](https://github.com/bucketeer-io/javascript-client-sdk/issues/170)) ([78eb60c](https://github.com/bucketeer-io/javascript-client-sdk/commit/78eb60cbdceea2c103629d69c7c30b4a9e7790be)) ### Build System -* **deps:** lock file maintenance ([#143](https://github.com/bucketeer-io/javascript-client-sdk/issues/143)) ([6210b55](https://github.com/bucketeer-io/javascript-client-sdk/commit/6210b5514e668041d91cc91d0d698134ad7482d4)) -* **deps:** update all non-major dependencies ([#144](https://github.com/bucketeer-io/javascript-client-sdk/issues/144)) ([e11da43](https://github.com/bucketeer-io/javascript-client-sdk/commit/e11da431544d1239499ffcafd1d2c6547ca74131)) +- **deps:** lock file maintenance ([#172](https://github.com/bucketeer-io/javascript-client-sdk/issues/172)) ([95e7489](https://github.com/bucketeer-io/javascript-client-sdk/commit/95e748901085335370918c56a012cb777a8d517a)) +- **deps:** lock file maintenance ([#160](https://github.com/bucketeer-io/javascript-client-sdk/issues/160)) ([b5ee340](https://github.com/bucketeer-io/javascript-client-sdk/commit/b5ee3404d117ded58b29383d2275347fa4617743)) +- **deps:** lock file maintenance ([#169](https://github.com/bucketeer-io/javascript-client-sdk/issues/169)) ([6c9497f](https://github.com/bucketeer-io/javascript-client-sdk/commit/6c9497ff8b67690c5d50fc0d20890a659a618b2d)) +- **deps:** update all major dependencies (major) ([#176](https://github.com/bucketeer-io/javascript-client-sdk/issues/176)) ([1b7032b](https://github.com/bucketeer-io/javascript-client-sdk/commit/1b7032bb39633afd71c4953e17126c11bc15370e)) +- **deps:** update all non-major dependencies ([#163](https://github.com/bucketeer-io/javascript-client-sdk/issues/163)) ([32d98ee](https://github.com/bucketeer-io/javascript-client-sdk/commit/32d98ee9c01c2cb9a6caf7d0c1160a69789d3cc5)) +- **deps:** update all non-major dependencies ([#175](https://github.com/bucketeer-io/javascript-client-sdk/issues/175)) ([f443b8b](https://github.com/bucketeer-io/javascript-client-sdk/commit/f443b8b969aaef43fde4228965a63edcc122fa94)) +- export sourcemap file when building ([#171](https://github.com/bucketeer-io/javascript-client-sdk/issues/171)) ([9103328](https://github.com/bucketeer-io/javascript-client-sdk/commit/91033286ad6c54a6e6e5d0a35307763117d2e3d3)) +## [2.1.5](https://github.com/bucketeer-io/javascript-client-sdk/compare/js-client-sdk-v2.1.4...js-client-sdk-v2.1.5) (2024/08/01) ### Bug Fixes -* typescript cannot search the type definition ([#147](https://github.com/bucketeer-io/javascript-client-sdk/issues/147)) ([67dba67](https://github.com/bucketeer-io/javascript-client-sdk/commit/67dba67746c98d3ce6bafcae50b8b84bc7ebf2bf)) - -## [2.1.3](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.1.2...v2.1.3) (2024/04/23) +- custom user attributes not being set correctly ([#166](https://github.com/bucketeer-io/javascript-client-sdk/issues/166)) ([c6ff677](https://github.com/bucketeer-io/javascript-client-sdk/commit/c6ff677ad582f2767a3118de3274fa6797a28440)) +## [2.1.4](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.1.3...v2.1.4) (2024/05/16) ### Build System -* **deps:** lock file maintenance ([#137](https://github.com/bucketeer-io/javascript-client-sdk/issues/137)) ([f7370bf](https://github.com/bucketeer-io/javascript-client-sdk/commit/f7370bf52a526a0ba541d2969606f8b69aeae741)) +- **deps:** lock file maintenance ([#143](https://github.com/bucketeer-io/javascript-client-sdk/issues/143)) ([6210b55](https://github.com/bucketeer-io/javascript-client-sdk/commit/6210b5514e668041d91cc91d0d698134ad7482d4)) +- **deps:** update all non-major dependencies ([#144](https://github.com/bucketeer-io/javascript-client-sdk/issues/144)) ([e11da43](https://github.com/bucketeer-io/javascript-client-sdk/commit/e11da431544d1239499ffcafd1d2c6547ca74131)) +### Bug Fixes -### Miscellaneous +- typescript cannot search the type definition ([#147](https://github.com/bucketeer-io/javascript-client-sdk/issues/147)) ([67dba67](https://github.com/bucketeer-io/javascript-client-sdk/commit/67dba67746c98d3ce6bafcae50b8b84bc7ebf2bf)) + +## [2.1.3](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.1.2...v2.1.3) (2024/04/23) -* add the source ID to the register events API ([#142](https://github.com/bucketeer-io/javascript-client-sdk/issues/142)) ([f2e2791](https://github.com/bucketeer-io/javascript-client-sdk/commit/f2e27914d618e0b1dc19ac4e17f7fdabb0bfb006)) -* make e2e workflow dispatchable ([#140](https://github.com/bucketeer-io/javascript-client-sdk/issues/140)) ([c516820](https://github.com/bucketeer-io/javascript-client-sdk/commit/c516820b6b5ca852ed353915efab025a1a3af055)) -* update error metrics report ([#138](https://github.com/bucketeer-io/javascript-client-sdk/issues/138)) ([d4fcd16](https://github.com/bucketeer-io/javascript-client-sdk/commit/d4fcd16542f090f8dfc1584f8a5dcf8702faf750)) +### Build System + +- **deps:** lock file maintenance ([#137](https://github.com/bucketeer-io/javascript-client-sdk/issues/137)) ([f7370bf](https://github.com/bucketeer-io/javascript-client-sdk/commit/f7370bf52a526a0ba541d2969606f8b69aeae741)) + +### Miscellaneous +- add the source ID to the register events API ([#142](https://github.com/bucketeer-io/javascript-client-sdk/issues/142)) ([f2e2791](https://github.com/bucketeer-io/javascript-client-sdk/commit/f2e27914d618e0b1dc19ac4e17f7fdabb0bfb006)) +- make e2e workflow dispatchable ([#140](https://github.com/bucketeer-io/javascript-client-sdk/issues/140)) ([c516820](https://github.com/bucketeer-io/javascript-client-sdk/commit/c516820b6b5ca852ed353915efab025a1a3af055)) +- update error metrics report ([#138](https://github.com/bucketeer-io/javascript-client-sdk/issues/138)) ([d4fcd16](https://github.com/bucketeer-io/javascript-client-sdk/commit/d4fcd16542f090f8dfc1584f8a5dcf8702faf750)) ### Bug Fixes -* unable capture request error when got a response with status 200 and invalid JSON ([#141](https://github.com/bucketeer-io/javascript-client-sdk/issues/141)) ([0484fb8](https://github.com/bucketeer-io/javascript-client-sdk/commit/0484fb8a40b58272e48f4f6e3513390efaaa1d62)) +- unable capture request error when got a response with status 200 and invalid JSON ([#141](https://github.com/bucketeer-io/javascript-client-sdk/issues/141)) ([0484fb8](https://github.com/bucketeer-io/javascript-client-sdk/commit/0484fb8a40b58272e48f4f6e3513390efaaa1d62)) ## [2.1.2](https://github.com/bucketeer-io/javascript-client-sdk/compare/v2.1.1...v2.1.2) (2024/04/02)