2025-02-18 20:19:12 -05:00
|
|
|
# Zalvena
|
|
|
|
## 0.5.0
|
|
|
|
- Removed examples
|
|
|
|
- Removed Eslintrc file
|
|
|
|
- Removed package lock file
|
|
|
|
- Removed Engines from `packages.json`
|
|
|
|
- Removed `/.changeset/`
|
|
|
|
- Removed `/.github/`
|
|
|
|
- Removed `/.vscode/`
|
|
|
|
- Removed other packages: `["angular", "react", "browser"]`
|
|
|
|
- Removed `isInBrowserExtension` from `shared.ts`
|
|
|
|
- Removed `isInBrowserExtension` from `shared.ts`
|
|
|
|
- Updated license from MIT to MIT-NON-AI
|
|
|
|
- Updated the package `@types/node` from `v20.5.7` to `v22.13.4`
|
|
|
|
- Updated the package `prettier` from `v3.0.3` to `v3.5.1`
|
|
|
|
- Updated the package `tsup` from `v7.2.0` to `v8.3.6`
|
|
|
|
- Updated the package `turbo` from `v1.10.13` to `v2.4.2`
|
|
|
|
- Added SudoVanilla's Aptabase instance to `regions` list as `SV`
|
|
|
|
- Using Bun over NPM
|
|
|
|
|
|
|
|
You can view other changes by viewing the commit history.
|
|
|
|
|
|
|
|
___
|
|
|
|
# Officially from Aptabase
|
|
|
|
|
2024-07-19 09:37:35 -04:00
|
|
|
## 0.4.3
|
|
|
|
|
|
|
|
- Move browser locale and is debug reads from import to first event to better support SSR
|
|
|
|
|
2023-12-29 09:38:24 -03:00
|
|
|
## 0.4.2
|
|
|
|
|
|
|
|
- Fix error when running on chrome
|
|
|
|
|
2023-12-29 09:22:45 -03:00
|
|
|
## 0.4.1
|
|
|
|
|
|
|
|
- Support for custom API path
|
|
|
|
|
2023-12-15 20:03:17 +00:00
|
|
|
## 0.4.0
|
|
|
|
|
|
|
|
- Internal refactor
|
|
|
|
|
2023-11-04 18:16:27 +00:00
|
|
|
## 0.3.2
|
|
|
|
|
|
|
|
- better version of the session id generator
|
|
|
|
|
2023-11-03 21:21:28 +00:00
|
|
|
## 0.3.1
|
|
|
|
|
|
|
|
- use new session id format
|
|
|
|
|
2023-10-20 09:08:19 +01:00
|
|
|
## 0.3.0
|
|
|
|
|
|
|
|
- Added an option to specify `isDebug` at init time
|
|
|
|
|
2023-09-01 19:35:26 +01:00
|
|
|
## 0.2.0
|
|
|
|
|
|
|
|
- Some internal refactor to support the new `@aptabase/react` package
|
|
|
|
|
2023-06-03 18:28:26 +01:00
|
|
|
## 0.1.3
|
|
|
|
|
|
|
|
- Add automatic session timeout after 1 hour of inactivity
|
|
|
|
|
2023-05-20 22:23:19 +01:00
|
|
|
## 0.1.2
|
|
|
|
|
|
|
|
- Added support for automatic segregation of Debug/Release events
|
|
|
|
|
2023-05-11 14:19:18 +01:00
|
|
|
## 0.1.1
|
|
|
|
|
|
|
|
- Refactor on session generator
|
|
|
|
|
2023-05-11 12:49:45 +01:00
|
|
|
## 0.1.0
|
|
|
|
|
|
|
|
- Move to Rollup 3
|
|
|
|
- Output both CJS and ESM modules
|