Skip to content

Commit

Permalink
Widened json_path support
Browse files Browse the repository at this point in the history
  • Loading branch information
jpeiffer committed Feb 28, 2024
1 parent 9b7b09c commit 2b65700
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [3.2.0] - February 28th, 2024

* Widened [json_path](https://pub.dev/packages/json_path) version support


## [3.1.6] - February 20th, 2024

* Automated dependency updates
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'template_expressions'
description: 'A Dart library to process string based templates using expressions.'
homepage: 'https://github.com/peiffer-innovations/template_expressions'
version: '3.1.6'
version: '3.2.0'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -13,7 +13,7 @@ dependencies:
fake_async: '^1.3.0'
intl: '^0.19.0'
json_class: '^3.0.0+12'
json_path: '^0.6.3'
json_path: '>=0.6.3 <1.0.0'
logging: '^1.2.0'
meta: '^1.10.0'
petitparser: '^6.0.1'
Expand Down

0 comments on commit 2b65700

Please sign in to comment.