Current section

Files

Jump to
ecto_phone CHANGELOG.md
Raw

CHANGELOG.md

# Change log
## 2.0.1
- Only add default prefix when the phone number does not already begin
with it.
## 2.0.0
- Test against Elixir 1.18.
- **Breaking change:** drop support for Elixir 1.15.
## 1.1.0
- Implement `Phoenix.HTML.Safe` when `phoenix_html` is present.
## 1.0.2
- `inspect` returns a phone sigil.
## 1.0.1
- Docs open to main module.
- Fix error specs.
## 1.0.0
- Initial release