Zalvena/packages/web/CHANGELOG.md

49 lines
711 B
Markdown
Raw Normal View History

## 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
## 0.4.0
- Internal refactor
## 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
## 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
## 0.1.3
- Add automatic session timeout after 1 hour of inactivity
## 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