- allow dot char (and many others) in anchor name Fix issue 72 (reported by Shalon Wood) - | Slightly smarter behaviour dumping strings when no style is specified. Single string scalars that start with single quotes or have newlines now are dumped double quoted "'abc\nklm'" instead of
'''abc
klm'''
0.12.14
Not secure
- preserve round-trip sequences that are mapping keys (prompted by stackoverflow question 39595807 from Nowox)
0.12.13
Not secure
- Fix for issue 60 representation of CommentedMap with merge keys incorrect (reported by Tal Liron)
0.12.11
Not secure
- Fix issue 58 endless loop in scanning tokens (reported by Christopher Lambert)
0.12.10
Not secure
- Make previous fix depend on unicode char width (32 bit unicode support is a problem on MacOS reported by David Tagatac)
0.12.8
Not secure
- To be ignored Unicode characters were not properly regex matched (no specific tests, PR by Haraguroicha Hsu)