..
doc
Fix merge anchor exploding
2025-06-16 09:58:26 +02:00
all_at_once_evaluator_test.go
Refactoring Yaml encoder prefs
2024-02-24 15:36:16 +11:00
all_at_once_evaluator.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
candidate_node_goccy_yaml.go
More goccy progress
2025-06-07 15:23:38 +10:00
candidate_node_test.go
Fixed to_entries and del bug #1886
2023-11-30 14:04:54 +11:00
candidate_node_yaml.go
goccy decoder supports merge maps
2025-05-03 20:20:50 +10:00
candidate_node.go
fix: correct key order after add, flatten, keys, sort, reverse and shuffle
2025-06-07 21:04:26 +10:00
candidiate_node_json.go
Fixed empty array json bug #1880
2023-11-23 11:53:18 +11:00
chown_linux.go
Log info message when unable to chown file #1521
2023-01-15 11:36:52 +11:00
chown_not_linux_os.go
Removed unused debian directory #2000
2024-04-13 11:00:39 +10:00
color_print.go
Format comments with a gray foreground
2024-11-10 03:30:03 -06:00
context_test.go
Removing copier lib
2023-10-18 12:36:52 +11:00
context.go
Removing copier lib
2023-10-18 12:36:52 +11:00
csv_test.go
Fixed CSV content starting with # issue #2076
2024-06-29 15:04:07 +10:00
csv.go
Added new CSV option to turn off auto-parsing #1947
2024-02-15 13:11:53 +11:00
data_tree_navigator.go
Updating golanglint
2025-05-03 16:34:21 +10:00
decoder_base64.go
Fixed unecessary int64 to int conversion
2024-09-06 13:24:10 +10:00
decoder_csv_object.go
Fixed CSV content starting with # issue #2076
2024-06-29 15:04:07 +10:00
decoder_goccy_yaml.go
goccy yaml decoder supports anchor/aliases
2025-05-03 20:01:16 +10:00
decoder_ini.go
fix tests
2025-05-17 18:55:53 +10:00
decoder_json.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
decoder_lua.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
decoder_properties.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
decoder_test.go
Dont panic on tests
2025-05-04 10:33:09 +10:00
decoder_toml.go
Updating golanglint
2025-05-03 16:34:21 +10:00
decoder_uri.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
decoder_xml.go
Updating golanglint
2025-05-03 16:34:21 +10:00
decoder_yaml.go
Fixed handling of --- #1890 , #1896
2023-12-12 11:30:12 +11:00
decoder.go
Introduced 'format' to encapsulate encoding and decoding formats together
2024-02-24 16:37:13 +11:00
encoder_base64.go
Refactoring encoding configuration
2024-02-24 16:07:15 +11:00
encoder_csv.go
Added csv separator flag #1950
2024-02-17 19:11:41 +11:00
encoder_ini.go
fix tests
2025-05-17 18:55:53 +10:00
encoder_json.go
Refactoring JSON encoder prefs
2024-02-24 15:48:59 +11:00
encoder_lua.go
Updating golanglint
2025-05-03 16:34:21 +10:00
encoder_properties_test.go
Refactoring Yaml encoder prefs
2024-02-24 15:36:16 +11:00
encoder_properties.go
Updating golanglint
2025-05-03 16:34:21 +10:00
encoder_sh.go
Updated to latest golint
2024-01-11 13:17:34 +11:00
encoder_shellvariables_test.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
encoder_shellvariables.go
Updating golanglint
2025-05-03 16:34:21 +10:00
encoder_test.go
Refactoring encoding configuration
2024-02-24 15:59:12 +11:00
encoder_toml.go
Updated to latest golint
2024-01-11 13:17:34 +11:00
encoder_uri.go
Updated to latest golint
2024-01-11 13:17:34 +11:00
encoder_xml.go
Refactoring XML encoder prefs
2024-02-24 15:03:30 +11:00
encoder_yaml.go
Format comments with a gray foreground
2024-11-10 03:30:03 -06:00
encoder.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
expression_parser_test.go
Fixed index out of range error
2024-09-29 15:06:34 +10:00
expression_parser.go
Fix add op when there are not matches piped in, #2383 , #2384
2025-06-12 14:48:10 +10:00
expression_postfix.go
Updating golanglint
2025-05-03 16:34:21 +10:00
expression_processing_test.go
Using new lexer by alecthomas! ( #1270 )
2022-07-13 14:45:28 +10:00
file_utils.go
Bumping to go1.18, bumping dev tools
2022-03-28 14:18:55 +11:00
format_test.go
convert file ext to lowercase for format detection ( #2121 )
2024-08-05 15:14:43 +10:00
format.go
fix tests
2025-05-17 18:55:53 +10:00
formatting_expressions_test.go
Refactoring encoding configuration
2024-02-24 15:59:12 +11:00
front_matter_test.go
refactor: move from io/ioutil to io and os packages ( #1068 )
2022-01-21 19:50:53 +11:00
front_matter.go
Fixed #1062
2022-01-14 15:22:55 +11:00
goccy_yaml_test.go
More goccy progress
2025-06-07 15:23:38 +10:00
ini_test.go
fix tests
2025-05-17 18:55:53 +10:00
ini.go
fix tests
2025-05-17 18:55:53 +10:00
json_test.go
Refactoring encoding configuration
2024-02-24 15:59:12 +11:00
json.go
Refactoring encoding configuration
2024-02-24 15:59:12 +11:00
lexer_participle_test.go
Adding splat[] short hand to explode,collect,flatten,groupby,path,pivot,select and more
2024-06-16 10:48:01 +10:00
lexer_participle.go
remove unused variable parameters from functions
2024-11-16 11:48:53 +11:00
lexer.go
Updating golanglint
2025-05-03 16:34:21 +10:00
lib_test.go
Fixed CSV content starting with # issue #2076
2024-06-29 15:04:07 +10:00
lib.go
Fixed CSV content starting with # issue #2076
2024-06-29 15:04:07 +10:00
lua_test.go
Refactoring Yaml encoder prefs
2024-02-24 15:36:16 +11:00
lua.go
Implement basic Lua output support ( #1745 )
2023-08-11 12:56:49 +10:00
matchKeyString_test.go
Can now retrieve the alias names of merge anchors #1942
2024-02-09 17:24:59 +11:00
matchKeyString.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
no_ini.go
Add INI support
2025-05-17 18:55:53 +10:00
no_json.go
Allow build without json and xml support ( #1556 )
2023-03-01 13:19:06 +11:00
no_lua.go
Can build yq with no lua
2023-10-03 16:22:23 +11:00
no_toml.go
Draft: Toml ( #1439 )
2023-03-26 10:59:15 +11:00
no_xml.go
Allow build without json and xml support ( #1556 )
2023-03-01 13:19:06 +11:00
operation.go
Adding splat[] short hand to explode,collect,flatten,groupby,path,pivot,select and more
2024-06-16 10:48:01 +10:00
operator_add_test.go
Refining add op
2025-06-12 15:41:27 +10:00
operator_add.go
Refining add op
2025-06-12 15:41:27 +10:00
operator_alternative_test.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
operator_alternative.go
Cleaning up log message formats
2024-02-16 09:44:22 +11:00
operator_anchors_aliases_test.go
Fix merge anchor exploding
2025-06-16 09:58:26 +02:00
operator_anchors_aliases.go
Fix merge anchor exploding
2025-06-16 09:58:26 +02:00
operator_array_to_map_test.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
operator_assign_test.go
Fixes issue when update against self #1869
2023-11-18 12:19:27 +11:00
operator_assign.go
remove unused variable parameters from functions
2024-11-16 11:48:53 +11:00
operator_booleans_test.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
operator_booleans.go
Cleaning up log message formats
2024-02-16 09:44:22 +11:00
operator_collect_object_test.go
Adding splat[] short hand to explode,collect,flatten,groupby,path,pivot,select and more
2024-06-16 10:48:01 +10:00
operator_collect_object.go
Cleaning up log message formats
2024-02-16 09:44:22 +11:00
operator_collect_test.go
Adding splat[] short hand to collect,eval,map,omit,path,pick
2024-06-16 10:22:42 +10:00
operator_collect.go
Cleaning up log message formats
2024-02-16 09:44:22 +11:00
operator_column_test.go
Added line and column operators
2022-02-27 11:56:46 +11:00
operator_column.go
Updated to latest golint
2024-01-11 13:17:34 +11:00
operator_comments_test.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
operator_comments.go
Refactoring Yaml encoder prefs
2024-02-24 15:36:16 +11:00
operator_compare.go
remove unused variable parameters from functions
2024-11-16 11:48:53 +11:00
operator_contains_test.go
Added subset example
2022-11-01 09:29:05 +11:00
operator_contains.go
Updated to latest golint
2024-01-11 13:17:34 +11:00
operator_create_map_test.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
operator_create_map.go
remove unused variable parameters from functions
2024-11-16 11:48:53 +11:00
operator_datetime_test.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
operator_datetime.go
Updated to latest golint
2024-01-11 13:17:34 +11:00
operator_delete_test.go
fix: correct key order after add, flatten, keys, sort, reverse and shuffle
2025-06-07 21:04:26 +10:00
operator_delete.go
Updating golanglint
2025-05-03 16:34:21 +10:00
operator_divide_test.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
operator_divide.go
Updated to latest golint
2024-01-11 13:17:34 +11:00
operator_document_index_test.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
operator_document_index.go
Updated to latest golint
2024-01-11 13:17:34 +11:00
operator_encoder_decoder_test.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
operator_encoder_decoder.go
Added tostring #72
2024-03-05 10:40:55 +11:00
operator_entries_test.go
Added recursive update map keys example
2025-03-03 15:10:42 +11:00
operator_entries.go
Cleaning up log message formats
2024-02-16 09:44:22 +11:00
operator_env_test.go
Support env[] expression #2071
2024-06-15 21:56:32 +10:00
operator_env.go
Updated to latest golint
2024-01-11 13:17:34 +11:00
operator_equals_test.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
operator_equals.go
remove unused variable parameters from functions
2024-11-16 11:48:53 +11:00
operator_error_test.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
operator_error.go
replace error creation
2024-11-16 11:48:53 +11:00
operator_eval_test.go
Adding splat[] short hand to collect,eval,map,omit,path,pick
2024-06-16 10:22:42 +10:00
operator_eval.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
operator_expression.go
Array to map operator for #1415
2022-11-08 13:40:00 +11:00
operator_file_test.go
Added snake_case version of camelCase operators (snake case now prefered)
2022-02-11 09:05:17 +11:00
operator_file.go
Updated to latest golint
2024-01-11 13:17:34 +11:00
operator_filter_test.go
Added support for shorthand splat[] for filter,reverse,sort,shuffle
2024-06-15 22:13:58 +10:00
operator_filter.go
Cleaning up log message formats
2024-02-16 09:44:22 +11:00
operator_flatten_test.go
fix: correct key order after add, flatten, keys, sort, reverse and shuffle
2025-06-07 21:04:26 +10:00
operator_flatten.go
Cleaning up log message formats
2024-02-16 09:44:22 +11:00
operator_group_by_test.go
Adding splat[] short hand to explode,collect,flatten,groupby,path,pivot,select and more
2024-06-16 10:48:01 +10:00
operator_group_by.go
Cleaning up log message formats
2024-02-16 09:44:22 +11:00
operator_has_test.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
operator_has.go
Cleaning up log message formats
2024-02-16 09:44:22 +11:00
operator_keys_test.go
fix: correct key order after add, flatten, keys, sort, reverse and shuffle
2025-06-07 21:04:26 +10:00
operator_keys.go
fix: correct key order after add, flatten, keys, sort, reverse and shuffle
2025-06-07 21:04:26 +10:00
operator_kind_test.go
Added kind operator
2023-10-02 14:43:12 +11:00
operator_kind.go
Updated to latest golint
2024-01-11 13:17:34 +11:00
operator_length_test.go
Length (and some other operators) should not include head/foot comments #1231
2022-05-31 16:28:53 +10:00
operator_length.go
Cleaning up log message formats
2024-02-16 09:44:22 +11:00
operator_line_test.go
Minor typos ( #1595 )
2023-03-16 13:39:36 +11:00
operator_line.go
Updated to latest golint
2024-01-11 13:17:34 +11:00
operator_load_test.go
Fixed to_entries[]
2023-12-12 15:44:34 +11:00
operator_load.go
Updating golanglint
2025-05-03 16:34:21 +10:00
operator_map_test.go
Fixing running map against empty array bug #2359
2025-05-10 07:24:48 +10:00
operator_map.go
Fixing running map against empty array bug #2359
2025-05-10 07:24:48 +10:00
operator_modulo_test.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
operator_modulo.go
Updated to latest golint
2024-01-11 13:17:34 +11:00
operator_multiply_test.go
Updating golanglint
2025-05-03 16:34:21 +10:00
operator_multiply.go
Updating golanglint
2025-05-03 16:34:21 +10:00
operator_omit_test.go
Adding splat[] short hand to collect,eval,map,omit,path,pick
2024-06-16 10:22:42 +10:00
operator_omit.go
Updating golanglint
2025-05-03 16:34:21 +10:00
operator_parent_test.go
Can traverse straight from parent operator (parent.blah)
2024-09-06 12:46:23 +10:00
operator_parent.go
Can specify parent levels #1970
2024-03-12 10:49:26 +11:00
operator_path_test.go
Adding splat[] short hand to explode,collect,flatten,groupby,path,pivot,select and more
2024-06-16 10:48:01 +10:00
operator_path.go
Updating golanglint
2025-05-03 16:34:21 +10:00
operator_pick_test.go
Added pick including all keys example
2024-09-06 12:32:36 +10:00
operator_pick.go
Updating golanglint
2025-05-03 16:34:21 +10:00
operator_pipe_test.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
operator_pipe.go
Fixed passing of readonly context in pipe
2023-04-11 12:04:04 +10:00
operator_pivot_test.go
Adding splat[] short hand to explode,collect,flatten,groupby,path,pivot,select and more
2024-06-16 10:48:01 +10:00
operator_pivot.go
pivot operator ( #1993 )
2024-03-30 13:29:35 +11:00
operator_recursive_descent_test.go
Added XML decoder ( #1044 )
2021-12-21 15:02:07 +11:00
operator_recursive_descent.go
Cleaning up log message formats
2024-02-16 09:44:22 +11:00
operator_reduce_test.go
Added XML decoder ( #1044 )
2021-12-21 15:02:07 +11:00
operator_reduce.go
Cleaning up log message formats
2024-02-16 09:44:22 +11:00
operator_reverse_test.go
fix: correct key order after add, flatten, keys, sort, reverse and shuffle
2025-06-07 21:04:26 +10:00
operator_reverse.go
Updated to latest golint
2024-01-11 13:17:34 +11:00
operator_select_test.go
Adding more tests to prevent regression again :sweat
2025-05-09 15:40:29 +10:00
operator_select.go
Cleaning up log message formats
2024-02-16 09:44:22 +11:00
operator_self.go
Updated to latest golint
2024-01-11 13:17:34 +11:00
operator_shuffle_test.go
fix: correct key order after add, flatten, keys, sort, reverse and shuffle
2025-06-07 21:04:26 +10:00
operator_shuffle.go
fix: correct key order after add, flatten, keys, sort, reverse and shuffle
2025-06-07 21:04:26 +10:00
operator_slice_test.go
Fixed bug in splice operator #1511
2023-01-13 13:45:19 +11:00
operator_slice.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
operator_sort_keys_test.go
Added support for shorthand splat[] for filter,reverse,sort,shuffle
2024-06-15 22:13:58 +10:00
operator_sort_keys.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
operator_sort_test.go
fix: correct key order after add, flatten, keys, sort, reverse and shuffle
2025-06-07 21:04:26 +10:00
operator_sort.go
Updating golanglint
2025-05-03 16:34:21 +10:00
operator_split_document_test.go
Adding splat[] short hand to explode,collect,flatten,groupby,path,pivot,select and more
2024-06-16 10:48:01 +10:00
operator_split_document.go
Cleaning up log message formats
2024-02-16 09:44:22 +11:00
operator_strings_test.go
Skip and warn when interpolating strings and theres a unclosed bracket #2083
2024-06-29 15:20:07 +10:00
operator_strings.go
Updating golanglint
2025-05-03 16:34:21 +10:00
operator_style_test.go
More goccy progress
2025-06-07 15:23:38 +10:00
operator_style.go
Updating golanglint
2025-05-03 16:34:21 +10:00
operator_subtract_test.go
Fixed array subtraction update bug #2159
2024-09-29 15:21:11 +10:00
operator_subtract.go
Fixed array subtraction update bug #2159
2024-09-29 15:21:11 +10:00
operator_tag_test.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
operator_tag.go
Updated to latest golint
2024-01-11 13:17:34 +11:00
operator_to_number_test.go
Added tonumber support #71
2023-10-05 15:15:01 +11:00
operator_to_number.go
Updated to latest golint
2024-01-11 13:17:34 +11:00
operator_traverse_path_test.go
Merge anchor traversing: add test for aliased sequence, cleanup
2025-06-16 09:56:10 +02:00
operator_traverse_path.go
Merge anchor traversing: add test for aliased sequence, cleanup
2025-06-16 09:56:10 +02:00
operator_union_test.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
operator_union.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
operator_unique_test.go
More goccy progress
2025-06-07 15:23:38 +10:00
operator_unique.go
clean code
2024-06-15 17:06:17 +10:00
operator_value_test.go
Fixed value operator bug #1515
2023-01-12 15:11:45 +11:00
operator_value.go
Updated to latest golint
2024-01-11 13:17:34 +11:00
operator_variables_test.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
operator_variables.go
Updated to latest golint
2024-01-11 13:17:34 +11:00
operator_with_test.go
Adding splat[] short hand to explode,collect,flatten,groupby,path,pivot,select and more
2024-06-16 10:48:01 +10:00
operator_with.go
Cleaning up log message formats
2024-02-16 09:44:22 +11:00
operators_compare_test.go
min/max operators ( #1992 )
2024-03-30 13:34:36 +11:00
operators_test.go
More goccy progress
2025-06-07 15:23:38 +10:00
operators.go
Fixing Regression in #2353 , #2359 , #2325
2025-05-09 15:29:44 +10:00
printer_test.go
Refactoring encoding configuration
2024-02-24 15:59:12 +11:00
printer_writer.go
feat: Create parent directories if --split-exp is used.
2024-12-14 19:52:09 +11:00
printer.go
Updating golanglint
2025-05-03 16:34:21 +10:00
properties_test.go
Updating golanglint
2025-05-03 16:34:21 +10:00
properties.go
Refactoring Props encoder prefs
2024-02-24 15:14:21 +11:00
recipes_test.go
Added prune recipe
2024-02-21 14:50:55 +11:00
shellvariables_test.go
Spellig with cspell
2023-09-19 10:43:11 +10:00
stream_evaluator.go
Generic ast ( #1829 )
2023-10-18 12:11:53 +11:00
string_evaluator_test.go
Adding a EvaluateAll function to StringEvaluator #1966
2024-03-07 12:02:40 +11:00
string_evaluator.go
Adding a EvaluateAll function to StringEvaluator #1966
2024-03-07 12:02:40 +11:00
toml_test.go
Refactoring Yaml encoder prefs
2024-02-24 15:36:16 +11:00
utils.go
Adding a EvaluateAll function to StringEvaluator #1966
2024-03-07 12:02:40 +11:00
write_in_place_handler.go
Spellig with cspell
2023-09-19 10:43:11 +10:00
xml_test.go
Refactoring Yaml encoder prefs
2024-02-24 15:36:16 +11:00
xml.go
Refactoring XML encoder prefs
2024-02-24 15:03:30 +11:00
yaml_test.go
Refactoring Yaml encoder prefs
2024-02-24 15:36:16 +11:00
yaml.go
yqlib, default to colors off when using yaml library #1964
2024-03-07 10:55:44 +11:00