v0.1.5 🌈
Super excited to have new people starring the project. To celebrate, this release has a lot of improvements and added support for MongoDB commands.
Highlights are:
- On the Aggregation Pipeline, we highly improved support for the
$project
stage (check issue #37 for more information) - Also on the Aggregation Pipeline the new stages
$count
,$skip
and$limit
are now supported - The very complex
findAndModify
command landed with initial support (missing details are being tracked on issue #52)
Please let me know on Discussions section if you have any thoughts about the project!
Changes
- Adds findAndModify command @fcoury (#51)
- feat: added $limit and $skip aggregation pipeline stages @fcoury (#48)
- feat: implements $count aggregation pipeline stage @fcoury (#47)
- feat: improves coverage of the $project specs @fcoury (#43)
- Spelling @jsoref (#41)
- Fixes parsing date values ('$d') @fcoury (#42)
- Improved error handling and propagation @fcoury (#40)