Skip to content

Latest commit

 

History

History
71 lines (33 loc) · 3.24 KB

CHANGELOG.md

File metadata and controls

71 lines (33 loc) · 3.24 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.0 (2024-10-22)

Features

  • added validator to check mongodb opertaor (35ed020)
  • create issue templates (666335e)

Bug Fixes

  • correct pagination totalRecord calculation after applying filters (2454f8a)
  • set default value while generating query (7039407)

1.2.2 (2024-10-14)

Bug Fixes

  • set default value while generating query (6b814e7)

1.2.1 (2024-10-14)

Features

  • added validator to check mongodb opertaor (8f45811)

1.2.0 (2024-10-13)

Features

  • enable filtering data with exact value for main collection (41800c6)
  • enable projection for sub collection, updated JSDoc, fixed some wording and updated code style (61ad8e2)

Bug Fixes

1.1.1 (2023-02-26)

Features

  • aggregation: allow to filter/search in sub collections (0375d6d)

Bug Fixes

1.1.0 (2023-02-25)

Features

  • query builder: optimize query builder, handle prevent error when empty (e9215d5)

Bug Fixes

  • agregation, validation: allow query without agregation, allow nullable on main parameter(9b90159)

  • configuration, docs: updated config and docs (e11bab7)

  • fixed and updated unit test" fixed and updated unit test (ff915bc)