Skip to content

Latest commit

 

History

History
122 lines (69 loc) · 5.24 KB

CHANGELOG.md

File metadata and controls

122 lines (69 loc) · 5.24 KB

2.2.0 (2018-04-30)

New Features
  • query: add filter by _id in findByProximity (fba9f1c3)

2.1.0 (2018-04-30)

Chores
New Features

2.0.3 (2018-04-30)

Bug Fixes
  • resolver: fix in empty results (adabc21b)

2.0.2 (2018-04-30)

Chores
New Features
  • proximity: add max_distance (448843a9)

2.0.1 (2018-04-29)

Chores
  • package: update dependencies (d961167c)
  • docker: update docker files (9030e145)
Bug Fixes
  • query: add GraphQLNonNull to args required (fc530652)

2.0.0 (2018-04-23)

Breaking Changes
  • query: change type of findByProximity (527eb0cc)
Chores
  • codeclimate: add .codeclimate (a700b440)
Continuous Integration
  • deploy: add build-args in docker build (9701aef6)
New Features
  • utils: add parseMatrixResults (2bca5635)
  • models:
  • types: add SimpleMatrix type (9c571fa0)

1.2.0 (2018-04-20)

Documentation Changes
New Features
  • query: add findByProximity (ae3374e4)
  • types: add distance matrix types (299293e9)
  • utils: complete matrix util (8870bc10)
Code Style Changes

1.1.0 (2018-04-20)

New Features
  • args: add filter data by address (8d77c188)

1.0.0 (2018-04-20)

Chores
Continuous Integration
Documentation Changes
Bug Fixes
Code Style Changes
Tests