This repository was archived by the owner on Nov 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +26
-2
lines changed Expand file tree Collapse file tree 4 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Form Serializer Changelog
2
2
3
+ ## 0.1.2 (2020-08-19)
4
+
5
+ ### Enhancements
6
+
7
+ - Support serializing data structure elements.
8
+
9
+ ### Bug Fixes
10
+
11
+ - Fix dereferencing elements in cases where the referenced element was more
12
+ than 1 parent element away from the original element in the element
13
+ hierarchy.
14
+
3
15
## 0.1.1 (2020-08-06)
4
16
5
17
Adds compatibility for @apielements/core 0.2.0.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @apielements/form-serializer" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"description" : " Multipart/form-data serializer for API Elements" ,
5
5
"author" :
" Apiary.io <[email protected] >" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
# JSON Serializer Changelog
2
2
3
+ ## 0.1.2 (2020-08-19)
4
+
5
+ ### Enhancements
6
+
7
+ - Support serializing data structure elements.
8
+
9
+ ### Bug Fixes
10
+
11
+ - Fix dereferencing elements in cases where the referenced element was more
12
+ than 1 parent element away from the original element in the element
13
+ hierarchy.
14
+
3
15
## 0.1.1 (2020-08-06)
4
16
5
17
Adds compatibility for @apielements/core 0.2.0.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @apielements/json-serializer" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.2 " ,
4
4
"description" : " JSON serializer for API Elements" ,
5
5
"author" :
" Apiary.io <[email protected] >" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments