url-safe-bitpacking 0.1.5 → 0.1.6
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/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ Package for creating definitions of parametric models that can be stored as comp
|
|
|
9
9
|
| data types | ✓ | ✓ | ✓ |
|
|
10
10
|
| nested object model | ✓ | ✓ | ¼ |
|
|
11
11
|
| updating model entries | ✓ | ✓ | |
|
|
12
|
-
| re-using data from old model on change in definition | &
|
|
12
|
+
| re-using data from old model on change in definition | ½ | ¼ | |
|
|
13
13
|
| flattening and reading of the objects | ✓ | ✓ | ¿ |
|
|
14
14
|
|
|
15
15
|
## concept
|