Releases: mojotech/torch
Version 3.2.0
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:
- Official support for Phoenix 1.5 #152 (cpjolicoeur)
- Dont allow torch mix tasks from top-level of umbrella app #148 (cpjolicoeur)
- Bump credo from 1.1.5 to 1.3.2 #142 (dependabot-preview[bot])
- Bump excoveralls from 0.12.1 to 0.12.3 #141 (dependabot-preview[bot])
- Bump ex_doc from 0.21.2 to 0.21.3 #132 (dependabot-preview[bot])
- Bump gettext from 0.17.1 to 0.17.4 #128 (dependabot-preview[bot])
- Bump timex from 3.5.0 to 3.6.1 #118 (dependabot-preview[bot])
Version 3.1.0
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!
Closed issues:
- Enhance internationalization #143
Merged pull requests:
- Allow configuring a messages backend #145 (cpjolicoeur)
- Update version in README #138 (mitchellhenke)
Version 3.0.0
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:
- Add new date filter options and input #134 (cpjolicoeur)
v2.0
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
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
Update version to 1.0.0-rc.6
Merge pull request #54 from infinitered/bugfix/fix-dependency-conflicts Update dependencies to resolve conflicts