..
doc
Include blank new lines in leading header preprocessing #1462
2022-12-08 13:33:06 +11:00
all_at_once_evaluator_test.go
handled EvaluateNodes panic ( #1140 )
2022-03-15 13:28:52 +11:00
all_at_once_evaluator.go
Refactored decoder responsibilities ( #1402 )
2022-10-28 14:16:46 +11:00
candidate_node.go
Added new "c" flag to clobber custom tags when needed
2022-08-29 15:38:21 +10:00
chown_linux.go
Build constraint not working for non linux ( #1481 )
2023-01-03 15:52:01 +11:00
chown_not_linux_os.go
Build constraint not working for non linux ( #1481 )
2023-01-03 15:52:01 +11:00
color_print.go
Cleaning up exposed public api
2021-02-11 10:58:40 +11:00
compare_operators_test.go
Length compares to null instead of 0 issue #1427
2022-11-14 16:14:08 +11:00
compare_operators.go
Length compares to null instead of 0 issue #1427
2022-11-14 16:14:08 +11:00
context.go
Date Time Ops ( #1110 )
2022-02-14 15:37:43 +11:00
csv_test.go
Only maps can be encoded to XML #1408
2022-11-02 21:41:39 +11:00
data_tree_navigator.go
Pass context through operators
2021-02-11 10:58:40 +11:00
decoder_base64.go
Refactored decoder responsibilities ( #1402 )
2022-10-28 14:16:46 +11:00
decoder_csv_object.go
Refactored decoder responsibilities ( #1402 )
2022-10-28 14:16:46 +11:00
decoder_json.go
Set tags on maps,arrays when decoding json #1422
2022-11-15 11:42:31 +11:00
decoder_properties.go
Refactored decoder responsibilities ( #1402 )
2022-10-28 14:16:46 +11:00
decoder_test.go
Only maps can be encoded to XML #1408
2022-11-02 21:41:39 +11:00
decoder_xml.go
Fixed xml comment in array of scalars #1465
2022-12-17 10:27:54 +11:00
decoder_yaml.go
Include blank new lines in leading header preprocessing #1462
2022-12-08 13:33:06 +11:00
decoder.go
Refactored decoder responsibilities ( #1402 )
2022-10-28 14:16:46 +11:00
encoder_base64.go
Added base64 support
2022-02-23 09:26:35 +11:00
encoder_csv.go
Csv decoder ( #1290 )
2022-08-01 10:28:34 +10:00
encoder_json.go
Unwrap scalar now works for JSON encoding when explicitly set #1409
2022-11-10 19:21:18 +11:00
encoder_properties_test.go
Refactored decoder responsibilities ( #1402 )
2022-10-28 14:16:46 +11:00
encoder_properties.go
Refactored decoder responsibilities ( #1402 )
2022-10-28 14:16:46 +11:00
encoder_test.go
Unwrap scalar now works for JSON encoding when explicitly set #1409
2022-11-10 19:21:18 +11:00
encoder_xml.go
Only maps can be encoded to XML #1408
2022-11-02 21:41:39 +11:00
encoder_yaml.go
Refactored decoder responsibilities ( #1402 )
2022-10-28 14:16:46 +11:00
encoder.go
Simplified json error check
2022-11-11 09:50:22 +11:00
expression_parser_test.go
Detect and fail on missing closing brackets #1366
2022-10-08 12:44:54 +11:00
expression_parser.go
Detect and fail on missing closing brackets #1366
2022-10-08 12:44:54 +11:00
expression_postfix.go
Detect and fail on missing closing brackets #1366
2022-10-08 12:44:54 +11: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
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
json_test.go
Set tags on maps,arrays when decoding json #1422
2022-11-15 11:42:31 +11:00
lexer_participle_test.go
Fixed parsing of newline character in string expression #1430
2022-11-14 16:40:59 +11:00
lexer_participle.go
Fixed loading yaml with header issue #1445
2022-11-25 12:05:56 +11:00
lexer.go
Can use expressions in slice #1419
2022-11-10 18:03:18 +11:00
lib_test.go
Fixed bad line entry for #1422
2022-11-15 11:35:31 +11:00
lib.go
Preparing release
2022-11-28 08:34:58 +11:00
matchKeyString_test.go
Make deepMatch report in linear time
2021-10-14 18:45:25 +11:00
matchKeyString.go
Make deepMatch report in linear time
2021-10-14 18:45:25 +11:00
operator_add_test.go
Fixed sorting by date #1412
2022-11-04 12:21:12 +11:00
operator_add.go
Fixed sorting by date #1412
2022-11-04 12:21:12 +11:00
operator_alternative_test.go
Fixed bug in alternative op, dont evaluate RHS if LHS is truthy
2022-09-09 11:05:12 +10:00
operator_alternative.go
Fixed bug in alternative op, dont evaluate RHS if LHS is truthy
2022-09-09 11:05:12 +10:00
operator_anchors_aliases_test.go
Include blank new lines in leading header preprocessing #1462
2022-12-08 13:33:06 +11:00
operator_anchors_aliases.go
Check merge alias is a map #1425
2022-11-11 14:53:45 +11:00
operator_array_to_map_test.go
Array to map operator for #1415
2022-11-08 13:40:00 +11:00
operator_assign_test.go
Added new "c" flag to clobber custom tags when needed
2022-08-29 15:38:21 +10:00
operator_assign.go
Added new "c" flag to clobber custom tags when needed
2022-08-29 15:38:21 +10:00
operator_booleans_test.go
Boolean fix ( #1148 )
2022-03-20 12:55:58 +11:00
operator_booleans.go
Boolean fix ( #1148 )
2022-03-20 12:55:58 +11:00
operator_collect_object_test.go
Added multiple object example from PR #1226
2022-05-27 11:22:10 +10:00
operator_collect_object.go
enable more linters ( #1043 )
2021-12-21 09:30:08 +11:00
operator_collect_test.go
Fixing updates in square brackets #1342
2022-10-24 17:55:19 +11:00
operator_collect.go
Fixing updates in square brackets #1342
2022-10-24 17:55:19 +11:00
operator_column_test.go
Added line and column operators
2022-02-27 11:56:46 +11:00
operator_column.go
Added line and column operators
2022-02-27 11:56:46 +11:00
operator_comments_test.go
Include blank new lines in leading header preprocessing #1462
2022-12-08 13:33:06 +11:00
operator_comments.go
Refactored decoder responsibilities ( #1402 )
2022-10-28 14:16:46 +11:00
operator_contains_test.go
Added subset example
2022-11-01 09:29:05 +11:00
operator_contains.go
Added contains operator
2021-09-15 15:18:10 +10:00
operator_create_map_test.go
Fixed empty array op
2020-11-22 13:50:32 +11:00
operator_create_map.go
Bumped go compiler; bumped quality tools
2022-08-29 14:13:15 +10:00
operator_datetime_test.go
Fixed sorting by date #1412
2022-11-04 12:21:12 +11:00
operator_datetime.go
Fixed sorting by date #1412
2022-11-04 12:21:12 +11:00
operator_delete_test.go
Fixed bug - can now delete documents #1377
2022-10-11 11:48:18 +11:00
operator_delete.go
Fixed bug - can now delete documents #1377
2022-10-11 11:48:18 +11:00
operator_document_index_test.go
Added snake_case version of camelCase operators (snake case now prefered)
2022-02-11 09:05:17 +11:00
operator_document_index.go
Added key operator
2021-11-24 09:57:35 +11:00
operator_encoder_decoder_test.go
Updated default xml naming prefix
2022-11-10 22:22:55 +11:00
operator_encoder_decoder.go
Unwrap scalar now works for JSON encoding when explicitly set #1409
2022-11-10 19:21:18 +11:00
operator_entries_test.go
Added custom sort map example
2022-10-17 15:03:47 +11:00
operator_entries.go
Fixing usage of quoted numeric keys #1247
2022-06-23 19:22:11 +10:00
operator_env_test.go
Length (and some other operators) should not include head/foot comments #1231
2022-05-31 16:28:53 +10:00
operator_env.go
Envsubst params ( #1147 )
2022-03-20 10:56:50 +11:00
operator_equals_test.go
Length compares to null instead of 0 issue #1427
2022-11-14 16:14:08 +11:00
operator_equals.go
Length compares to null instead of 0 issue #1427
2022-11-14 16:14:08 +11:00
operator_error_test.go
Added error operator for custom validation #1259
2022-06-25 12:46:24 +10:00
operator_error.go
Added error operator for custom validation #1259
2022-06-25 12:46:24 +10:00
operator_eval_test.go
Tests can have multiple env variables
2022-02-01 14:58:53 +11:00
operator_eval.go
Added github action fix for parsing xml, updated linter
2022-02-07 11:55:55 +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
Added key operator
2021-11-24 09:57:35 +11:00
operator_flatten_test.go
Added XML decoder ( #1044 )
2021-12-21 15:02:07 +11:00
operator_flatten.go
Fixed flatten error message
2021-10-26 15:43:43 +11:00
operator_group_by_test.go
Added XML decoder ( #1044 )
2021-12-21 15:02:07 +11:00
operator_group_by.go
Added github action fix for parsing xml, updated linter
2022-02-07 11:55:55 +11:00
operator_has_test.go
Added XML decoder ( #1044 )
2021-12-21 15:02:07 +11:00
operator_has.go
Added github action fix for parsing xml, updated linter
2022-02-07 11:55:55 +11:00
operator_keys_test.go
Added is_key operator
2022-09-30 10:27:35 +10:00
operator_keys.go
Added is_key operator
2022-09-30 10:27:35 +10: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
Added key operator
2021-11-24 09:57:35 +11:00
operator_line_test.go
Added line and column operators
2022-02-27 11:56:46 +11:00
operator_line.go
Added line and column operators
2022-02-27 11:56:46 +11:00
operator_load_test.go
Fixed loading yaml with header issue #1445
2022-11-25 12:05:56 +11:00
operator_load.go
Fixed log level, deleted commented code
2022-11-25 12:09:45 +11:00
operator_map_test.go
Added XML decoder ( #1044 )
2021-12-21 15:02:07 +11:00
operator_map.go
Added github action fix for parsing xml, updated linter
2022-02-07 11:55:55 +11:00
operator_multiply_test.go
Include blank new lines in leading header preprocessing #1462
2022-12-08 13:33:06 +11:00
operator_multiply.go
hotfix: fix panic multiply assign ( #1257 )
2022-06-25 12:08:52 +10:00
operator_parent_test.go
Added XML decoder ( #1044 )
2021-12-21 15:02:07 +11:00
operator_parent.go
Added more tests
2021-11-24 10:16:48 +11:00
operator_path_test.go
Improved set path example
2022-11-10 10:28:29 +11:00
operator_path.go
Added DELPATHS operator
2022-10-05 20:09:53 +11:00
operator_pick_test.go
Fixes xml decode missing tags #1284
2022-07-29 10:26:50 +10:00
operator_pick.go
Fixes xml decode missing tags #1284
2022-07-29 10:26:50 +10:00
operator_pipe_test.go
Added XML decoder ( #1044 )
2021-12-21 15:02:07 +11:00
operator_pipe.go
Added github action fix for parsing xml, updated linter
2022-02-07 11:55:55 +11:00
operator_recursive_descent_test.go
Added XML decoder ( #1044 )
2021-12-21 15:02:07 +11:00
operator_recursive_descent.go
enable more linters ( #1043 )
2021-12-21 09:30:08 +11:00
operator_reduce_test.go
Added XML decoder ( #1044 )
2021-12-21 15:02:07 +11:00
operator_reduce.go
Fixed SEGV error #1096
2022-02-09 11:47:21 +11:00
operator_reverse_test.go
Length (and some other operators) should not include head/foot comments #1231
2022-05-31 16:28:53 +10:00
operator_reverse.go
Length (and some other operators) should not include head/foot comments #1231
2022-05-31 16:28:53 +10:00
operator_select_test.go
Length compares to null instead of 0 issue #1427
2022-11-14 16:14:08 +11:00
operator_select.go
Added github action fix for parsing xml, updated linter
2022-02-07 11:55:55 +11:00
operator_self.go
Pass context through operators
2021-02-11 10:58:40 +11:00
operator_slice_test.go
Can use expressions in slice #1419
2022-11-10 18:03:18 +11:00
operator_slice.go
Can use expressions in slice #1419
2022-11-10 18:03:18 +11:00
operator_sort_keys_test.go
Added XML decoder ( #1044 )
2021-12-21 15:02:07 +11:00
operator_sort_keys.go
Added github action fix for parsing xml, updated linter
2022-02-07 11:55:55 +11:00
operator_sort_test.go
Fixed sorting by date #1412
2022-11-04 12:21:12 +11:00
operator_sort.go
Fixed sorting by date #1412
2022-11-04 12:21:12 +11:00
operator_split_document_test.go
Added snake_case version of camelCase operators (snake case now prefered)
2022-02-11 09:05:17 +11:00
operator_split_document.go
enable more linters ( #1043 )
2021-12-21 09:30:08 +11:00
operator_strings_test.go
Added string trim operator
2022-08-08 13:35:57 +10:00
operator_strings.go
Fixed parsing of newline character in string expression #1430
2022-11-14 16:40:59 +11:00
operator_style_test.go
Added XML decoder ( #1044 )
2021-12-21 15:02:07 +11:00
operator_style.go
Added github action fix for parsing xml, updated linter
2022-02-07 11:55:55 +11:00
operator_subtract_test.go
Fixed sorting by date #1412
2022-11-04 12:21:12 +11:00
operator_subtract.go
Fixed sorting by date #1412
2022-11-04 12:21:12 +11:00
operator_tag_test.go
Added type as an alias for tag #1195
2022-04-27 09:11:43 +10:00
operator_tag.go
Added github action fix for parsing xml, updated linter
2022-02-07 11:55:55 +11:00
operator_traverse_path_test.go
Include blank new lines in leading header preprocessing #1462
2022-12-08 13:33:06 +11:00
operator_traverse_path.go
Length compares to null instead of 0 issue #1427
2022-11-14 16:14:08 +11:00
operator_union_test.go
Fixed #1048
2022-01-14 14:55:25 +11:00
operator_union.go
Added github action fix for parsing xml, updated linter
2022-02-07 11:55:55 +11:00
operator_unique_test.go
Length (and some other operators) should not include head/foot comments #1231
2022-05-31 16:28:53 +10:00
operator_unique.go
Length (and some other operators) should not include head/foot comments #1231
2022-05-31 16:28:53 +10:00
operator_value_test.go
Fixed header preprocessing!
2021-11-14 10:59:50 +11:00
operator_value.go
Pass context through operators
2021-02-11 10:58:40 +11:00
operator_variables_test.go
Fix typo ( #1222 )
2022-05-24 18:18:27 +10:00
operator_variables.go
Fixed SEGV error #1096
2022-02-09 11:47:21 +11:00
operator_with_test.go
Fixes with operation bug #1174
2022-04-14 12:03:18 +10:00
operator_with.go
Added SETPATH operator
2022-10-05 14:12:08 +11:00
operators_test.go
XML Decoder: Checking for invalid content outside of a root node #1448
2022-11-27 17:46:50 +11:00
operators.go
Fixing relative merge bug #1333
2022-09-09 12:28:38 +10:00
printer_test.go
Unwrap scalar now works for JSON encoding when explicitly set #1409
2022-11-10 19:21:18 +11:00
printer_writer.go
When split expression includes an extension, dont add .yml automatically
2022-06-23 14:31:09 +10:00
printer.go
Refactored decoder responsibilities ( #1402 )
2022-10-28 14:16:46 +11:00
properties_test.go
Array to map operator for #1415
2022-11-08 13:40:00 +11:00
stream_evaluator.go
Refactored decoder responsibilities ( #1402 )
2022-10-28 14:16:46 +11:00
string_evaluator_test.go
Refactored decoder responsibilities ( #1402 )
2022-10-28 14:16:46 +11:00
string_evaluator.go
Refactored decoder responsibilities ( #1402 )
2022-10-28 14:16:46 +11:00
utils.go
Refactored decoder responsibilities ( #1402 )
2022-10-28 14:16:46 +11:00
write_in_place_handler.go
Build constraint not working for non linux ( #1481 )
2023-01-03 15:52:01 +11:00
xml_test.go
Fixed xml comment in array of scalars #1465
2022-12-17 10:27:54 +11:00
xml.go
Hotfix: actually update the default xml attribute prefix #1428
2022-11-13 11:13:34 +11:00
yaml.go
Refactored decoder responsibilities ( #1402 )
2022-10-28 14:16:46 +11:00