Skip to content
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.

Latest commit

 

History

History
35 lines (30 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

35 lines (30 loc) · 1.2 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.0.1 - 2020-03-05

Changed

  • Changed company name references.

2.0.0 - 2019-11-10

Changed

  • Unified namespace conventions used across packages

1.0.0 - 2019-03-04

Added

  • Initial implementation of ulrack/search
  • Ulrack\Search\Common\FilterGroupInterface
  • Ulrack\Search\Common\FilterInterface
  • Ulrack\Search\Common\LimiterInterface
  • Ulrack\Search\Common\PagerInterface
  • Ulrack\Search\Common\SearchCriteriaCompilerInterface
  • Ulrack\Search\Common\SearchCriteriaInterface
  • Ulrack\Search\Common\SorterInterface
  • Ulrack\Search\Criteria\FilterGroup
  • Ulrack\Search\Criteria\Filter
  • Ulrack\Search\Criteria\Limiter
  • Ulrack\Search\Criteria\Pager
  • Ulrack\Search\Criteria\SearchCriteria
  • Ulrack\Search\Criteria\Sorter
  • Unit Tests