Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
## 1.0.0
### Additions
* Added `at`, `at_or_later_than`, `at_or_earlier_than`, `earlier_than`, `earliest`, `later_than`, `latest`, `on`, `on_or_later_than`, `on_or_earlier_than`
### Improvements
* Improved specs and docs
* Rewrite tests to perform actual DB queries for better test coverage
### Backwards-Incompatible Changes
* Renamed `sum` to `total`, `avg` to `average`, `min` to `minimum`, `max` to `maximum`
* Removed `first_inserted`, `inserted_after`, `inserted_after_incl`, `inserted_before`, `inserted_before_incl`, `last_inserted`, `updated_after`, `updated_after_incl`, `updated_before`, `updated_before_incl`
## 0.4.0
### Additions
* `avg`, `min`, `max`, and `sum` can now take String.t field names
### Backwards-Incompatible Changes
* Added missing guards for existing API to enforce compliance
## 0.3.0
* Rename `first` to `first_inserted` and `last` to `last_inserted` to avoid conflicts with Ecto 2
## 0.2.0
* Relax Ecto requirement to support 2.0