b4f6da0cc4
update OBS-URL: https://build.opensuse.org/request/show/1040984 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-dry-logic?expand=0&rev=10
115 lines
2.9 KiB
Plaintext
115 lines
2.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Dec 7 11:18:31 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
|
|
|
updated to version 1.5.0
|
|
see installed CHANGELOG.md
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 28 04:55:31 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
|
|
|
updated to version 1.3.0
|
|
see installed CHANGELOG.md
|
|
|
|
## unreleased
|
|
|
|
|
|
### Added
|
|
|
|
- `uri_rfc3986?` predicate that uses a better regexp than `uri?` (see #94 for more details) (@hieuk09)
|
|
|
|
### Changed
|
|
|
|
- Deprecate `eql?` in favor of `is_eql?` (issue #92 via #98) (@solnic)
|
|
- Deprecate `respond_to?` in favor of `interface?` (issue #73 closed via #99) (@solnic)
|
|
|
|
[Compare v1.3.0...master](https://github.com/dry-rb/dry-logic/compare/v1.3.0...master)
|
|
|
|
## 1.3.0 2022-10-15
|
|
|
|
|
|
### Changed
|
|
|
|
- Use zeitwerk for auto-loading (@solnic + @flash-gordon)
|
|
|
|
[Compare v1.2.0...v1.3.0](https://github.com/dry-rb/dry-logic/compare/v1.2.0...v1.3.0)
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 24 17:19:06 UTC 2021 - Stephan Kulow <coolo@suse.com>
|
|
|
|
updated to version 1.2.0
|
|
see installed CHANGELOG.md
|
|
|
|
## 1.2.0 2021-04-26
|
|
|
|
|
|
### Added
|
|
|
|
- Add predicate and operation builder DSL (@oleander)
|
|
|
|
|
|
[Compare v1.1.1...v1.2.0](https://github.com/dry-rb/dry-logic/compare/v1.1.1...v1.2.0)
|
|
|
|
## 1.1.1 2021-04-14
|
|
|
|
|
|
### Fixed
|
|
|
|
- Fixed a crash under jruby caused by arg splatting in Binary operations (@flash-gordon)
|
|
|
|
|
|
[Compare v1.1.0...v1.1.1](https://github.com/dry-rb/dry-logic/compare/v1.1.0...v1.1.1)
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 20 12:33:46 UTC 2021 - Stephan Kulow <coolo@suse.com>
|
|
|
|
updated to version 1.1.0
|
|
see installed CHANGELOG.md
|
|
|
|
<!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
|
|
|
|
## 1.1.0 2020-12-26
|
|
|
|
|
|
### Changed
|
|
|
|
- Switched to equalizer from dry-core (@solnic)
|
|
|
|
[Compare v1.0.8...v1.1.0](https://github.com/dry-rb/dry-logic/compare/v1.0.8...v1.1.0)
|
|
|
|
## 1.0.8 2020-09-28
|
|
|
|
|
|
### Fixed
|
|
|
|
- Better Ruby 3 support with fixed specialization for rules of negative arity (@flash-gordon)
|
|
|
|
|
|
[Compare v1.0.7...v1.0.8](https://github.com/dry-rb/dry-logic/compare/v1.0.7...v1.0.8)
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 25 13:53:50 UTC 2020 - Stephan Kulow <coolo@suse.com>
|
|
|
|
updated to version 1.0.7
|
|
see installed CHANGELOG.md
|
|
|
|
## 1.0.7 2020-08-13
|
|
|
|
|
|
### Added
|
|
|
|
- A new `uri?` predicate that you can use to verify `URI` strings, ie `uri?("https", "https://dry-rb.org")` (@nerburish)
|
|
- New predicates: `uuid_v1?`, `uuid_v2?`, `uuid_v3?` and `uuid_v5?` (via #75) (@jamesbrauman)
|
|
|
|
|
|
[Compare v1.0.6...v1.0.7](https://github.com/dry-rb/dry-logic/compare/v1.0.6...v1.0.7)
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 1 11:41:18 UTC 2020 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- initial package (version 1.0.6)
|