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.
- CHORE: upgrade mongodb driver dependency
- Updated to mongoose8.x and mongodb6.x
- Official Release
- FIO-6593: Adding a __all operator to the queries.
- Increment minor version.
- upgrade fast-json-patch dependency
- slight improvement to error handler
- Upgrade dependencies.
- Migrate to yarn.
- Upgrade debug@4.3.2, coveralls@3.1.1, supertest@6.1.6, fast-json-patch@3.1.0, eslint@7.32.0, mongodb@4.1.1, mocha@9.1.0, mongoose@6.0.2
- Upgrade dependencies.
- Ensure that filter queries do not override existing filter queries.
- Upgrade dependencies.
- Added support of Range header to index route.
- Upgrade mongoose@5.9.22, eslint@7.4.0
- Revert "High performance optimization during aggregation"
- Issue where a crash could occur with the getQueryParam method.
- Support for multiple select query params
- Upgrade dependencies.
- Upgrade dependencies.
- The ability to select certain fields within a single resource using the ?select= query parameter.
- Upgrade mongoose@5.9.6, coveralls@3.0.11
- Upgraded mongodb@3.5.5, coveralls@3.0.10, mocha@7.1.1, mongoose@5.9.5
- Upgrade dependencies.
- Moved the isEmpty method to the utils.
- Problems where _.isEmpty() was replaced with array length checks which does not work to check if objects are empty.
- The resourcejs middleware paths to be able to be processed outside of Express.
- Upgrade mocha@7.1.0
- See #109. Many changes.
- High performance optimization during aggregation
- Upgrade mongoose@5.9.2 and mongodb@3.5.4
- Upgrade mongoose@5.8.11, mongodb@3.5.3, mocha@7.0.1
- Improve swagger schema that includes an array of types
- Upgrade mongodb@3.4.1, mongoose@5.8.3
- Incorrect swagger type getting handled for ObjectId.
- Issue where the ObjectId object is not defined in Swagger.js.
- Upgraded mongodb@3.4.0, mongoose@5.8.0
- Upgraded mongodb@3.3.3, chance@1.1.3, mocha@6.2.2, eslint@6.6.0, mongoose@5.7.7
- A way to only include model filters in the query.
- Improve performance of PUT by not sending stringified version of object to debug.
- Now using lean() to improve performance of index and find queries.
- If an error occurs in a request middleware, return 400 instead of 500.
- Add ability to pass options to underlying
.save()
and.remove()
- Upgraded mongodb@3.1.8, express@4.16.4, debug@4.1.0, eslint@5.8.0, mongoose@5.3.7
- Upgraded fast-json-patch@2.0.7, lodash@4.17.11, mongodb@3.1.6, mongoose@5.2.16, eslint@5.6.0, supertest@3.3.0, debug@4.0.1
- Upgrade dependencies.
- Upgraded mongodb@3.1.4, mongoose@5.2.10
- Upgraded mongodb@3.1.3, mongoose@5.2.8, eslint@5.3.0
- Fixing all deprecation warnings by using countDocuments and using new mongo url parser.
- Upgraded mongodb@3.1.1, mongoose@5.2.3, eslint@5.1.0.
- Date filtering.
- Upgraded lodash@4.17.10, moment@2.22.1, mongodb@3.0.8, async@2.6.1, body-parser@1.18.3, chance@1.0.16, mongoose@5.1.3, mocha@5.2.0, supertest@3.1.0
- Ability to filter dates by timestamp. (Conflicts with number filtering)
- Ability to filter dates by Year. (Conflicts with number filtering)
- Filtering by number not working for non root level fields.