- f6f7691 The Billion Dollar Mistake by Gustavo Niemeyer · 2 years, 9 months ago main master upstream/v3 v3.0.1
- 00bbc09 github: drop broken semgrep workflow by Gustavo Niemeyer · 2 years, 9 months ago v3.0.0
- 8f96da9 Explicitly check the parser for errors on peek by Gustavo Niemeyer · 2 years, 9 months ago
- 539c8e7 Fix decoding of merge tags. by Gustavo Niemeyer · 2 years, 9 months ago
- 496545a Improve inline comments on map keys (#656). by Gustavo Niemeyer · 4 years, 1 month ago
- 749611f Allow encoding Node by value (#673). by Gustavo Niemeyer · 4 years, 1 month ago
- c8046fb Improve the behavior of null decoding (#681). by Gustavo Niemeyer · 4 years, 1 month ago
- c476de3 Tune previous change so it fixes #686 too. by Gustavo Niemeyer · 4 years, 1 month ago
- 3778e11 Fix bug addressed by Felix Fontein in #684. by Gustavo Niemeyer · 4 years, 1 month ago
- 2e78108 Merge pull request #679 from sylr/github-actions by Gustavo Niemeyer · 4 years, 1 month ago
- b924d38 Use ubuntu-20.04 in github action workflow by Sylvain Rabot · 4 years, 1 month ago
- 72df188 Add unstable version to go matrix by Sylvain Rabot · 4 years, 1 month ago
- ae4dc15 Replace Travis by Github Actions by Sylvain Rabot · 4 years, 2 months ago
- eeeca48 Document that the textual form isn't preserved. by Gustavo Niemeyer · 4 years, 8 months ago
- c8ae110 Extend prior fix for indentless sequences. by Gustavo Niemeyer · 4 years, 8 months ago
- a5ece68 Fix handling of line comments in bare keys by Gustavo Niemeyer · 4 years, 8 months ago
- e307989 Zero yaml.Node values behave as nil (#545) by Gustavo Niemeyer · 4 years, 8 months ago
- 3e3e88c Fix typo in Decoder docstring (#567) by ktnyt · 4 years, 8 months ago
- c0ae331 Add go1.14 into travis config (#586) by chenrui · 4 years, 8 months ago
- 4f10037 Fix Marshal documentation on omitempty and IsZero (#609) by Afriza N. Arief · 4 years, 8 months ago
- c1a7af8 Fix explicit shorthand Node tags (issue #616) by Gustavo Niemeyer · 4 years, 8 months ago
- 6ec2bf8 Add node.Encode method. by Gustavo Niemeyer · 4 years, 9 months ago
- 913338d Also fix wide char handling on inline comments. by Gustavo Niemeyer · 4 years, 9 months ago
- 2ff61e1 Set the default line length to infinity (-1) (#572) by Andrew Lavery · 4 years, 9 months ago
- 5308cda Fix parsing of wide chars in comments (#538) by Gustavo Niemeyer · 4 years, 9 months ago
- b1b19b4 Use context line for error reporting by Gustavo Niemeyer · 4 years, 9 months ago
- a81ed60 Also marshal Node by value by Gustavo Niemeyer · 4 years, 9 months ago
- ae27a74 Make sequence indentation more usual by Gustavo Niemeyer · 4 years, 9 months ago
- 9f266ea Marshal YAML 1.1 bool-like to strings (#583) by Tristan Colgate-McFarlane · 5 years ago
- a6ecf24 Port CJ's simple_keys optimization to v3 (#555) by Gustavo Niemeyer · 5 years ago
- 4206685 Fix line comments under lists (#550) by Gustavo Niemeyer · 5 years ago
- fa1aa9f Fix issue in simple_keys improvements (#548) by Gustavo Niemeyer · 5 years ago
- b5595aa Update travis config to use latest go versions (#541) by chenrui · 5 years ago
- 0b070bb Better handling of line comments in nested sequences by Gustavo Niemeyer · 5 years ago
- e228e37 Drop scanner iteration over stale simple keys by Gustavo Niemeyer · 5 years ago
- 196cff6 Add Go 1.13 to travis setup. by Gustavo Niemeyer · 5 years ago
- 6a25d4b Use v3 instead of v2 in limit_test.go (#525) by Andrew Lavery · 5 years ago
- 0b21df4 Do not mutate Node tree on encoding (#532) by Gustavo Niemeyer · 5 years ago
- fc94e3f Fix sequence indent of 2 under map after comment (#508) by Gustavo Niemeyer · 5 years ago
- 05262c8 Improve heuristics preventing CPU/memory abuse (#515) by Gustavo Niemeyer · 5 years ago
- c8b7dad Fix detection of string keyed maps (#507) by Parker Zhou · 5 years ago
- 8274499 Make travis use the v3 import path (#485) by Andrew Lavery · 5 years ago
- 35294da Bring back old unmarshaler type error behavior. by Gustavo Niemeyer · 5 years ago
- 3462d66 Further fixes on comment handling. by Gustavo Niemeyer · 5 years ago
- 163f855 Additional tests for bool variants. by Gustavo Niemeyer · 5 years ago
- 674ba3e Add trivial test for cr-lf endings. by Gustavo Niemeyer · 6 years ago
- 513397e Double-quote multi-line strings in flow style. by Gustavo Niemeyer · 6 years ago
- 0932294 Fix scanning of long comment lines. by Gustavo Niemeyer · 6 years ago
- caeefd8 Add logic to catch cases of alias abuse. by Gustavo Niemeyer · 6 years ago
- a56cad2 Allow literal formatting in presence of tabs. by Gustavo Niemeyer · 6 years ago
- 117fdf0 Propery handle foot comments ending blocks. by Gustavo Niemeyer · 6 years ago
- 55513ca Fix and improve indentation of sequences in maps. by Gustavo Niemeyer · 6 years ago
- cdc409d Fix instability in key ordering. by Gustavo Niemeyer · 6 years ago
- fc85683 Fix encoding of maps inside sequences. by Gustavo Niemeyer · 6 years ago
- 389beb8 Preserve data in existing fields that are not decoded. by Gustavo Niemeyer · 6 years ago
- 7c00162 Clarify Node documentation further. by Gustavo Niemeyer · 6 years ago
- 0b8d56a Clarify documentation for Node regarding usage. by Gustavo Niemeyer · 6 years ago
- a6358f1 Improve SetString and fix !!binary auto-detection. by Gustavo Niemeyer · 6 years ago
- b66172d Set correct module path (#449) by andrewheberle · 6 years ago
- b752bd5 Trivial reorg in Node field ordering. by Gustavo Niemeyer · 6 years ago
- bae442e Fix travis.yaml reference to Go 1.10. by Gustavo Niemeyer · 6 years ago
- 6dcbc7a Add recent Go versions to the test matrix. by Gustavo Niemeyer · 6 years ago
- 6cdc503 Call MarshalYAML on the result of MarshalYAML by Gustavo Niemeyer · 6 years ago
- 857fb44 Move package back to its real location. by Gustavo Niemeyer · 6 years ago
- 195d076 More documentation for Node. by Gustavo Niemeyer · 6 years ago
- 8e1c50c Update README for v3. by Gustavo Niemeyer · 6 years ago
- 3e3283e Clarify licensing. by Gustavo Niemeyer · 6 years ago
- 82dd149 Emit pound prefix ("# ") in comments if missing. by Gustavo Niemeyer · 6 years ago
- 39a50f7 Rename NodeKind to Kind. by Gustavo Niemeyer · 6 years ago
- af7a659 Rename Node.Children to Node.Content. by Gustavo Niemeyer · 6 years ago
- 3fb7823 Add documentation for Node. by Gustavo Niemeyer · 6 years ago
- f8f8118 Header/Inline/Footer => {Head,Line,Foot}Comment by Gustavo Niemeyer · 6 years ago
- d22fc9e Fix comment handling around aliases. by Gustavo Niemeyer · 6 years ago
- b53452e Handle inlined structs referenced as a pointer. by Gustavo Niemeyer · 6 years ago
- c072164 Handle inlined fields implementing Unmarshaler. by Gustavo Niemeyer · 6 years ago
- 0d383ff Support 0o octals per 1.2 spec. by Gustavo Niemeyer · 6 years ago
- 891da3a Resolve Node tags on decoding and use short tags. by Gustavo Niemeyer · 6 years ago
- 01167db Some 1.1 backward compatibility for bool values. by Gustavo Niemeyer · 6 years ago
- 14f799f Maps with string keys are now map[string] by default. by Gustavo Niemeyer · 6 years ago
- 309c9d1 Enforce unique mapping keys and drop the option. by Gustavo Niemeyer · 6 years ago
- 085f382 Split Strict flag into KnownFields and UniqueKeys. by Gustavo Niemeyer · 6 years ago
- 9e32271 Do not accept plain ints into time.Duration. by Gustavo Niemeyer · 6 years ago
- b9fa902 Fix indentation of block map under sequence. by Gustavo Niemeyer · 6 years ago
- 3c39489 Change default indentation to 4 spaces. by Gustavo Niemeyer · 6 years ago
- 2c9fce8 Support custom indentation via Encoder.SetIndent. by Gustavo Niemeyer · 6 years ago
- 112d6e7 Parse floats correctly and fix mistake from #171 by Gustavo Niemeyer · 6 years ago
- e990009 Change Unmarshaler so it uses Node as input. by Gustavo Niemeyer · 6 years ago
- e8e5527 Lowercase error messages. by Gustavo Niemeyer · 6 years ago
- b804f79 Drop MapSlice in favor of general Node support. by Gustavo Niemeyer · 6 years ago
- b145382 Drop y/n and on/off as booleans per YAML 1.2. by Gustavo Niemeyer · 6 years ago
- d8c328e Support anchors and aliases. by Gustavo Niemeyer · 6 years ago
- a1ff040 Support decoding and encoding comments. by Gustavo Niemeyer · 6 years ago
- e7ae84e Initial sketch for v3. by Gustavo Niemeyer · 7 years ago
- 5420a8b Use underlying float precision when formatting floats (#353) by Prashant Varanasi · 7 years ago v2.2.1
- 4fc5987 Fix typo in tab error message (#208). by Matthew M. Boedicker · 7 years ago
- 14d1c46 Fix misspell of precede in ported code (#216) by Leo Arias · 7 years ago
- f7e2331 Fix type on Marshal docs (#206). by George Hartzell · 7 years ago
- 7c97801 Fixed typos in docstrings (#179). by Joe Farrell · 7 years ago
- 86f5ed6 Drop unnecessary explicit timestamp tags. by Gustavo Niemeyer · 7 years ago v2.2.0
- 119a11e Fix broken test from last merge. by Gustavo Niemeyer · 7 years ago