Packages

Credo check to identify cases where `Enum.reduce` can be simplified to other `Enum` functions

Current section

Files

Jump to
Raw

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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
**IMPORTANT NOTE**: Make sure to see the [Upgrading Versions](guides/howtos/Upgrading Versions.md) guide in the [HexDocs documentation](https://hexdocs.pm/ecto_watch) if you're having an issue after upgrading.
## [0.2.0] - 2024-04-29
### Fixed
- Support for when `Enum.reduce` is used with pipes (#2 / thanks @aleagnelli)
## [0.1.0] - 2024-04-22
### Added
- Initial release