Skip to content

Latest commit

 

History

History
89 lines (57 loc) · 4.52 KB

File metadata and controls

89 lines (57 loc) · 4.52 KB

[Unreleased]

[0.7.0] - 2025-06-11

  • support ruby 3.4.0 style backtrace string (@kuboon)
  • Remove ActionMailer as a dependency (@coorasse)
  • Fix console uninitialized constant Rails error (@ron-shinall)
  • Update documentation to show how to add additional information to the context (@francescob)
  • Introduce base_controller_class config option (@ron-shinall)
  • Introducing destroy_after config property to clear resolved errors (@ron-shinall)
  • configuration for a subject prefix for email (@francescob)
  • fix some small typos (@defkode)

[0.6.1] - 2024-09-19

  • Fix the install generator by putting the schema in the db/ directory (@fractaledmind)

[0.6.0] - 2024-09-09

  • Slim down installer and have it use a final schema instead of migrations (@fractaledmind)
  • Fix rails 8 warning: "Drawing a route with a hash key name is deprecated" (@dorianmariecom)

[0.5.0] - 2024-08-22

  • introduce ability to view resolved errors and delete them (@acoffman)
  • loosen Rails dependency constraints to allow for Rails 8 (@dorianmariecom)
  • update README.md with rails error reporting example (@stillhart)

[0.4.3] - 2024-06-21

  • fix SolidErrors.send_emails? that always returns true (@defkode)
  • Highlight source line (@Bhacaz)
  • Latest occurrences first (@Bhacaz)
  • Fix partial not being found with different inflector @emilioeduardob

[0.4.2] - 2024-04-10

  • Fix bug in error page when using Postgres (@mintuhouse)

[0.4.1] - 2024-04-09

[0.4.0] - 2024-04-09

[0.3.5] - 2024-02-06

  • Fix issue with gsub! on a frozen string (@joelmoss)

[0.3.4] - 2024-01-29

  • Ensure that setting username/password with Ruby triggers the basic authentication

[0.3.3] - 2024-01-28

  • Properly fix the setup issues
  • Add the needed locale file

[0.3.2] - 2024-01-28

  • Fix belongs_to reference in Occurrence model

[0.3.1] - 2024-01-28

  • Fix incorrect table reference name and long index name in the migration template

[0.3.0] - 2024-01-28

  • Proper release with full coherent functionality and documentation

[0.2.0] - 2024-01-14

  • Initial release

[0.1.0] - 2024-01-14

  • Reserve gem name