Current section
Files
Jump to
Current section
Files
ecto_range
CHANGELOG.md
CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.3.0]
### Changed
- `EctoRange.Timestamp` no longer tries to normalize timestamps, and casts with `:naive_datetime_usec`
- Ugraded dependencies
## [0.2.1]
### Changed
- Loosen up `postgrex` dependency requirements
## [0.2.0]
### Added
- Support for `tsrange` via `EctoRange.Timestamp`
- Example of `EctoRange.Date` in the README
## [0.1.0] - 2023-03-25
Initial release
[unreleased]: https://github.com/davydog187/ecto_range/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/davydog187/ecto_range/compare/v0.2.1..v0.3.0
[0.2.1]: https://github.com/davydog187/ecto_range/compare/v0.2.0..v0.2.1
[0.2.0]: https://github.com/davydog187/ecto_range/compare/v0.1.0..v0.2.0
[0.1.0]: https://github.com/davydog187/ecto_range/releases/tag/v0.1.0