Commit Graph

693 Commits

Author SHA1 Message Date
neuroevolutus
c14637b185 Remove duplicate number subtraction example 2023-03-12 15:45:24 -05:00
neuroevolutus
48f0badd66 Remove comma in subtract article 2023-03-12 15:45:24 -05:00
neuroevolutus
a84f33db68 Add period 2023-03-12 15:45:24 -05:00
neuroevolutus
18a5861477 Change "golang regex" to "Golang's regex" 2023-03-12 15:45:24 -05:00
neuroevolutus
3399f1fa01 Change "new line" to "newline" 2023-03-12 15:45:24 -05:00
neuroevolutus
c9a4540c5f Change "is a" to "parameter specifies" in string operators article 2023-03-12 15:45:24 -05:00
neuroevolutus
df33254afc Add link to string operator docs in select article 2023-03-12 15:45:24 -05:00
neuroevolutus
8693e3661b Change "your are" to "you are" 2023-03-12 15:45:24 -05:00
neuroevolutus
84f9ff98a3 Reword explanation of ... operator 2023-03-12 15:45:24 -05:00
neuroevolutus
e573639843 Remove extraneous copied text from .. article 2023-03-12 15:44:41 -05:00
neuroevolutus
ddbed76e45 Changes "indexes" to "indices" 2023-03-12 15:42:01 -05:00
neuroevolutus
a1ac5b6df5 Change "object," to "object." 2023-03-12 15:42:01 -05:00
neuroevolutus
9df1d8f45f Change "is now used" to "is now used." 2023-03-12 15:42:01 -05:00
neuroevolutus
4c85100f39 Fix typos in explanation of deep array merges 2023-03-12 15:41:58 -05:00
neuroevolutus
5849d09545 Add space before pipe in line operator example 2023-03-12 15:38:23 -05:00
neuroevolutus
218896d094 Fix typo in header for has operation 2023-03-12 15:38:18 -05:00
neuroevolutus
10375ba753 Fix typo in eval tip 2023-03-12 15:34:46 -05:00
neuroevolutus
dd87211646 Change "beit" to "be it" 2023-03-12 15:34:46 -05:00
neuroevolutus
3cd679738d Change "array scalars" to "arrays" 2023-03-12 15:34:46 -05:00
neuroevolutus
a3ca396832 Change "can durations" to "can add durations" 2023-03-12 15:34:46 -05:00
neuroevolutus
6b703e4f2e Change "golangs" to "Golang's" 2023-03-12 15:34:46 -05:00
neuroevolutus
0dc1f63f64 Change "the golangs" to "Golang's" 2023-03-12 15:34:46 -05:00
neuroevolutus
4ca0f6a7a1 Change "array" to "expression" 2023-03-12 15:34:46 -05:00
neuroevolutus
dac9524a80 Reword explanation of relative update for comment operators 2023-03-12 15:34:46 -05:00
neuroevolutus
1302fe75f6 Reword explanation of update for comment operators 2023-03-12 15:34:36 -05:00
neuroevolutus
00737f2806 Change "clovver" to "clobber" 2023-03-12 15:30:26 -05:00
neuroevolutus
ac8a725a51 Change "remaple" to "remain" 2023-03-12 15:30:26 -05:00
neuroevolutus
bd42b56be9 Reword explanation of relative update 2023-03-12 15:30:15 -05:00
neuroevolutus
241ef6fbab Reword explanation of update 2023-03-11 20:12:18 -06:00
neuroevolutus
2b1ddb7d6a Remove extra backtick 2023-03-11 19:18:45 -06:00
Robert Brennan
9539877ff6
Add filter operation (#1588)
* add filter operation

* add tests

* add tests

* revert debug

* simplify filter

* fix tests

* remove logs
2023-03-09 10:30:47 +11:00
ryenus
d30941b575
Detect input format based on file name extension (#1582)
* detect inputFormat from filename

* refactor and extract func InputFormatFromFilename

* detect inputFormat only when file is provided

* add test for automatic input format detection
2023-03-09 10:17:19 +11:00
Mike Farah
2195df9e7a Fixed xml encoding of ProcInst #1563, improved XML comment handling 2023-03-02 10:57:54 +11:00
Mike Farah
3f1f66a8ee Fixed merged anchor reference problem #1482 2023-03-01 13:45:35 +11:00
Anders Björklund
cf8cfbd865
Allow build without json and xml support (#1556)
* Refactor ordered_map into separate files

Separate json and xml, from the regular yaml.

Makes it possible to compile, without those...

* Refactor encoder and decoder creation

Use more consistent parameters vs globals

Return errors instead of calling panic()

* Allow build without json and xml support
2023-03-01 13:19:06 +11:00
Mike Farah
62d167c141
Variable loop - Fixes #1566 (#1577)
* Variable loop wip

* Variable loop wip

* Variable loop wip

* Variable loop wip

* Fixed variable operator to work like jq
2023-02-28 16:40:38 +11:00
Mike Farah
d17fd9424e Added shuffle command #1503 2023-02-11 05:08:20 +11:00
Mike Farah
a1698b740a Added ability to sort by multiple fields #1541 2023-02-11 04:46:39 +11:00
Vít Zikmund
93b7c999be
Use a lazy-quoting @sh encoder (#1548)
* Use a lazy-quoting @sh encoder

* Add internal quoting style switch to @sh

* Add test for stray empty quotes in @sh
2023-02-09 18:15:07 +11:00
Mike Farah
88a6b20ba5 Fixed date comparison with string date #1537 2023-02-02 13:30:48 +11:00
Mike Farah
915ab69922 Added to_unix operator 2023-02-02 12:56:16 +11:00
Mike Farah
f9f340b6bf Github pipeline not in AU tz :D 2023-02-02 12:47:59 +11:00
Mike Farah
75920481b1 Added from_unix operator #1535 2023-02-02 12:42:36 +11:00
Mike Farah
d21bb920d6 Added shell string encoder (@sh) #1526 2023-02-02 12:23:08 +11:00
Mike Farah
3b1bcac5b3 review feed back on URI 2023-01-25 11:18:48 +11:00
Mike Farah
6d7d76a3f1 Adds @uri/@urid #1529 2023-01-23 11:37:18 +11:00
Mike Farah
473be23153 Log info message when unable to chown file #1521 2023-01-15 11:36:52 +11:00
Mike Farah
3b84c03131 Fixed bug in splice operator #1511 2023-01-13 13:45:19 +11:00
Mike Farah
d7da0cca3c Fixed value operator bug #1515 2023-01-12 15:11:45 +11:00
Mike Farah
fcda053d73 Updating tests from lexer version bump 2023-01-12 14:26:58 +11:00