You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Replace AutoRegistration with a new Loader that uses Zeitwerk
- Remove support for non-standard setups where dir structure doesn't
match namespaces
- Deprecate `ROM::Setup#auto_registration` and move it to `rom/compat`
Refs #607
- Replace AutoRegistration with a new Loader that uses Zeitwerk
- Remove support for non-standard setups where dir structure doesn't
match namespaces
- Deprecate `ROM::Setup#auto_registration` and move it to `rom/compat`
Refs #607
[changelog]
added:
- "Backward-compatibility extension that you can load via `require "rom/compat"` (via #634 refs #607) (@solnic)"
changed:
- "[BREAKING] `Setup#auto_registration` was renamed to `Setup#auto_register`. You can restore the original method via rom/compat extension (via #634 refs #607) (@solnic)"
- "[internal] auto registration is now powered by Zeitwerk (via #634 refs #607) (@solnic)"
Reporting this as a placeholder for now. Specific improvements are TBD.
The text was updated successfully, but these errors were encountered: