We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b49c9c commit 0a2059eCopy full SHA for 0a2059e
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 0.5.0-dev
4
+
5
+- Move from `toml` to `tomli` for TOML parsing to allow using `tomllib` in standard library for Python > 3.11.
6
7
+### Breaking changes
8
9
+- Remove custom prefix or suffixes for special operators. Everything should start with "$" to reduce code and unnecessary complications.
10
11
## 0.4.0
12
13
- Add `$value` operator.
0 commit comments