# 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).

## [Unreleased]

## 1.1.0

### Added

- Added `LenientMap.get_and_delete/2`.

## [1.0.0]

### Added

- Added `Enum.repeat/2`.
- Added `Date.today!/2`.

[Unreleased]: https://github.com/yihangho/elixir_ext/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/yihangho/elixir_ext/releases/tag/v1.0.0
[1.0.0]: https://github.com/yihangho/elixir_ext/releases/tag/v1.0.0
