Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
a9838a9
feat: migrates to package:web and js_interop
josh-burton May 20, 2024
9a156fb
fix: enhances comment
josh-burton Jun 4, 2024
4266881
chore: Adds changelog
josh-burton Jun 4, 2024
7dfc42e
chore: formatting
josh-burton Jun 4, 2024
2bf4b4f
fix: changes min flutter version to 3.13.0 and dart sdk 3.1.0 to be c…
josh-burton Jun 4, 2024
c6a928b
run dart fix —apply
denrase Jun 10, 2024
ba3f60c
run dart format
denrase Jun 10, 2024
fd5aee5
bump min version test
denrase Jun 10, 2024
d54557d
bump
denrase Jun 10, 2024
37b2f1e
fix nullable access
denrase Jun 10, 2024
1b74dc9
set sdk to 3.1.0
denrase Jun 10, 2024
ca09320
setup dart sdk to 3.3.0 in min version test
denrase Jun 10, 2024
4b119a3
bump min version test
denrase Jun 10, 2024
dca0c67
bump java version
denrase Jun 10, 2024
67c79d0
bump min version of all packages
denrase Jun 11, 2024
9acd81b
revert min version bumps
denrase Jun 17, 2024
01a810c
use "3.19.0 in min version test
denrase Jun 17, 2024
a1b9645
use 3.19.0
denrase Jun 17, 2024
895da92
Bump all dependencies
denrase Jun 17, 2024
5e44704
Merge branch 'main' into package-web
denrase Jun 17, 2024
724fb73
update chanelog
denrase Jun 17, 2024
6fce197
bum ffigen to 12.0, set flutter version to 3.19.0-stable, generate code
denrase Jun 17, 2024
8515650
bump ffi
denrase Jun 17, 2024
0e12979
run dart fix apply
denrase Jun 17, 2024
ec73b9e
add missing import
denrase Jun 17, 2024
36bc82e
fix analyzer issue
denrase Jun 17, 2024
fd102a0
dont change gen code
denrase Jun 17, 2024
627f677
update ffi native
denrase Jun 17, 2024
7bb2685
fix binding build error
denrase Jun 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update chanelog
  • Loading branch information
denrase committed Jun 17, 2024
commit 724fb73d01c7994ddacc8ca82896e5c84ebcd68b
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

## Unreleased

### Features

- Migrates to package:web and js_interop ([#2064](https://github.com/getsentry/sentry-dart/pull/2064))

### Fixes

- Load contexts integration not setting `SentryUser` ([#2089](https://github.com/getsentry/sentry-dart/pull/2089))
Expand All @@ -23,6 +19,12 @@
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7100)
- [diff](https://github.com/getsentry/sentry-java/compare/7.9.0...7.10.0)

### Breaking Changes

- Migrates to package:web and js_interop ([#2104](https://github.com/getsentry/sentry-dart/pull/2104))
- Bumps minimum Dart SDK to 3.3.0
- Bumps minimum Flutter SDK to 3.19.0

## 8.2.0

### Enhancements
Expand Down