2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-15 21:48:29 +00:00
Commit graph

71 commits

Author SHA1 Message Date
JT
2bb23c57df
Bump to 0.31.1 () 2021-05-12 15:06:50 +12:00
JT
48128c9db6
Bump to 0.31.0 () 2021-05-11 16:44:52 +12:00
JT
599c43ce04
bump to 0.30.1 () 2021-04-22 21:07:54 +12:00
JT
0fc9b6cfa2
Bump to 0.30 ()
* Bump to 0.30

* fix test
2021-04-20 18:34:10 +12:00
Jonathan Turner
42fac722bb
Bump to 0.29.2 ()
* Bump to 0.29.2

* Fix test
2021-04-07 08:14:06 +12:00
Jonathan Turner
06b154f4b2
Bump to 0.29.1 ()
* Bump to 0.29.1

* fix test
2021-03-31 20:13:40 +13:00
Jonathan Turner
4faaa5310e
Bump to 0.29 ()
* Bump to 0.29

* fix test
2021-03-30 22:35:21 +13:00
Darren Schroeder
ee5bd2b4b3
move from h1-client-rustls to hyper-client () 2021-03-10 15:45:53 -06:00
Jonathan Turner
22ae962b57
Bump to 0.28 () 2021-03-09 23:40:17 +13:00
Jakub Žádník
49a9107e0f
Allow composing help message from two parts ()
* Split help message into brief and full help

Demonstrate on ansi command

Brief help is printed when running `help commands` so it doesn't clutter
the table. Full help is printed when normal help message is requested
(e.g., `help ansi`, `ansi --help`, etc.).

* Split long command descriptions

Some are not split, just edited to be shorter.

* Capitalize the usage of all commands

* Make sure every usage ends with dot

* Fix random typo
2021-03-08 12:57:58 +13:00
Darren Schroeder
9c375b33a6
updated fetch to surf2.2 and feature h1-client-rustls () 2021-03-04 07:18:11 +13:00
Jonathan Turner
aa6c6120f6
Bump to 0.27.2 ()
* Bump to 0.27.2

* Fix clippy and test
2021-02-26 17:55:25 +13:00
Jonathan Turner
deff1aa63b
Bump to 0.27.1 () 2021-02-18 18:54:48 +13:00
Jonathan Turner
039f223b53
Bump to 0.27 () 2021-02-16 19:20:05 +13:00
Jonathan Turner
6f17662a4e
Update some deps () 2021-02-06 09:54:54 +13:00
Jonathan Turner
c83aea3c89
Bump to 0.26.1 () 2021-02-05 19:38:04 +13:00
Jonathan Turner
388973e9ab
Bump to 0.26.0 () 2021-01-26 23:07:08 +13:00
Jonathan Turner
7d07881d96
Bump to 0.25.2 () 2021-01-12 07:50:53 +13:00
sousajf1
f38e2b5c6d
updated dependencies ()
Same as 

Co-authored-by: sousajo <sousajo@pop-os.localdomain>
Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
2021-01-07 13:38:22 +13:00
Jonathan Turner
5e72b2a797
Bump to 0.25.1 for the hotfix release () 2021-01-06 15:16:08 +13:00
Jonathan Turner
d297199d7c
Bump to 0.25.0 () 2021-01-05 18:10:24 +13:00
Jonathan Turner
ac578b8491
Multiline scripts part 2 ()
* Begin allowing comments and multiline scripts.

* clippy

* Finish moving to groups. Test pass

* Keep going

* WIP

* WIP

* BROKEN WIP

* WIP

* WIP

* Fix more tests

* WIP: alias starts working

* Broken WIP

* Broken WIP

* Variables begin to work

* captures start working

* A little better but needs fixed scope

* Shorthand env setting

* Update main merge

* Broken WIP

* WIP

* custom command parsing

* Custom commands start working

* Fix coloring and parsing of block

* Almost there

