Skip to content

Commit bc1577b

Browse files
committed
1.0.0.pre1
1 parent 8cf64c2 commit bc1577b

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
## [0.5.0] - Unreleased
1+
## [1.0.0.pre1] - Unreleased
22

33
### Added
44

55
- Positional params are now supported
66
- A new set of methods exist to define params, `.param`, `.named`, `.positional`, `.optional`
77
- Class methods to get names of parameters, positional and named, optional or required.
8+
- Added ability to pattern matching on params with operation instance or partially applied operations
89

910
### Breaking changes
1011

@@ -20,12 +21,6 @@
2021
- TypedOperation does **not** depend on Rails. Rails generator support exists but is conditionally included.
2122
- Numerous fixes
2223

23-
## [0.4.3] - Unreleased
24-
25-
### Added
26-
27-
- Added ability to pattern matching on params with operation instance or partially applied operations
28-
2924
## [0.4.2] - 2023/07/27
3025

3126
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Inputs to the operation are specified as typed attributes (uses [`literal`](http
66

77
Type of result of the operation is up to you, eg you could use [`literal` monads](https://github.com/joeldrapper/literal) or [`Dry::Monads`](https://dry-rb.org/gems/dry-monads/1.3/).
88

9-
**Note the version described here (>= 0.5.0) is not yet released on Rubygems, it is waiting for a release of `literal`)**
9+
**Note the version described here (~ 1.0.0) is not yet released on Rubygems, it is waiting for a release of `literal`)**
1010

1111
## Features
1212

lib/typed_operation/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module TypedOperation
2-
VERSION = "0.4.3"
2+
VERSION = "1.0.0.pre1"
33
end

0 commit comments

Comments
 (0)