Skip to content

Commit

Permalink
update changelog for 0.2.0 release
Browse files Browse the repository at this point in the history
changes from #5, #6, & #7
  • Loading branch information
nfriedly committed Jan 17, 2025
1 parent 9044e86 commit 1cfb0a8
Showing 1 changed file with 13 additions and 0 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

0 comments on commit 1cfb0a8

Please sign in to comment.