Dhii/cqrs-resource-model-interface

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# Change log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [[*next-version*]] - YYYY-MM-DD

## [0.2-alpha1] - 2018-06-25
## Changed
- `SelectCapableInterface#select()` returns a list of maps, rather than a list of containers.

## [0.1-alpha2] - 2018-03-08
## Changed
- `SelectCapableInterface#select()` accepts ordering, limiting and offsetting parameters
- `DeleteCapableInterface#select()` accepts ordering, limiting and offsetting parameters
- `UpdateCapableInterface#select()` accepts ordering and limiting parameters

## [0.1-alpha1] - 2018-02-23
Initial version.