liquid
liquid copied to clipboard
Add order option to sort and sort_natural filters
The sort and sort_natural filters now accept an 'order' option to specify ascending or descending sort order.
Tests were added to verify correct behavior and error handling for invalid order values.