Skip to content

Commit

Permalink
Merge pull request #10 from fullstorydev/nfriedly/changelog-0.2
Browse files Browse the repository at this point in the history
v0.2.0 changelog
  • Loading branch information
nfriedly authored Jan 17, 2025
2 parents fb3113c + 1cfb0a8 commit d16472f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.2.0

⚠️ BREAKING ⚠️

- Changed `FS.currentSession()` (method) to `FS.currentSession` (property)
- Changed `FS.fsVersion()` (method) to `FS.fsVersion` (property)
- Changed `FS.getCurrentSessionURL([bool now = false])` (positional parameter) to `FS.getCurrentSessionURL({bool now = false})` (named parameter)
- Removed `FSLogLevel.debug` to align log levels with Fullstory playback

New:

- Added `FS.page()` API and associated `FSPage` object and APIs

## 0.1.3

- Update with links to developer docs.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Most non-visual Fullstory APIs are supported:
- `FS.shutdown()`
- `FS.restart()`
- `FS.setStatusListener(FSStatusListener? listener)`
- `FS.getCurrentSession()``Future<String?>`
- `FS.getCurrentSessionURL([bool now = false])``Future<String?>`
- `FS.fsVersion()``Future<String?>`
- `FS.getCurrentSession``Future<String?>`
- `FS.getCurrentSessionURL({bool now = false})``Future<String?>`
- `FS.fsVersion``Future<String?>`
- `FS.resetIdleTimer()`

Visual session replay is not currently supported, but is planned for a future release.
Expand Down

0 comments on commit d16472f

Please sign in to comment.