Current section

Files

Jump to
ecto_shorts CHANGELOG.md
Raw

CHANGELOG.md

## Changelog
#### V1.0.0
- Multi-repo & Replica support
- Add `find_and_update`
- Add `find_or_create_many`
- Add `stream`
- Passing nil as a param results in an error (BREAKING)
- find now returns an `Ecto.MultipleResultsError` if more than one result is being returned from the query (BREAKING)
#### V0.1.5
- Add `find_or_create` for Actions
#### V0.1.4
- Update schema
- Add better specs
- Bug fixes for update
#### V0.1.3
- Add `like` filter param
- Add more documentation
#### V0.1.2
- Add more documentation
#### V0.1.1
- Add some documentation fixes
#### V0.1.0
- Initial Release