- Add version check flag
- Fallback to ipv4/ipv6 for unreachable hosts
- Fix Elixir v1.15 deprecation warnings
- Bump tailwind to 3.4.6
- Do not check version if path explicitly configured
- Support Elixir v1.15+ by ensuring inets and ssl are available even on
runtime: false
- Require Elixir v1.11+
- Declare inets and ssl for latest elixir support
- Add FreeBSD targets
- Add armv7 targets
- Support custom URLs for fetching prebuilt tailwind binaries
- Use only TLS 1.2 on OTP versions less than 25.
- Fix generated tailwind.config.js missing plugin reference
- Bump tailwindcss to v3.1.6
- Add Phoenix LiveView variants
- Bump tailwindcss to v3.1.0
- Prune app.js css import to remove required manual step on first install
- Bump tailwindcss to v3.0.12 to support alpine linux and others requiring statically linked builds
- Bump tailwindcss to v3.0.10
- Inject tailwind imports into app.css on install
- Prune phoenix.css import from app.css on install
- Fix tailwind v3 warnings and simplify generated
assets/tailwind.config.js
configuration
- First release