jedison 1.20.2 → 1.21.1

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,15 @@
1
1
  ### Unreleased
2
2
 
3
+ ### 1.21.1
4
+
5
+ - security updates
6
+
7
+ ### 1.21.0
8
+
9
+ - Fixed issue #70: `dist` now rebuilds on version bump and before publish, so `Jedison.version` matches the package version
10
+ - Added issue #71: custom/built-in editors can set a `static priority()` to control resolution order
11
+ - Added issue #72: `deprecated: true` now adds a `jedi-deprecated` class to the field's container
12
+
3
13
  ### 1.20.2
4
14
 
5
15
  - Fixed issue #69: exposed a runtime `version`, contained editor-resolution errors, fixed the `constraints` default type mismatch
package/README.md CHANGED
@@ -1,4 +1,9 @@
1
1
  [![Tests](https://github.com/germanbisurgi/jedison/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/germanbisurgi/jedison/actions/workflows/main.yml)
2
+ [![npm version](https://img.shields.io/npm/v/jedison)](https://www.npmjs.com/package/jedison)
3
+ [![npm downloads](https://img.shields.io/npm/dm/jedison)](https://www.npmjs.com/package/jedison)
4
+ [![bundle size](https://img.shields.io/bundlephobia/minzip/jedison)](https://bundlephobia.com/package/jedison)
5
+ [![dependencies](https://img.shields.io/badge/dependencies-0-brightgreen)](https://www.npmjs.com/package/jedison?activeTab=dependencies)
6
+ [![license](https://img.shields.io/npm/l/jedison)](https://github.com/germanbisurgi/jedison/blob/main/LICENSE)
2
7
 
3
8
  # Jedison
4
9