Sha256: 4f3a2a047554da1feebf8337f80f62c6b82508d863aa4533a7a8b5d74eec6ff6

Contents?: true

Size: 1.28 KB

Versions: 1

Compression:

Stored size: 1.28 KB

Contents

# 0.2.0 2015-08-18

## Added

- Support for currying a publisher step (solnic)

[Compare v0.1.0...v0.2.0](https://github.com/solnic/transflow/compare/v0.1.0...v0.2.0)

# 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.2.0 CHANGELOG.md