jedison 1.20.2 → 1.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  ### Unreleased
2
2
 
3
+ ### 1.21.0
4
+
5
+ - Fixed issue #70: `dist` now rebuilds on version bump and before publish, so `Jedison.version` matches the package version
6
+ - Added issue #71: custom/built-in editors can set a `static priority()` to control resolution order
7
+ - Added issue #72: `deprecated: true` now adds a `jedi-deprecated` class to the field's container
8
+
3
9
  ### 1.20.2
4
10
 
5
11
  - Fixed issue #69: exposed a runtime `version`, contained editor-resolution errors, fixed the `constraints` default type mismatch