update documentation
This commit is contained in:
parent
3644533043
commit
d5ebef404f
@ -5,8 +5,6 @@
|
|||||||
### Added
|
### Added
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Meta to Json serializer now serializes a single item with index as an array. It is important for plotly integration.
|
|
||||||
- Meta to Json serializes Meta without children a value as literal or array instead of an object with `@value` field.
|
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
@ -16,6 +14,12 @@
|
|||||||
|
|
||||||
### Security
|
### Security
|
||||||
|
|
||||||
|
## 0.6.2 - 2023-07-29
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Meta to Json serializer now serializes a single item with index as an array. It is important for plotly integration.
|
||||||
|
- Meta to Json serializes Meta without children a value as literal or array instead of an object with `@value` field.
|
||||||
|
|
||||||
## 0.6.1 - 2023-03-31
|
## 0.6.1 - 2023-03-31
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -9,7 +9,7 @@ plugins {
|
|||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
group = "space.kscience"
|
group = "space.kscience"
|
||||||
version = "0.6.2-dev-3"
|
version = "0.6.2"
|
||||||
}
|
}
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
|
Loading…
Reference in New Issue
Block a user