order_query v0.3.4 Release Notes

Release Date: 2017-08-24 // over 6 years ago
    • The before and after methods now accept a boolean argument that indicates whether the relation should exclude the given point or not. By default the given point is excluded, if you want to include it, use before(false) / after(false).