* Add some tests

* Add more param types

* Bump version

* Fix benchmark

* Fix stuff
2020-12-18 20:53:49 +13:00
Jonathan Turner
5183fd25bb
Bump version () 2020-12-16 09:13:18 +13:00
Jonathan Turner
a30837298d
Bump version () 2020-12-16 06:30:50 +13:00
Jonathan Turner
e299e76fcf
Bump to 0.23 () 2020-11-25 07:22:27 +13:00
Jonathan Turner
cb8491cfee
Bump to 0.22 () 2020-11-04 07:31:41 +13:00
Jonathan Turner
a6fdee4a51
bump to 0.21.1 ()
* bump to 0.21.1

* bump trash version
2020-10-26 21:10:06 +13:00
Jonathan Turner
770e5d89f2
Bump to 0.21 () 2020-10-14 06:19:09 +13:00
Jonathan Turner
ebba89ea31
Bump to 0.20 () 2020-09-22 19:54:46 +12:00
Ryan Blecher
8388afc9d9
add support for the text/csv content-type () 2020-09-22 15:26:20 +12:00
Darren Schroeder
2eb4f8d28a
updated dependencies () 2020-09-09 10:35:45 +12:00
Jonathan Turner
882cf74137
Bump to 0.19.0 () 2020-09-02 15:37:06 +12:00
Jonathan Turner
da4d24d082
Bump to 0.18.2. Move starship external. ()
* Bump to 0.18.2. Move starship external.

* Fix failing test
2020-08-14 07:02:45 +12:00
Jonathan Turner
87d71604ad
Bump to 0.18.1 () 2020-08-12 15:59:28 +12:00
Jonathan Turner
2ad07912d9
Bump to 0.18 () 2020-08-11 18:44:53 +12:00
Jonathan Turner
ba81278ffd
Remove build.rs and nu-build () 2020-08-01 09:21:10 +12:00
Jonathan Turner
2a084fc838
Bump to 0.17.0 () 2020-07-22 06:41:49 +12:00
Arash Outadi
ed6f337a48
Refactor Fetch command (No logic changes) ()
* Refactoring unrelated to Streaming...

Mainly keeping code DRY

* Remove cli as dependency
2020-07-09 04:49:27 +12:00
Jonathan Turner
d30c40b40e
Bump to 0.16.1 () 2020-07-06 08:12:44 +12:00
Jonathan Turner
0522023d4c
Bump to 0.16.0 () 2020-07-01 06:25:09 +12:00
Jonathan Turner
7fed9992c9
Bump deps and touchup () 2020-06-27 19:54:31 +12:00
Jonathan Turner
29ea29261d
Bump to 0.15.1 () 2020-06-15 09:54:30 +12:00
Jonathan Turner
e5a18eb3c2
Bump to 0.15.0 () 2020-06-10 05:33:59 +12:00
Tobias Tschinkowitz
3a6a3d7409
Implement login for the fetch command () 2020-05-30 11:22:38 +12:00
Jonathan Turner
48d06f40b1
Remove the old it-hacks from fetch and post () 2020-05-17 06:18:46 +12:00
Jonathan Turner
196991ae1e
Bump to 0.14.1 () 2020-05-13 20:03:45 +12:00
Jonathan Turner
b2eecfb110
Bump to 0.14 () 2020-05-13 04:32:51 +12:00
Jonathan Turner
d7bd77829f
Bump rustyline ()
* Bump rustyline

* Fix new clippy warnings

* Add pipeline command
2020-04-24 08:00:49 +12:00
Jonathan Turner
c7e11a5a28
bump to 0.13.0 () 2020-04-21 17:01:03 +12:00
Jonathan Turner
e5a79d09df
Fix the versions up a bit to prevent breakage ()
* Fix the versions up a bit to prevent breakage

* fix up the quickcheck test to not fail on parse error
2020-04-18 15:31:57 +12:00