1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-16 01:08:21 +02:00
nushell/crates/nu_plugin_query/src
Antoine Büsch d4fa014534
Make query xml return nodes in document order ()
# Description

`query xml` used to return results from an XPath query in a random,
non-deterministic order. With this change, results get returned in the
order they appear in the document.

# User-Facing Changes
`query xml` will now return results in a non-random order.

# Tests + Formatting
- 🟢 `toolkit fmt`
- 🟢 `toolkit clippy`
- 🟢 `toolkit test`
- 🟢 `toolkit test stdlib`

# After Submitting
2024-06-05 09:47:36 +08:00
..
lib.rs Reorganize plugin API around commands () 2024-03-14 16:40:02 -05:00
main.rs Add support for engine calls from plugins () 2024-03-09 11:26:30 -06:00
query_json.rs Change PluginCommand API to be more like Command () 2024-03-27 11:59:57 +01:00
query_web.rs restore query web --as-table to working order () 2024-04-28 04:21:26 -05:00
query_xml.rs Make query xml return nodes in document order () 2024-06-05 09:47:36 +08:00
query.rs Change PluginCommand API to be more like Command () 2024-03-27 11:59:57 +01:00
web_tables.rs update query web wiki example () 2024-02-02 09:03:28 -06:00