Jonathan Turner
cb8491cfee
Bump to 0.22 ( #2726 )
2020-11-04 07:31:41 +13:00
Jonathan Turner
a6fdee4a51
bump to 0.21.1 ( #2702 )
...
* bump to 0.21.1
* bump trash version
2020-10-26 21:10:06 +13:00
Jonathan Turner
770e5d89f2
Bump to 0.21 ( #2663 )
2020-10-14 06:19:09 +13:00
Jonathan Turner
ebba89ea31
Bump to 0.20 ( #2588 )
2020-09-22 19:54:46 +12:00
Darren Schroeder
a63a5adafa
remove unused dependencies ( #2520 )
...
* remove unused dependencies
* moved umask to cfg(unix)
* changed Inflector to inflector, hoping it fixes the issue.
* roll back Inflector
* removed commented out deps now that everything looks good.
2020-09-09 13:57:51 -05:00
Darren Schroeder
2eb4f8d28a
updated dependencies ( #2517 )
2020-09-09 10:35:45 +12:00
Jonathan Turner
882cf74137
Bump to 0.19.0 ( #2483 )
2020-09-02 15:37:06 +12:00
Jonathan Turner
da4d24d082
Bump to 0.18.2. Move starship external. ( #2345 )
...
* 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 ( #2335 )
2020-08-12 15:59:28 +12:00
Jonathan Turner
2ad07912d9
Bump to 0.18 ( #2325 )
2020-08-11 18:44:53 +12:00
Jonathan Turner
ba81278ffd
Remove build.rs and nu-build ( #2282 )
2020-08-01 09:21:10 +12:00
Jonathan Turner
2a084fc838
Bump to 0.17.0 ( #2237 )
2020-07-22 06:41:49 +12:00
Jonathan Turner
d30c40b40e
Bump to 0.16.1 ( #2116 )
2020-07-06 08:12:44 +12:00
Jonathan Turner
0522023d4c
Bump to 0.16.0 ( #2084 )
2020-07-01 06:25:09 +12:00
Jonathan Turner
7fed9992c9
Bump deps and touchup ( #2066 )
2020-06-27 19:54:31 +12:00
Jonathan Turner
29ea29261d
Bump to 0.15.1 ( #1984 )
2020-06-15 09:54:30 +12:00
Jonathan Turner
e5a18eb3c2
Bump to 0.15.0 ( #1955 )
2020-06-10 05:33:59 +12:00
Jonathan Turner
ef4eefa96a
Bump more deps ( #1921 )
2020-05-31 08:54:47 +12:00
Jonathan Turner
0743b69ad5
Move from language-reporting to codespan ( #1825 )
2020-05-19 06:44:27 +12:00
Jonathan Turner
0abc94f0c6
Bump some of our dependencies ( #1809 )
2020-05-17 10:34:10 +12:00
Jonathan Turner
196991ae1e
Bump to 0.14.1 ( #1772 )
2020-05-13 20:03:45 +12:00
Jonathan Turner
b2eecfb110
Bump to 0.14 ( #1766 )
2020-05-13 04:32:51 +12:00
Jonathan Turner
c7e11a5a28
bump to 0.13.0 ( #1625 )
2020-04-21 17:01:03 +12:00
Jonathan Turner
2c513d1883
More dep bumps ( #1562 )
2020-04-09 10:28:20 +12:00
Jonathan Turner
04702530a3
Bump a lot of deps ( #1560 )
2020-04-07 19:51:17 +12:00
Jonathan Turner
c4daa2e40f
Add experimental new parser ( #1554 )
...
Move to an experimental new parser
2020-04-06 19:16:14 +12:00
Jonathan Turner
791f7dd9c3
Bump to 0.12.0 ( #1538 )
2020-04-01 06:25:21 +13:00
Jonathan Turner
62666bebc9
Bump to 0.11.0 ( #1474 )
2020-03-11 06:34:19 +13:00
Jonathan Turner
0f7c723672
Bump version to 0.10.0 ( #1403 )
2020-02-18 16:56:09 +13:00
Jonathan Turner
763fcbc137
Bump to 0.9.0 ( #1297 )
2020-01-29 15:17:02 +13:00
Jonathan Turner
41ebc6b42d
Bump to 0.8.0 ( #1166 )
2020-01-07 20:08:31 +13:00
Andrés N. Robalino
0615adac94
Inc refactoring, Value helper test method extractions, and more integration helpers. ( #1135 )
...
* Manifests check. Ignore doctests for now.
* We continue with refactorings towards the separation of concerns between
crates. `nu_plugin_inc` and `nu_plugin_str` common test helpers usage
has been refactored into `nu-plugin` value test helpers.
Inc also uses the new API for integration tests.
2019-12-29 00:17:24 -05:00
Jonathan Turner
2c6336c806
Oops
2019-12-18 06:08:45 +13:00
Jonathan Turner
314c3c4a97
Add missing descriptions and licenses to subcrates
2019-12-18 06:07:00 +13:00
Jonathan Turner
14817ef229
Subcrate versions
2019-12-18 05:18:10 +13:00
Jonathan Turner
98233dcec1
Subcrate versions
2019-12-18 05:09:53 +13:00
Jonathan Turner
88f899d341
Move some plugins back to being core shippable plugins
2019-12-10 13:05:40 +13:00
Jonathan Turner
91784218c0
Upgrade some dependencies
2019-12-09 06:56:21 +13:00
Jonathan Turner
1fcf671ca4
Re-enable the textview plugin, now its own crate
2019-12-04 19:38:40 +13:00
Yehuda Katz
87dbd3d5ac
Extract build.rs
2019-12-02 13:14:51 -08:00
Jonathan Turner
ea1b65916d
Update Cargo.toml
2019-12-02 11:02:59 -08:00
Yehuda Katz
f70c6d5d48
Extract nu_source into a crate
...
This commit extracts Tag, Span, Text, as well as source-related debug
facilities into a new crate called nu_source.
This change is much bigger than one might have expected because the
previous code relied heavily on implementing inherent methods on
`Tagged<T>` and `Spanned<T>`, which is no longer possible.
As a result, this change creates more concrete types instead of using
`Tagged<T>`. One notable example: Tagged<Value> became Value, and Value
became UntaggedValue.
This change clarifies the intent of the code in many places, but it does
make it a big change.
2019-11-25 07:37:33 -08:00