We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b476ee commit f80f1d1Copy full SHA for f80f1d1
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Change Log
2
3
## [Unreleased]
4
+
5
+## RELEASE 4.2.0 - 2020-01-22
6
### Added
7
- Has Many Relationships - Enable sorting on belongsTo relationship columns in related data.
8
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- forest_liana (4.1.3)
+ forest_liana (4.2.0)
arel-helpers
base32
bcrypt
lib/forest_liana/version.rb
@@ -1,3 +1,3 @@
module ForestLiana
- VERSION = "4.1.3"
+ VERSION = "4.2.0"
end
package.json
@@ -1,6 +1,6 @@
{
"name": "forest-rails",
- "version": "4.1.3",
+ "version": "4.2.0",
"description": "The official Rails liana for Forest.",
"directories": {
"test": "test"
0 commit comments