nushell/crates/nu-command/src/deprecated
Benoît Cortier 173d60d59d
Deprecate hash base64, extend decode and add encode commands (#5863)
* feat: deprecate `hash base64` command

* feat: extend `decode` and `encode` command families

This commit
- Adds `encode` command family
- Backports `hash base64` features to `encode base64` and `decode base64` subcommands.
- Refactors code a bit and extends tests for encodings
- `decode base64` returns a binary `Value` (that may be decoded into a string using `decode` command)

* feat: add `--binary(-b)` flag to `decode base64`

Default output type is now string, but binary can be requested using this new flag.
2022-06-26 00:35:23 +03:00
..
hash_base64.rs Deprecate hash base64, extend decode and add encode commands (#5863) 2022-06-26 00:35:23 +03:00
keep_.rs add keep deprecated commands (#5124) 2022-04-08 10:10:46 +12:00
keep_until.rs add keep deprecated commands (#5124) 2022-04-08 10:10:46 +12:00
keep_while.rs add keep deprecated commands (#5124) 2022-04-08 10:10:46 +12:00
match_.rs Mark match as deprecated command (#4802) 2022-03-09 20:58:42 -06:00
mod.rs Deprecate hash base64, extend decode and add encode commands (#5863) 2022-06-26 00:35:23 +03:00
nth.rs deprecated commands (#4405) 2022-02-10 12:55:19 +00:00
pivot.rs deprecated commands (#4405) 2022-02-10 12:55:19 +00:00
str_datetime.rs feat: mark str to-datetime as deprecated command (#4448) 2022-02-12 20:30:37 -06:00
str_decimal.rs deprecated commands (#4405) 2022-02-10 12:55:19 +00:00
str_find_replace.rs update str find-replace to str replace (#5120) 2022-04-07 08:41:09 -05:00
str_int.rs deprecated commands (#4405) 2022-02-10 12:55:19 +00:00
unalias.rs feat: add unalias to deprecated command (#4440) 2022-02-12 17:06:52 +02:00