1.5 KiB
1.5 KiB
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
fromshared.ts
- Removed
isInBrowserExtension
fromshared.ts
- Updated license from MIT to MIT-NON-AI
- Updated the package
@types/node
fromv20.5.7
tov22.13.4
- Updated the package
prettier
fromv3.0.3
tov3.5.1
- Updated the package
tsup
fromv7.2.0
tov8.3.6
- Updated the package
turbo
fromv1.10.13
tov2.4.2
- Added SudoVanilla's Aptabase instance to
regions
list asSV
- Using Bun over NPM
You can view other changes by viewing the commit history.
Officially from Aptabase
0.4.3
- Move browser locale and is debug reads from import to first event to better support SSR
0.4.2
- Fix error when running on chrome
0.4.1
- Support for custom API path
0.4.0
- Internal refactor
0.3.2
- better version of the session id generator
0.3.1
- use new session id format
0.3.0
- Added an option to specify
isDebug
at init time
0.2.0
- Some internal refactor to support the new
@aptabase/react
package
0.1.3
- Add automatic session timeout after 1 hour of inactivity
0.1.2
- Added support for automatic segregation of Debug/Release events
0.1.1
- Refactor on session generator
0.1.0
- Move to Rollup 3
- Output both CJS and ESM modules