We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b3623e commit ef00f2cCopy full SHA for ef00f2c
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 1.3.3
2
+
3
+- Fix empty object dumping adding newline + indentation
4
+- Disallow newline before non-object values
5
6
## 1.3.2
7
8
- Fix string dumping producing invalid strings when the value contains line breaks
pubspec.yaml
@@ -1,6 +1,6 @@
name: gura
description: A simple to use library for reading/writing Gura configuration files.
-version: 1.3.2
+version: 1.3.3
homepage: https://gura.netlify.app/
repository: https://github.com/zajrik/gura-dart-parser
issue_tracker: https://github.com/zajrik/gura-dart-parser/issues
0 commit comments