Changelog
View Sourcev0.1.0 (2026-03-26)
Initial release as ecto_turbo, a consolidated fork of turbo_ecto by Zven Wang.
Changes from turbo_ecto
- Renamed all modules from
Turbo.EctotoEctoTurbo - Fixed
end_with/not_end_withsearch types (was using%value%instead of%value) - Replaced
String.to_atom/1withString.to_existing_atom/1for safer atom conversion - Added special handling for
"paginate"key insymbolize_keys - Added
:appendparameter toOrderBy.buildfor ecto_sql 3.11+ compatibility - Simplified
not_insyntax to use nativenot inoperator - Updated charlist literals to modern
~csigil syntax - Added sobelow security scanner skip directives
- Changed default
entry_namefrom"datas"to"data"(data is already plural) - Added
data()helper function for atom pre-registration - Bumped minimum Elixir to
~> 1.14 - Updated dependencies:
ecto_sql ~> 3.11,postgrex ~> 0.19 - Enforced
warnings_as_errorsat compile time