Sha256: 211bf5e6900b84c20b54b2e20c90f0963978f2aaf12b74e9b0164ba88fcb23a9
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 KB
Contents
# 0.1.0 2015-08-17 ## Added - `Transaction#call` will raise if options include an unknown step name (solnic) - `Transflow` support shorter syntax for steps: `steps :one, :two, :three` (solnic) - `step(name)` defaults to `step(name, with: name)` (solnic) ## Fixed - `Transaction#to_s` displays steps in the order of execution (solnic) ## Internal - Organize source code into separate files (solnic) - Document public interface with YARD (solnic) - Add unit specs for `Transaction` (solnic) [Compare v0.0.2...v0.1.0](https://github.com/solnic/transflow/compare/v0.0.2...v0.1.0) # 0.0.2 2015-08-16 ## Added - Ability to pass aditional arguments to specific operations prior calling the whole transaction (solnic) [Compare v0.0.2...v0.0.2](https://github.com/solnic/transflow/compare/v0.0.1...v0.0.2) # 0.0.2 2015-08-16 ## Added - Ability to publish events from operations via `publish: true` option (solnic) - Ability to subscribe to events via `Transflow::Transaction#subscribe` interface (solnic) [Compare v0.0.1...v0.0.2](https://github.com/solnic/transflow/compare/v0.0.1...v0.0.2) # 0.0.1 2015-08-16 First public release \o/
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
transflow-0.1.0 | CHANGELOG.md |