Skip to content

Releases: mojotech/torch

Version 3.2.0

29 Apr 20:39
e6c5e87
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Can't run the server after installing torch #146
  • Generate files into proper umbrella apps #83
  • Filter select view function should support custom options #65

Merged pull requests:

Version 3.1.0

13 Apr 16:11
Compare
Choose a tag to compare

Version 3.1.0 mainly contains updates and changes to how Torch does internationalization (i18n).

Previously Torch had built-in support for locale files using native Gettext features. While this is fairly standard, Torch only had English and Russian translation files. The version 3.1 update adds support for Torch users to be able to dynamically configure their own "localization" backend to add customized translations or messaging into the system.

We would ask users to continue submitting back official Pull Requests with new locale files if you are customizing the messaging into a known language, so that other users can take advantage.

A big thanks to @brunvez for spear-heading this work and getting this merged as well as adding a Spanish locale file to Torch!

Full Changelog

Closed issues:

  • Enhance internationalization #143

Merged pull requests:

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