Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

28 lines (24 loc) · 1.47 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.

Given a version number MAJOR.MINOR.PATCH, increment the:

* MAJOR version when you make incompatible API changes,
* MINOR version when you add functionality in a backwards-compatible manner, and
* PATCH version when you make backwards-compatible bug fixes.

Major Versions

  • 1.0.0 - Initial release
  • 1.1.0 - Adds ability to force scope driver in config
  • 1.1.1 - Removes default scope driver
  • 1.2.0 - Adds PostgreSQL scope driver
  • 1.2.1 - Minor postgres bug fix
  • 1.3.0 - Improves tests coverage and adds SQL Server driver
  • 1.4.0 - Adds support for DB builder
  • 1.4.1 - Fixes config publish command
  • 1.5.0 - Adds orderByDistanceFrom methods
  • 1.5.1 - Fixes bug with orderByDistanceFrom methods for Postgres and SQLServer
  • 1.6.0 - Adds addDistanceFromField() method
  • 1.6.1 - Fixes tests to make the PSR4 compliant
  • 2.0.0 - Updates composer.json
  • 2.0.1 - Adds support for Mariadb
  • 2.0.2 - Updates composer.json