-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f422539
commit cdbd5c1
Showing
1 changed file
with
34 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,75 +1,75 @@ | ||
# Changelog | ||
|
||
# 0.5.1 | ||
## 0.5.1 | ||
|
||
* Yanked 0.5.0 | ||
- Yanked 0.5.0 | ||
|
||
# 0.5.0 | ||
## 0.5.0 | ||
|
||
* Dropped support for Rails 5.2 | ||
- Dropped support for Rails 5.2 | ||
|
||
# 0.4.1 | ||
## 0.4.1 | ||
|
||
* The gem no longer depends on `rails`. Instead, it depends on `railties`. | ||
- The gem no longer depends on `rails`. Instead, it depends on `railties`. | ||
|
||
# 0.4.0 | ||
## 0.4.0 | ||
|
||
* Dropped support to Ruby 2.6 as it has reached EOL 6 months ago. | ||
- Dropped support to Ruby 2.6 as it has reached EOL 6 months ago. | ||
|
||
# 0.3.0 | ||
## 0.3.0 | ||
|
||
* Updated dependencies | ||
* Added Rails 7 to the test matrix | ||
* Changed `ConcurrentRails::Testing` behavior: methods with bang now set the strategy globally while methods without bang will set the strategy just for the given block | ||
* Enforcing `Style/ClassAndModuleChildren` rule to compact | ||
- Updated dependencies | ||
- Added Rails 7 to the test matrix | ||
- Changed `ConcurrentRails::Testing` behavior: methods with bang now set the strategy globally while methods without bang will set the strategy just for the given block | ||
- Enforcing `Style/ClassAndModuleChildren` rule to compact | ||
|
||
## 0.2.1 | ||
|
||
* Added `ConcurrentRails::Testing` tool | ||
* Dropped support for Ruby 2.5 | ||
* Added deprecation warning for `ConcurrentRails::Future` | ||
* Wrapped `touch` and `wait` on Rails' executor as well | ||
- Added `ConcurrentRails::Testing` tool | ||
- Dropped support for Ruby 2.5 | ||
- Added deprecation warning for `ConcurrentRails::Future` | ||
- Wrapped `touch` and `wait` on Rails' executor as well | ||
|
||
## 0.2.0 | ||
|
||
* Added delayed futures | ||
* Added support for callbacks | ||
* Code re-organization | ||
- Added delayed futures | ||
- Added support for callbacks | ||
- Code re-organization | ||
|
||
## 0.1.8 | ||
|
||
* Use the same executor for all `Promises` chaining methods | ||
* Update development dependencies | ||
- Use the same executor for all `Promises` chaining methods | ||
- Update development dependencies | ||
|
||
## 0.1.7 | ||
|
||
* Added `chain` method to promises | ||
* Fixed wrong method forwarding to `Promises`: `resolved?` instead of `complete?` | ||
- Added `chain` method to promises | ||
- Fixed wrong method forwarding to `Promises`: `resolved?` instead of `complete?` | ||
|
||
## 0.1.6 | ||
|
||
* Added support for `timeout` and `timeout_value` on `Promises#value` | ||
* Added `future_on` on `Promises`, allowing the user to pass a custom executor | ||
* Default executor for `Future` is now `:fast` instead of `:io` | ||
* Code cleanup | ||
- Added support for `timeout` and `timeout_value` on `Promises#value` | ||
- Added `future_on` on `Promises`, allowing the user to pass a custom executor | ||
- Default executor for `Future` is now `:fast` instead of `:io` | ||
- Code cleanup | ||
|
||
## 0.1.5 | ||
|
||
* Added `value!` to `ConcurrentRails::Future` | ||
* Updatede development dependencies | ||
- Added `value!` to `ConcurrentRails::Future` | ||
- Updatede development dependencies | ||
|
||
## 0.1.4 | ||
|
||
* Fixed `ConcurrentRails::Promises`'s `future` factory so it handles parameters and blocks correctly | ||
- Fixed `ConcurrentRails::Promises`'s `future` factory so it handles parameters and blocks correctly | ||
|
||
## 0.1.3 | ||
|
||
* Dropped support for Ruby and Rails versions that reached EOL | ||
- Dropped support for Ruby and Rails versions that reached EOL | ||
|
||
## 0.1.2 | ||
|
||
* Fixed dependencies for development | ||
- Fixed dependencies for development | ||
|
||
## 0.1.1 | ||
|
||
* Hello world | ||
- Hello world |