forked from pool/rubygem-dry-core
update OBS-URL: https://build.opensuse.org/request/show/1040982 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-dry-core?expand=0&rev=11
98 lines
2.6 KiB
Plaintext
98 lines
2.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Dec 7 11:18:08 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
|
|
|
updated to version 1.0.0
|
|
see installed CHANGELOG.md
|
|
|
|
## 1.0.0 2022-11-04
|
|
|
|
|
|
### Added
|
|
|
|
- Import dry-container as `Dry::Core::Container` (via #77) (@solnic)
|
|
|
|
|
|
[Compare v0.9.1...v1.0.0](https://github.com/dry-rb/dry-core/compare/v0.9.1...v1.0.0)
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 28 04:55:19 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
|
|
|
updated to version 0.9.1
|
|
see installed CHANGELOG.md
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 4 13:08:07 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
|
|
|
updated to version 0.8.1
|
|
see installed CHANGELOG.md
|
|
|
|
## 0.8.0
|
|
|
|
### Added
|
|
|
|
- `Dry::Core::BasicObject` ported from hanami-utils (@jodosha)
|
|
|
|
### Changed
|
|
|
|
- [BREAKING] [descendants tracker] switch to using `Class#subclasses` on Ruby 3.1+.
|
|
This changes the order of returned subclasses (immediate subclasses now go first) (@flash-gordon)
|
|
|
|
|
|
[Compare v0.7.1...v0.8.0](https://github.com/dry-rb/dry-core/compare/v0.7.1...master)
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jul 26 05:53:37 UTC 2021 - Stephan Kulow <coolo@suse.com>
|
|
|
|
updated to version 0.7.1
|
|
see installed CHANGELOG.md
|
|
|
|
## 0.7.1 2021-07-10
|
|
|
|
|
|
### Fixed
|
|
|
|
- [memoizable] memoizable correctly handles cases where a method
|
|
has unnamed params (e.g. happens when the new `...` syntax is used) (@flash-gordon)
|
|
|
|
|
|
|
|
[Compare v0.7.0...v0.7.1](https://github.com/dry-rb/dry-core/compare/v0.7.0...v0.7.1)
|
|
|
|
## 0.7.0 2021-07-08
|
|
|
|
|
|
### Fixed
|
|
|
|
- [memoizable] warnings when using keyword arguments (@flash-gordon)
|
|
- [deprecations] warnings show more relevant information about caller by default (@timriley)
|
|
|
|
### Changed
|
|
|
|
- Minimal Ruby version is 2.6
|
|
- [memoizable] memoization of block-accepting methods is deprecated (@flash-gordon)
|
|
|
|
[Compare v0.6.0...v0.7.0](https://github.com/dry-rb/dry-core/compare/v0.6.0...v0.7.0)
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 24 17:18:53 UTC 2021 - Stephan Kulow <coolo@suse.com>
|
|
|
|
updated to version 0.6.0
|
|
see installed CHANGELOG.md
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 20 12:33:29 UTC 2021 - Stephan Kulow <coolo@suse.com>
|
|
|
|
updated to version 0.5.0
|
|
see installed CHANGELOG.md
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 1 11:37:56 UTC 2020 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- initial package (version 0.4.9)
|