mongo-driver-3/CHANGELOG.md
2019-11-14 20:09:01 +08:00

24 lines
656 B
Markdown

# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
## [Unreleased]
### Added
- Added aggregate function
- `skip` option to `find`
### Changed
- Better docs for cljdoc
- Merged `find-maps` into `find`
- Added ? suffix to boolean params
- Renamed `find-one-as-map` to `find-one`
## [0.2.0] - 2019-11-14
### Added
- expose operators
## 0.1.0 - 2019-11-14
### Added
- Initial release
[Unreleased]: https://github.com/gnarroway/mongo-driver-3/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/gnarroway/hato/compare/v0.1.0...v0.2.0