Changelog
View Sourcev0.10.0
- remove CEEx formatter
v0.9.0
- [
Combo.Router] remove catch-all functions in route helpers, because we can find the type violation by using Elixir compiler. - [
Combo.Router] removeresources/_
v0.8.0
- remove the support of debug annotation for HEEx templates.
- remove verified routes, and un-deprecate router helpers.
- remove trailing_slash support of router helpers.
v0.7.0
No substantial changes, just restructured the project.
v0.6.0
Combo.Conn
- add
put_previous_url/2,get_previous_url/1for URL tracking - add
redirect_back/2
v0.5.0
Combo
- rename
json_module/0tojson_library/0, because other packages are using the same pattern, like:postgrex,:swoosh, etc. - change default json_library to
Jason
Combo.Proxy
- sort backends by specificity
v0.4.1
Combo.Proxy
- fix the default value of
:adapteroption
v0.4.0
- add
Combo.Proxy - rename
Combo.ParamtoCombo.URLParam