Releases: mojotech/torch
Version 4.0.0
NOTE
Torch Version 4 is not backwards compatible with Torch version 3 and prior due to the fact that Torch v4 only supports Phoenix 1.6 and newer. Support for Phoenix 1.5 and older remains in the v3 branch, which will be maintained for the near future, but only Phoenix 1.6+ will be supported in Torch v4.
Closed issues:
- Phoenix 1.4.2 Breaks Migration Generation #103
- No torch.html generated when used with Phoenix 1.4 #100
- Generate files into proper umbrella apps #83
Merged pull requests:
- V4 #325 (cpjolicoeur)
Version 3.8.0
v3.8.0 (2022-02-08)
Closed issues:
Merged pull requests:
- [chore] extract date parse logic #296 (chewnoill)
- Revert "Bump ex_doc from 0.26.0 to 0.28.0" #288 (cpjolicoeur)
- Revert support for phoenix 1.6 from the master branch #287 (chewnoill)
- Bump ex_doc from 0.26.0 to 0.28.0 #285 (dependabot[bot])
- "use Mix.Config is deprecated. Use the Config module instead" #280 (krainboltgreene)
- "clauses with the same name should be grouped together" #279 (krainboltgreene)
- Bump jason from 1.2.2 to 1.3.0 #277 (dependabot[bot])
- Bump gettext from 0.18.2 to 0.19.0 #275 (dependabot[bot])
Bugfix Release
Closed issues:
Version 3.6.1
v3.6.1 (2021-03-19)
Closed issues:
- Torch in Umbrella? #207
Merged pull requests:
- [fix] Ensure only the Torch layout is used on Phx 1.5 #212 (cpjolicoeur)
- Bump excoveralls from 0.13.1 to 0.13.4 #203 (dependabot-preview[bot])
- Bump credo from 1.4.1 to 1.5.4 #202 (dependabot-preview[bot])
- Bump timex from 3.6.2 to 3.6.3 #201 (dependabot-preview[bot])
- Bump ex_unit_notifier from 0.1.4 to 1.0.0 #200 (dependabot-preview[bot])
- Bump ex_doc from 0.22.5 to 0.23.0 #195 (dependabot-preview[bot])
Version 3.6.0
Merged pull requests:
- Add Vietnamese locale translation #205 (cpjolicoeur)
- Bump credo from 1.4.0 to 1.4.1 #193 (dependabot-preview[bot])
Version 3.5.0
v3.5.0 (2020-10-02)
Added German translations thanks to @maennchen and updated the mix torch.uninstall
task to mimic the torch.install
task by only removing files added during installation.
Closed issues:
- CSS does not work #178
Merged pull requests:
- German Translations #192 (maennchen)
- [mix] Update uninstall task to mimic install #191 (cpjolicoeur)
- Update GH actions config #187 (cpjolicoeur)
- Update GH Actions hooks #186 (cpjolicoeur)
- Add Github Actions CI config #185 (cpjolicoeur)
- Bump jason from 1.2.1 to 1.2.2 #184 (dependabot-preview[bot])
- Bump ex_doc from 0.22.2 to 0.22.5 #183 (dependabot-preview[bot])
- Bump gettext from 0.18.0 to 0.18.1 #181 (dependabot-preview[bot])
- Bump excoveralls from 0.13.0 to 0.13.1 #180 (dependabot-preview[bot])
- Bump ex_doc from 0.22.1 to 0.22.2 #179 (dependabot-preview[bot])
[bugfix] Version 3.4.1
v3.4.1 (2020-06-10)
Closed issues:
- Invalid plug layout option #168
Merged pull requests:
- Fix slime template markup #177 (cpjolicoeur)
Version 3.4.0
Thanks to @scorsi for help with this release and the new put_root_layout
plug fix for Phoenix 1.5 and up.
v3.4.0 (2020-06-10)
Merged pull requests:
- Use new
put_root_layout
plug on Phoenix 1.5+ #176 (cpjolicoeur) - Remove jQuery from assets #175 (cpjolicoeur)
- Bump excoveralls from 0.12.3 to 0.13.0 #174 (dependabot-preview[bot])
- Rename Slime injection templates #173 (cpjolicoeur)
Version 3.3.1
This is just a small patch release to fix a typo.
v3.3.1 (2020-05-28)
Fixed bugs:
- Fix typo in slime generator
Merged pull requests:
- Bump timex from 3.6.1 to 3.6.2 #167 (dependabot-preview[bot])
- Bump ex_doc from 0.21.3 to 0.22.1 #166 (dependabot-preview[bot])
- Bump phoenix_html from 2.13.3 to 2.13.4 #165 (dependabot-preview[bot])
Version 3.3.0 - The one with Slime improvements
v3.3.0 (2020-05-27)
Fixed bugs:
- Fix slime generator #157
Closed issues:
- Pagination error "paginate_products/1 is undefined or private." #163
Merged pull requests:
- Bump jason from 1.2.0 to 1.2.1 #162 (dependabot-preview[bot])
- Bump gettext from 0.17.4 to 0.18.0 #161 (dependabot-preview[bot])
- Fix slime generator #156 (juanvico)
Thanks to @juanvico and @brunvez for the help with the Slim(e) generator updates.