Sha256: ab4923aca9e86c42396d26a025fe61b7126c740ec87881a88d37a4c79e0454de

Contents?: true

Size: 660 Bytes

Versions: 1

Compression:

Stored size: 660 Bytes

Contents

# Changelog
All notable changes to this project will be documented in this file.

## [0.3.0] - 2019-01-20
### Added
- **Operation**
  - New result object type: `Fatal` (`SmartCore::Operation::Fatal`, `#Fatal`)
    - stops the operation execution flow and returns
      `SmartCore::Operation::Fatal` result immidietly;
    - has `Failure`-like instantiation behavior and internal state (`#failure?`, `#fatal?`, `#errors`);

## [0.2.0] - 2019-01-20
### Added
- **Service object** abstraction (`SmartCore::Operation`);
- **Validator**
  - Support for `&block` attribute at object instantiation;

## [0.1.0] - 2019-01-05
### Added
- Validation object abstraction;

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
smart_core-0.3.0 CHANGELOG.md