order_query v0.5.0 Release Notes

Release Date: 2019-08-27 // about 5 years ago
    • 🚅 Rails 6 now supported.
    • 🛠 Fixes support for nils with explicit order, when a nil is neither the first nor the last element of the explicit order, e.g. status: ['assigned', nil, 'fixed']. #93b08877

Previous changes from v0.4.1

    • If a column had a nulls: option and there were multiple records with NULL, all of these records but one were previously skipped. This is now fixed. #21