Commit Graph
265 Commits
Author SHA1 Message Date
Mike Farah 43165fa340 Moved eval function to eval interface 2021-01-13 09:35:57 +11:00
Mikhail KatychevandMike Farah feda9f044d added lib_test.go 2021-01-13 09:22:40 +11:00
Mikhail KatychevandMike Farah 85629af59c added EvaluateNodes and EvaluateCandidateNodes to yqlib 2021-01-13 09:22:40 +11:00
Mike Farah 5fc26e9453 Merge now copies anchor names 2021-01-13 09:21:16 +11:00
Mike Farah 07a6fa4df5 Fixed creation of candidateNode in operators to include file metadata 2021-01-12 19:36:28 +11:00
Mike Farah ec29ee7c14 Cleaning up exposed public api 2021-01-12 09:58:50 +11:00
Mike Farah 24538c0cc7 Fixed tag operator for top level node 2021-01-12 09:45:57 +11:00
Mike Farah 61398bfd3a Fixed equals operator for top level node 2021-01-12 09:40:37 +11:00
Mike Farah f7d95021c1 Fixed has operator for top level node 2021-01-12 09:30:24 +11:00
Mike Farah 6bb8b1fb77 fixing exposed functions and interfaces 2021-01-11 17:13:48 +11:00
Mike Farah 5e2c19cc86 fixing exposed functions and interfaces 2021-01-11 16:46:28 +11:00
Mike Farah 30c269a66c Better add documentation 2021-01-11 15:52:06 +11:00
Mike Farah 70a1c60d7b Added scalar addition 2021-01-11 15:43:50 +11:00
Mike Farah e4d48bbc0d Fixed collect at document level 2021-01-11 14:44:53 +11:00
Mike Farah 369ff94ad0 Better error handling will empty env 2021-01-11 14:38:53 +11:00
Mike Farah 1c7fb14631 Better recursive decent docs 2021-01-10 11:27:18 +11:00
Mike Farah f4de5c4300 Better docIndex docs 2021-01-10 11:18:13 +11:00
Mike Farah a72c14f06b Better env docs 2021-01-10 11:09:59 +11:00
Mike Farah 644063646e Env Ops! 2021-01-09 12:06:19 +11:00
Mike Farah aabed1a237 strenv 2021-01-09 11:38:08 +11:00
Mike Farah c12764dba8 wip 2021-01-08 21:09:43 +11:00
Mike Farah 1d5ecb244d wip 2021-01-08 21:07:46 +11:00
Mike Farah 529e88b630 Added recurse examples 2021-01-08 12:11:29 +11:00
Mike Farah 658006eb93 Added another delete example 2021-01-08 11:59:49 +11:00
Mike Farah 2743a7e058 Can assign-update tag 2021-01-06 20:44:28 +11:00
Mike Farah f95862fba3 Can assign-update style 2021-01-06 20:37:53 +11:00
Mike Farah 3f58c4bc38 Can assign-update aliases and anchors 2021-01-06 20:30:48 +11:00
Mike Farah a7975df7cd Can assign-update comments 2021-01-06 20:22:50 +11:00
Mike Farah 601c13531c Updated collect objcet doc 2021-01-06 15:20:54 +11:00
Mike Farah 69d00c89df Added shorthand document index selection 2021-01-05 13:28:37 +11:00
Mike Farah 2faff7b05f Unwrap node in get tag to return proper tag at root level 2021-01-05 13:23:03 +11:00
Mike Farah dbd7ab0f13 Refactored doc generation, add fi fileIndex alias 2021-01-02 10:49:33 +11:00
Mike Farah 6d512ad718 Fixed updating yaml from other files 2021-01-02 10:27:32 +11:00
Mike Farah 9509831cff Updated docs 2020-12-29 22:35:57 +11:00
Mike Farah 94a563dfd8 Updated docs 2020-12-28 11:57:20 +11:00
Mike Farah 0328cfd619 Added prettyPrint flag 2020-12-28 11:40:41 +11:00
Mike Farah 88663a6ce3 Added recurse keys operator 2020-12-28 11:24:42 +11:00
Mike Farah b10a9ccfc6 Removed TraversePrefs 2020-12-28 10:29:43 +11:00
Mike Farah 9e9e15df73 More scenarios 2020-12-27 23:00:46 +11:00
Mike Farah 6cc6fdf322 Cleaning code 2020-12-27 22:56:15 +11:00
Mike Farah a88c2dc5d3 Traverse Array Operator 2020-12-27 22:48:20 +11:00
Mike Farah ea231006ed Refactoring traverse 2020-12-27 09:55:08 +11:00
Mike Farah 80f187f1a4 Refactoring traverse 2020-12-27 09:51:34 +11:00
Mike Farah 98e8b3479f Fixed nested array splat path 2020-12-25 12:49:05 +11:00
Mike Farah c09f7aa707 Cleaning up docs 2020-12-23 10:30:13 +11:00
Mike Farah 1b0bce5da6 Added alias operator;
alias, anchor and explode ops are now all documented together
2020-12-22 12:23:13 +11:00
Mike Farah f112bde5fe Added anchor operator 2020-12-22 11:57:41 +11:00
Mike Farah e5aa4a87a4 fixed test name 2020-12-22 11:47:58 +11:00
Mike Farah f305e8fa12 Fixed delete full path 2020-12-22 11:45:51 +11:00
Mike Farah 2aab79431c moved string space test to op values test cases 2020-12-22 10:38:52 +11:00