Skip to content

Releases: mojotech/torch

Version 4.0.0

29 Apr 13:02
Compare
Choose a tag to compare

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.

Full Changelog

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:

Version 3.8.0

08 Feb 16:53
Compare
Choose a tag to compare

v3.8.0 (2022-02-08)

Full Changelog

Closed issues:

  • Manual Date Entry is Changing #281
  • phoenix 1.6 is unsupported (use Torch v4 instead) #269

Merged pull requests:

Bugfix Release

22 Jun 21:21
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Error rendering filters when two filter fields share the same prefix #242
  • Timex usage? #216
  • elixir no route found for GET /torch #93

Version 3.6.1

19 Mar 21:11
Compare
Choose a tag to compare

v3.6.1 (2021-03-19)

Full Changelog

Closed issues:

  • Torch in Umbrella? #207

Merged pull requests:

Version 3.6.0

19 Mar 21:12
Compare
Choose a tag to compare

Full Changelog

Merged pull requests:

Version 3.5.0

02 Oct 15:10
Compare
Choose a tag to compare

v3.5.0 (2020-10-02)

Full Changelog

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:

[bugfix] Version 3.4.1

10 Jun 20:33
Compare
Choose a tag to compare

v3.4.1 (2020-06-10)

Full Changelog

Closed issues:

  • Invalid plug layout option #168

Merged pull requests:

Version 3.4.0

10 Jun 14:35
Compare
Choose a tag to compare

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)

Full Changelog

Merged pull requests:

Version 3.3.1

10 Jun 13:41
Compare
Choose a tag to compare

This is just a small patch release to fix a typo.

v3.3.1 (2020-05-28)

Full Changelog

Fixed bugs:

  • Fix typo in slime generator

Merged pull requests:

Version 3.3.0 - The one with Slime improvements

10 Jun 13:40
Compare
Choose a tag to compare

v3.3.0 (2020-05-27)

Full Changelog

Fixed bugs:

  • Fix slime generator #157

Closed issues:

  • Pagination error "paginate_products/1 is undefined or private." #163

Merged pull requests:

Thanks to @juanvico and @brunvez for the help with the Slim(e) generator updates.