AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- updated to version 1.4.2 see installed CHANGELOG.md [#] 1.4.2 * Fix bug when removing features loaded by relative path from `$LOADED_FEATURES` * Fix bug with propagation of `NameError` up from nested calls to `require`
- updated to version 1.4.1 see installed CHANGELOG.md [#] 1.4.1 * Don't register change observers to frozen objects. [#] 1.4.0 * When running in development mode, always fall back to a full path scan on LoadError, making bootsnap more able to detect newly-created files. (#230) * Respect `$LOADED_FEATURES.delete` in order to support code reloading, for integration with Zeitwerk. (#230) * Minor performance improvement: flow-control exceptions no longer generate backtraces. * Better support for requiring from environments where some features are not supported (especially JRuby). (#226)k * More robust handling of OS errors when creating files. (#225)
- updated to version 1.3.2 * Fix Spring + Bootsnap incompatibility when there are files with similar names. * Fix `YAML.load_file` monkey patch to keep accepting File objects as arguments. * Fix the API for `ActiveSupport::Dependencies#autoloadable_module?`. * Some performance improvements.
- updated to version 1.3.1 see installed CHANGELOG.md [#] 1.3.1 * Change load path scanning to more correctly follow symlinks.
- Initial package release