File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11## [ Unreleased]
22
3+ ## [ 0.7.0] - 2025-06-11
4+
5+ - support ruby 3.4.0 style backtrace string ([ @kuboon ] ( https://github.com/fractaledmind/solid_errors/pull/74 ) )
6+ - Remove ActionMailer as a dependency ([ @coorasse ] ( https://github.com/fractaledmind/solid_errors/pull/77 ) )
7+ - Fix console uninitialized constant Rails error ([ @ron-shinall ] ( https://github.com/fractaledmind/solid_errors/pull/72 ) )
8+ - Update documentation to show how to add additional information to the context ([ @francescob ] ( https://github.com/fractaledmind/solid_errors/pull/71 ) )
9+ - Introduce base_controller_class config option ([ @ron-shinall ] ( https://github.com/fractaledmind/solid_errors/pull/67 ) )
10+ - Introducing destroy_after config property to clear resolved errors ([ @ron-shinall ] ( https://github.com/fractaledmind/solid_errors/pull/79 ) )
11+
312## [ 0.6.1] - 2024-09-19
413
514- Fix the install generator by putting the schema in the db/ directory ([ @fractaledmind ] ( https://github.com/fractaledmind/solid_errors/pull/62 ) )
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- solid_errors (0.6.1 )
4+ solid_errors (0.7.0 )
55 actionpack (>= 7.0 )
66 actionview (>= 7.0 )
77 activerecord (>= 7.0 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module SolidErrors
4- VERSION = "0.6.1 "
4+ VERSION = "0.7.0 "
55end
You can’t perform that action at this time.
0 commit comments