Sha256: 4d6ed8e212d9403756186ad2d2ef7b40f721f57e65fa3aef9a9042e990d9c7f6

Contents?: true

Size: 867 Bytes

Versions: 1

Compression:

Stored size: 867 Bytes

Contents

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

## [0.5.0] - 2019-06-02
### PRE-RELEASE

## [0.4.0] - 2019-01-27
### Added
- **Valdiator**
  - `#fatal` - an `#error`-like method that appends validation error code and stops current method execution flow;

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