Skip to content

Releases: mojotech/torch

Version 3.0.0

13 Apr 16:03
b6a2aaa
Compare
Choose a tag to compare

NOTE

Explicit support for Elixir 1.5, 1.6 and 1.7 was dropped. Torch was not testing against these older versions in CI, and while Torch currently will still work on those versions, we are explicity dropping official support for them since we do not and will not be testing the builds against them.

This is why the major version number of Torch was jumped from 2.x to 3.x. The new 3.x version is still fully backwards-compatible with the 2.x version; we only bumped the major version number to be explicit about the change of supported Elixir runtimes.

Merged pull requests:

Full Changelog

v2.0

19 Sep 14:03
Compare
Choose a tag to compare

This is the official release of v2.0 of Torch, based on the final v2.0.0-rc.3 release candidate.

v2.0.0-rc.2

12 Sep 14:31
3acfcf2
Compare
Choose a tag to compare
v2.0.0-rc.2 Pre-release
Pre-release

Enahancements:

  • Updated how the active navigation link is calculated #106
  • Added test cases for the mix install task and views
  • Added TravisCI integration

Fixed bugs:

  • Fix issue where date inputs were disabled after a validation failure
  • Fixed a typo in an alert dialog

Closed issues:

  • Improve test coverage #85
  • Improve documentation #86
  • Install coveralls #88
  • Filter by has_one association field #96
  • Add I18N support #101

Merged Pull Requests

  • Improve tests #87
  • Install coveralls #88
  • Modernize webpack #95
  • Add custom has_many filter association example to README #97
  • Add I18N support #102
  • Set active nav link based on link target, not text #106

Update version to 1.0.0-rc.6

15 May 15:18
Compare
Choose a tag to compare
Pre-release
Merge pull request #54 from infinitered/bugfix/fix-dependency-conflicts

Update dependencies to resolve conflicts