Commit graph

24 commits

Author SHA1 Message Date
Masaaki Goshima
d225e247cc
fix comment map (#635) 2025-02-03 12:54:17 +09:00
Masaaki Goshima
e1bab3823e
remove dependencies (#512) 2024-11-09 11:18:02 +09:00
Shuhei Kitagawa
9ffa1596e7
Fix ordered map comment (#510)
Co-authored-by: Codey Oxley <coxley@users.noreply.github.com>
2024-11-06 18:21:28 +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
WillAbides
4df89231ed
Fix quoted comments (#370)
* Make path filtering work with quotes
2023-09-15 11:33:31 +09:00
Masaaki Goshima
4052b059bc
Supports dynamically switch encode and decode processing for a given type (#368) 2023-04-02 10:50:03 +09:00
Yusuke Kuoka
f3319d6c80
Quote YAML 1.1 bools at encoding time for compatibility with other legacy parsers (#354) 2023-03-14 15:24:34 +09:00
Masaaki Goshima
15640065c7
Fix comment option (#349) 2023-03-01 16:59:07 +09:00
Masaaki Goshima
b034e1ce7f
Support CommentToMap option 2021-09-07 19:49:15 +09:00
Masaaki Goshima
3c954f0f01 Rename test case 2021-07-20 14:44:18 +09:00
Masaaki Goshima
43175b6e44 Support WithComment option 2021-07-20 14:26:02 +09:00
Masaaki Goshima
d353c6ee77 Add YAMLToJSON and JSONToYAML 2020-10-26 19:00:29 +09:00
Masaaki Goshima
d1573e0313 Refactor test case 2020-07-15 22:17:04 +09:00
Masaaki Goshima
73b14fae40 Add test case for new API 2020-07-15 22:17:04 +09:00
Masaaki Goshima
d520e19bca Add MapSlice.ToMap 2020-07-15 22:12:01 +09:00
Masaaki Goshima
7f237ba2a2 Add test case for inline anchor/alias 2020-03-02 23:11:18 +09:00
Masaaki Goshima
d3338c008d Add test case of MapItem include map value 2019-12-12 17:43:58 +09:00
Masaaki Goshima
415d85231c Support Marshaler interface compatible with encoding/json package 2019-10-25 02:38:32 +09:00
Masaaki Goshima
db05e7d002 Support Unmarshaler interface compatible with encoding/json package
- Refactor by AST based decoding
2019-10-24 23:54:17 +09:00
Masaaki Goshima
fc58867f02 Support decode using Unmarshaler 2019-10-24 17:18:03 +09:00
Masaaki Goshima
bfb6d0ee45 Support encode using Marshaler or MapItem/MapSlice 2019-10-24 17:16:29 +09:00
Masaaki Goshima
dce0f43e97 Add Encoder API 2019-10-19 18:29:27 +09:00
Masaaki Goshima
c9d06847f5 Add Unmarshal test 2019-10-18 13:05:36 +09:00