Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 4db1268

Browse files
committed
chore(project): release serializers
1 parent 8d560c5 commit 4db1268

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

packages/form-serializer/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Form Serializer Changelog
22

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+
315
## 0.1.1 (2020-08-06)
416

517
Adds compatibility for @apielements/core 0.2.0.

packages/form-serializer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apielements/form-serializer",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Multipart/form-data serializer for API Elements",
55
"author": "Apiary.io <[email protected]>",
66
"license": "MIT",

packages/json-serializer/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# JSON Serializer Changelog
22

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+
315
## 0.1.1 (2020-08-06)
416

517
Adds compatibility for @apielements/core 0.2.0.

packages/json-serializer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apielements/json-serializer",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "JSON serializer for API Elements",
55
"author": "Apiary.io <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)