Current section
Files
Jump to
Current section
Files
phoenix_seo
CHANGELOG.md
CHANGELOG.md
# Changelog
## 0.1.6
- Add SEO.Config @behaviour and implement it during `use SEO`.
- SEO config is now a struct instead of a map
## 0.1.5 (October 16, 2022)
- Allow for config to be a module that implements `config/0` and `config/1`
- Allow for domain config to be a function reference that receives a conn
- BREAKING: rework implementation to be arity 2 that accepts the item and the conn.
## 0.1.4 (October 16, 2022)
- Fix empty breadcrumbs
- Squash newlines and trim description
## 0.1.3 (October 14, 2022)
- Fix fetching SEO item from LiveView
- Improve docs.
## 0.1.2 (October 14, 2022)
- Don't limit rendering twitter card meta
- Improve docs.
## 0.1.1 (October 14, 2022)
- Rework implementation.
## 0.1.0 (October 13, 2022)
- Initial release