Releases: mojotech/torch
Releases · mojotech/torch
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