Commit graph

20 commits

Author SHA1 Message Date
Masaaki Goshima
5bac4f35d4
fix comment map (#632) 2025-01-31 09:54:40 +09:00
rriski
4f6cb1c22a
fix: typo cloud -> could in path.go (#628) 2025-01-25 14:43:25 +09:00
Masaaki Goshima
54cd51fe01
add nil guard (#600) 2024-12-20 20:10:01 +09:00
Masaaki Goshima
1375813e8a
fix invalid path (#598) 2024-12-18 10:45:26 +09:00
Masaaki Goshima
548bbc7d4e
Remove xerrors (#483)
* remove xerrors

* move error variable

* update dependencies
2024-10-28 21:24:15 +09:00
Shuhei Kitagawa
8ad318cffc
Add lint job to CI (#477) 2024-10-28 11:31:15 +09:00
Mateusz Hawrus
1f84c0cbaf
fix: Correct token.Tokenize double quoted strings with escape sequences handling (#457)
* fix scan double quote index progression

* fix: Correct root path handling (#2)

Ref: https://github.com/goccy/go-yaml/pull/456
2024-07-16 19:30:20 +09:00
WillAbides
4df89231ed
Fix quoted comments (#370)
* Make path filtering work with quotes
2023-09-15 11:33:31 +09:00
Masaaki Goshima
acb50e1a2a
Fix child method 2021-10-12 17:15:47 +09:00
Masaaki Goshima
58d9007a85
Supports escaping reserved keywords in PathBuilder 2021-10-12 17:03:58 +09:00
Masaaki Goshima
cc2a6aa6d1 Allow reserved characters for key name in YAMLPath 2021-09-02 21:48:09 +09:00
Masaaki Goshima
30e4ba7210 Support encoding of comment node 2021-07-16 21:49:17 +09:00
Masaaki Goshima
f94ac71a97 Support a new feature to help compare error instance 2021-02-02 15:40:12 +09:00
nakabonne
e838d7cdd0
Add ErrNotFoundNode 2021-02-02 13:58:23 +09:00
nakabonne
3b56b9d4d4
Fix to give back error when path not found 2021-02-02 11:17:42 +09:00
Masaaki Goshima
367bda16bc Support Merge and Replace for ast.Node 2020-07-16 14:18:26 +09:00
Masaaki Goshima
18799ef134 Rename from AddAnnotationToSource to AnnotateSource 2020-07-15 22:16:30 +09:00
Masaaki Goshima
7ee581ed3b Add Path.AddAnnotationToSource 2020-07-15 22:16:30 +09:00
Masaaki Goshima
5387ce3a6a Add full features for YAMLPath 2020-06-04 13:23:52 +09:00
Masaaki Goshima
d2635682bb Add yaml.Path and yaml.PathBuilder 2020-06-03 18:32:50 +09:00