monguito

Lightweight MongoDB Abstract Repository implementation for Node.js apps

MIT License

Downloads
166
Stars
31
Committers
2

Bot releases are hidden (Show)

monguito - 3.3.1

Published by Josuto 10 months ago

What's Changed

Full Changelog: https://github.com/Josuto/monguito/compare/3.2.0...3.3.1

monguito - 3.2.0

Published by Josuto 10 months ago

What's Changed

Full Changelog: https://github.com/Josuto/monguito/compare/3.1.0...3.2.0

monguito - 3.1.0

Published by Josuto 11 months ago

What's Changed

Full Changelog: https://github.com/Josuto/monguito/compare/3.0.0...3.1.0

monguito - 3.0.0

Published by Josuto 11 months ago

📣 Two exciting news for you all! 🔥

  • 🔍 monguito now supports paginated results for the findAll operation
  • 📒 The library API is now fully documented to enhance your development experience when using your favourite IDE

Breaking Changes

This release introduces some breaking changes only for those using the findAll operation with either filter or sortBy input parameters (or both). We found that adding a new input parameter in the operation signature to specify page details would make it pretty verbose, so we decided to substitute the old search parameters by an optional options parameter that includes them all.

All you need to do now is wrap your filter and sortBy values within an object i.e., { filter: <some query>, sortBy: <some field ordering criteria> } and you will be good to go! 🚀

You can find further information about the new signature for the findAll operation here.

What's Changed

Full Changelog: https://github.com/Josuto/monguito/compare/2.14.0...3.0.0

monguito - 2.14

Published by Josuto 11 months ago

What's Changed

Full Changelog: https://github.com/Josuto/monguito/compare/2.13.0...2.14.0

monguito - 2.13

Published by Josuto 11 months ago

What's Changed

Full Changelog: https://github.com/Josuto/monguito/compare/2.12.0...2.13.0

monguito - 2.12

Published by Josuto 12 months ago

What's Changed

Full Changelog: https://github.com/Josuto/monguito/compare/2.11.0...2.12.0

monguito - 2.11

Published by Josuto 12 months ago

What's Changed

Full Changelog: https://github.com/Josuto/monguito/compare/2.10.1...2.11.0

monguito - 2.10.1

Published by Josuto about 1 year ago

What's Changed

Fix on metric bundles required to display the right values on the npm registry.

monguito - 2.10

Published by Josuto about 1 year ago

📣 We are happy to announce two important things:

  1. The project has been renamed to monguito! TBH, node-abstract-repository was too abstract, and since we are currently 100% focused in MongoDB, we decided to go for a more suitable name that also captures the lightweight nature of the library 🎉
  2. The first gift for monguito adopters is seamless audit data handling support 🎁. We also included a new section that explains it with examples in our README file

Welcome monguito! Hope you all enjoy it! 🥳

Full Changelog: https://github.com/Josuto/monguito/compare/2.9.0...2.10.0

monguito - 2.9

Published by Josuto about 1 year ago

What's Changed

Full Changelog: https://github.com/Josuto/monguito/compare/2.8.0...2.9.0

monguito - 2.8

Published by Josuto about 1 year ago

What's Changed

Full Changelog: https://github.com/Josuto/node-abstract-repository/compare/2.7.0...2.8.0

monguito - 2.7

Published by Josuto about 1 year ago

What's Changed

Full Changelog: https://github.com/Josuto/node-abstract-repository/compare/2.6.0...2.7.0

monguito - 2.6

Published by Josuto about 1 year ago

What's Changed

Full Changelog: https://github.com/Josuto/node-abstract-repository/compare/2.5.0...2.6.0

monguito - 2.5

Published by Josuto about 1 year ago

What's Changed

Full Changelog: https://github.com/Josuto/node-abstract-repository/compare/2.4...2.5.0

monguito - 2.4

Published by Josuto about 1 year ago

What's Changed

Full Changelog: https://github.com/Josuto/node-abstract-repository/compare/2.3...2.4

monguito - 2.3

Published by Josuto about 1 year ago

What's Changed

Full Changelog: https://github.com/Josuto/node-abstract-repository/compare/2.2.0...2.3

monguito - 2.2.0

Published by Josuto over 1 year ago

New feature! 🔥 Now you can also feed filtering and sorting parameters into the findAll database operation ✨

What's Changed

Full Changelog: https://github.com/Josuto/node-abstract-repository/compare/2.1.1...2.2.0

monguito - 2.1.1

Published by Josuto over 1 year ago

Upgraded several dependencies and added an example of how to override abstract repository operations.

What's Changed

Full Changelog: https://github.com/Josuto/node-abstract-repository/compare/2.1.0...2.1.1

monguito - 2.1.0

Published by Josuto over 1 year ago

This minor version release updates some dependencies required both by the library and the NestJS sample application. It also fixes a vulnerability found in one of these dependencies.

Moreover, it includes some e2e tests for the NestJS sample application to enable automated validation which may be beneficial for anyone building its own custom repository for any NestJS application.

What's Changed

New Contributors

Full Changelog: https://github.com/Josuto/node-abstract-repository/compare/2.0.0...2.1.0