Releases: MindscapeHQ/raygun4blazor
Releases · MindscapeHQ/raygun4blazor
2.0.2
What's Changed
- chore: Bump bunit from 2.5.3 to 2.6.2 by @dependabot[bot] in #97
- chore: Bump Microsoft.AspNetCore.Components from 10.0.2 to 10.0.3 by @dependabot[bot] in #98
- chore: Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0 by @dependabot[bot] in #100
- chore: Bump Microsoft.SourceLink.GitHub from 10.0.102 to 10.0.103 by @dependabot[bot] in #101
- chore: Bump Microsoft.Extensions.DependencyInjection from 10.0.2 to 10.0.3 by @dependabot[bot] in #99
- chore: Release 2.0.2 by @miquelbeltran in #102
Full Changelog: 2.0.1...2.0.2
2.0.1
What's Changed
- ci: build nuget packages automatically by @miquelbeltran in #81
- chore: Bump Microsoft.NET.Test.Sdk and MSTest by @dependabot[bot] in #87
- chore: Bump Microsoft.Extensions.DependencyInjection from 10.0.0 to 10.0.1 by @dependabot[bot] in #85
- chore: Bump Breakdance.Blazor and bunit by @dependabot[bot] in #82
- chore: Bump bunit from 1.40.0 to 2.4.2 by @dependabot[bot] in #83
- chore: Bump Microsoft.AspNetCore.Components from 10.0.0 to 10.0.1 by @dependabot[bot] in #84
- chore: Bump bunit from 2.4.2 to 2.5.3 by @dependabot[bot] in #89
- chore: Bump Microsoft.AspNetCore.Components from 10.0.1 to 10.0.2 by @dependabot[bot] in #90
- chore: Bump Microsoft.Extensions.DependencyInjection from 10.0.1 to 1… by @velocitysystems in #93
- chore: Bump Breakdance.Blazor from 7.0.0 to 8.0.2 by @dependabot[bot] in #88
- chore: Bump Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.102 by @dependabot[bot] in #92
- chore: fix test projects by @velocitysystems in #94
- chore: release 2.0.1 by @velocitysystems in #95
New Contributors
- @velocitysystems made their first contribution in #93
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed
- chore: Bump FluentAssertions from 6.12.2 to 8.6.0 by @dependabot[bot] in #72
- chore: Bump FluentAssertions from 8.6.0 to 8.7.0 by @dependabot[bot] in #73
- chore: Bump FluentAssertions from 8.7.0 to 8.8.0 by @dependabot[bot] in #74
- feat(sdk): .NET 10 support by @jrummell-elite in #76
- chore: Release 2.0.0 by @miquelbeltran in #80
BREAKING CHANGES: This release moves to .NET 10
New Contributors
- @jrummell-elite made their first contribution in #76
Full Changelog: 1.2.2...2.0.0
1.2.2
What's Changed
- docs: add releasing and update contributing by @miquelbeltran in #67
- chore(deps): bump skwas.MockHttp from 4.3.1 to 4.5.0 in /src by @dependabot in #68
- fix: support UtcOffset as decimal by @miquelbeltran in #70
- chore: Release 1.2.2 by @miquelbeltran in #71
New Contributors
- @dependabot made their first contribution in #68
Full Changelog: 1.2.1...1.2.2
1.2.1
What's Changed
- fix: #64 call to parent OnErrorAsync in RaygunErrorBoundary by @miquelbeltran in #65
- chore: Prepare release 1.2.1 by @miquelbeltran in #66
Full Changelog: 1.2.0...1.2.1
1.2.0
What's Changed
- ci: Improvements in CI workflow by @miquelbeltran in #60
- feat: Support Net 9.0 by @miquelbeltran in #62
- chore: Prepare release 1.2.0 by @miquelbeltran in #63
Full Changelog: 1.1.0...1.2.0
1.1.0
What's Changed
- ci: fix broken ci components by @miquelbeltran in #51
- perf: #31 use
GeneratedRegexby @miquelbeltran in #50 - docs: #17 document BrowserStats and BrowserSpecs by @miquelbeltran in #54
- test: #18 RaygunErrorBoundary tests by @miquelbeltran in #53
- feat: #16 Include host machine environment details by @miquelbeltran in #55
- feat: Breadcrumb level by @miquelbeltran in #57
- feat: Portable Debug Data images by @miquelbeltran in #56
- chore: Prepare release 1.1.0 by @miquelbeltran in #58
Full Changelog: 1.0.0...1.1.0
1.0.0
What's Changed
- feat: #34 OnBeforeSend by @miquelbeltran in #39
- feat: #29 throttled background processing by @miquelbeltran in #40
- feat: #30 Offline Storage by @miquelbeltran in #41
- chore: Cleanup TODO comments by @miquelbeltran in #44
- feat: MAUI Blazor Hybrid support by @miquelbeltran in #47
- docs: Cleanup READMEs by @miquelbeltran in #48
- chore: Version 1.0.0 by @miquelbeltran in #49
Full Changelog: 0.0.2...1.0.0
0.0.2
What's Changed
- Raygun4Blazor - Preview 1 by @robertmclaws in #1
- chore: add .idea to gitignore by @miquelbeltran in #5
- chore: Issue and PR templates by @miquelbeltran in #8
- ci: Create dependabot.yml by @miquelbeltran in #11
- ci: GH Action title check by @miquelbeltran in #10
- test: fix tests by @miquelbeltran in #6
- ci: Set dependabot interval to "monthly" by @miquelbeltran in #23
- fix: #9 Fix warnings by @miquelbeltran in #12
- fix: fix missing README warning by @miquelbeltran in #20
- refactor: #21 Remove
.NetCorefrom namespace by @miquelbeltran in #24 - feat: #13 Support JavaScript stack trace by @miquelbeltran in #25
- feat: #27 Internal RaygunLogger by @miquelbeltran in #28
- feat: #26 User Manager by @miquelbeltran in #32
- feat: #22 Blazor Server support by @miquelbeltran in #37
- chore: Preparing for release 0.0.2 by @miquelbeltran in #38
New Contributors
- @robertmclaws made their first contribution in #1
Full Changelog: https://github.com/MindscapeHQ/raygun4blazor/commits/0.0.2