From c238261d2a5c2467e7b8be8b6229310b5d4f3572 Mon Sep 17 00:00:00 2001 From: Cole Arendt Date: Fri, 8 Mar 2019 23:53:57 -0500 Subject: [PATCH] more news fixing --- NEWS.md | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/NEWS.md b/NEWS.md index 998f553..7fef96d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -25,24 +25,6 @@ * Fix json_structure() failure if `document.id` missing by imputing the missing `document.id`. (#86) -* `enter_object` and the `jstring`, `jnumber` and `jlogical` functions now accept unqoted strings to specify their path (#26) - -* `tbl_json` objects now print with a tidy character representation of the JSON attribute (#61) - -* Use [purrr](https://github.com/tidyverse/purrr) for most list based internal operations (#1) - -* Use [tidyr](https://github.com/tidyverse/tidyr) for `gather_array` and `gather_object` functions (#28) - -* Imported the magrittr `%>%` operator (#17) - -* Fixed `dplyr::slice()` not working correctly with `tbl_json` objects (#18) - -* First argument to verbs is `.x` rather than `x` to avoid name conflicts in NSE (#23) - -* Fixed `spread_values()` to not coerce types (#24) - -* `gather_array()` and `gather_object()` can be called repeatedly in the same pipeline with the same `column.name` argument, and will simply append an integer identifer to the new columns (#38) - # tidyjson 0.2.1.9000 ## New functions @@ -73,6 +55,26 @@ the missing `document.id`. (#86) * Updated "Introduction to tidyjson" vignette to be more concise and use new functionality (#74) +## Bug fixes and minor changes + + * `enter_object` and the `jstring`, `jnumber` and `jlogical` functions now accept unqoted strings to specify their path (#26) + + * `tbl_json` objects now print with a tidy character representation of the JSON attribute (#61) + + * Use [purrr](https://github.com/tidyverse/purrr) for most list based internal operations (#1) + + * Use [tidyr](https://github.com/tidyverse/tidyr) for `gather_array` and `gather_object` functions (#28) + + * Imported the magrittr `%>%` operator (#17) + + * Fixed `dplyr::slice()` not working correctly with `tbl_json` objects (#18) + + * First argument to verbs is `.x` rather than `x` to avoid name conflicts in NSE (#23) + + * Fixed `spread_values()` to not coerce types (#24) + + * `gather_array()` and `gather_object()` can be called repeatedly in the same pipeline with the same `column.name` argument, and will simply append an integer identifer to the new columns (#38) + ## Other changes * Migrated development to [colearendt](https://github.com/colearendt/tidyjson) from [jeremystan](https://github.com/jeremystan/tidyjson) and [sailthru](https://github.com/sailthru/tidyjson)