Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 3.59 KB

CHANGELOG.md

File metadata and controls

82 lines (45 loc) · 3.59 KB

0.4.2 (July 26, 2022)

Build System / Dependencies
  • upgrade dependences and README (f90dc9fe)

0.4.1 (February 21, 2022)

Build System / Dependencies
Chores

0.4.0 (October 10, 2021)

Build System / Dependencies

0.3.1 (July 29, 2021)

Chores
Bug Fixes
  • _getQuery do not use this.id (af1dd954)

0.3.0 (July 17, 2021)

Build System / Dependencies
Refactors
  • _mapQueryOperator to parse $in, $nin correctly (a2fa6122)

0.2.0 (June 30, 2021)

Build System / Dependencies
Chores
New Features
  • support $ignoreCase filters in Find (dbdf0082)
Bug Fixes
  • handle query ById + ottoman operator ($ne, $in) (7e12ac1c)
  • operator not mapped for multi-operation (98cdc14e)
Performance Improvements
  • remove redundant call to _select on multi patch (23d23057)
  • use Promise.all on _find (14565408)
Refactors
  • switch import for ModelOptions (4240da75)
Tests
  • declare type OttomanServiceOptions for options (076488f4)
  • add test case for all Comparison Operators (63a8ce5b)

0.1.0 (June 4, 2021)

Initial Release