2019-11-14 03:40:39 +00:00
# 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/ ).
2019-11-17 06:04:37 +00:00
## [0.3.1]
2019-11-17 06:00:30 +00:00
### Added
- More documentation
2019-11-15 00:53:13 +00:00
## [0.3.0] - 2019-11-15
2019-11-14 06:19:54 +00:00
### Added
2019-11-14 12:09:01 +00:00
- 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
2019-11-14 06:19:54 +00:00
2019-11-14 03:40:39 +00:00
## 0.1.0 - 2019-11-14
### Added
- Initial release
2019-11-17 06:04:37 +00:00
[Unreleased]: https://github.com/gnarroway/mongo-driver-3/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/gnarroway/mongo-driver-3/compare/v0.3.0...v0.3.1
2019-11-17 06:00:30 +00:00
[0.3.0]: https://github.com/gnarroway/mongo-driver-3/compare/v0.2.0...v0.3.0
2019-11-14 06:19:54 +00:00
[0.2.0]: https://github.com/gnarroway/hato/compare/v0.1.0...v0.2.0