-
-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,29 @@ | ||
## v1.8.10 - 2021-07-02 | ||
|
||
### Fixed bugs | ||
|
||
- Fix searching anchor by alias name ( #212 ) | ||
- Fixing Issue 186, scanner should account for newline characters when processing multi-line text. Without this source annotations line/column number (for this and all subsequent tokens) is inconsistent with plain text editors. e.g. https://github.com/goccy/go-yaml/issues/186. This addresses the issue specifically for single and double quote text only. ( #210 ) | ||
- Add error for unterminated flow mapping node ( #213 ) | ||
- Handle missing required field validation ( #221 ) | ||
- Nicely format unexpected node type errors ( #229 ) | ||
- Support to encode map which has defined type key ( #231 ) | ||
|
||
### New features | ||
|
||
- Support sequence indentation by EncodeOption ( #232 ) | ||
|
||
## v1.8.9 - 2021-03-01 | ||
|
||
### Fix bugs | ||
### Fixed bugs | ||
|
||
- Fix origin buffer for DocumentHeader and DocumentEnd and Directive | ||
- Fix origin buffer for anchor value | ||
- Fix syntax error about map value | ||
- Fix parsing MergeKey ('<<') characters | ||
- Fix encoding of float value | ||
- Fix incorrect column annotation when single or double quotes are used | ||
|
||
### New feature | ||
### New features | ||
|
||
- Support to encode/decode of ast.Node directly |