Skip to content

Commit

Permalink
Prep for '2.0.pre.19'
Browse files Browse the repository at this point in the history
  • Loading branch information
Josep M. Blanquer committed Jan 10, 2022
1 parent c0e307e commit 28b7771
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Praxis Changelog

## next

## 2.0.pre.19
* Introduced a new DSL for the `FilteringParams` type that allows filters for common attributes in your Media Types:
* The new `any` DSL allows you to define which final leaf attribute to always allow, and with which operators and/or fuzzy restrictions.
* For example, you can add `any updated_at, using: ['>','<']` which would allow the type to accept filters like `updated_at>2000-01-01`, or any existing nested fields like `posts.comments.updated_at>2000-01-01`
Expand Down
2 changes: 1 addition & 1 deletion lib/praxis/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Praxis
VERSION = '2.0.pre.18'
VERSION = '2.0.pre.19'
end

0 comments on commit 28b7771

Please sign in to comment.