We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d461bd commit f197ca5Copy full SHA for f197ca5
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Minim Changelog
2
3
+## 0.23.7 (2020-04-27)
4
+
5
+### Bug Fixes
6
7
+- Prevents the JSON serializer from serializing an empty object (`{}`) under
8
+ meta and attributes under the case where none of the meta or attribute
9
+ member's have a value. This prevents `{}` from being present under meta or
10
+ attributes when setting a member with an undefined key.
11
12
## 0.23.6 (2019-09-10)
13
14
### Bug Fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "minim",
- "version": "0.23.6",
+ "version": "0.23.7",
"description": "A library for interacting with JSON through Refract elements",
"main": "lib/minim.js",
"scripts": {
0 commit comments