Skip to content

Commit

Permalink
Refresh NEWS files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 16, 2024
1 parent bbffae6 commit f623099
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 42 deletions.
92 changes: 50 additions & 42 deletions news-files-annotated/xml2.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# xml2 (development version)

!begin-bullets-1!

- !begin-bullet!
Windows: use libxml2 from Rtools if found
!end-bullet!

!end-bullets-1!

# xml2 1.3.6

!begin-bullets-1!
!begin-bullets-2!

- !begin-bullet!
Now compatible with libxml2 2.12.0 and later (@KNnut).
Expand Down Expand Up @@ -41,11 +49,11 @@

!end-bullet!

!end-bullets-1!
!end-bullets-2!

# xml2 1.3.5

!begin-bullets-2!
!begin-bullets-3!

- !begin-bullet!
Small speedup for `xml_find_all()` (@mgirlich, #393).
Expand All @@ -56,11 +64,11 @@

!end-bullet!

!end-bullets-2!
!end-bullets-3!

# xml2 1.3.4

!begin-bullets-3!
!begin-bullets-4!

- !begin-bullet!
Fixes for R CMD check problems.
Expand All @@ -71,11 +79,11 @@

!end-bullet!

!end-bullets-3!
!end-bullets-4!

# xml2 1.3.3

!begin-bullets-4!
!begin-bullets-5!

- !begin-bullet!
Hadley Wickham is now (again) the maintainer.
Expand Down Expand Up @@ -113,11 +121,11 @@

!end-bullet!

!end-bullets-4!
!end-bullets-5!

# xml2 1.3.2

!begin-bullets-5!
!begin-bullets-6!

- !begin-bullet!
`read_html()` and `read_xml()` now error if passed strings of length
Expand All @@ -134,43 +142,43 @@

!end-bullet!

!end-bullets-5!
!end-bullets-6!

# xml2 1.3.1

!begin-bullets-6!
!begin-bullets-7!

- !begin-bullet!
`read_html()` now again works with HTML files with non-ASCII
encodings (#293).
!end-bullet!

!end-bullets-6!
!end-bullets-7!

# xml2 1.3.0

!begin-bullets-7!
!begin-bullets-8!

- !begin-bullet!
Removes the Rcpp dependency
!end-bullet!

!end-bullets-7!
!end-bullets-8!

# xml2 1.2.5

!begin-bullets-8!
!begin-bullets-9!

- !begin-bullet!
Fix compilation issue on macOS versions after High Sierra when not
using homebrew supplied libxml2
!end-bullet!

!end-bullets-8!
!end-bullets-9!

# xml2 1.2.4

!begin-bullets-9!
!begin-bullets-10!

- !begin-bullet!
Fix potential dangling pointer with internal `asXmlChar()` function
Expand All @@ -194,24 +202,24 @@

!end-bullet!

!end-bullets-9!
!end-bullets-10!

# xml2 1.2.2

!begin-bullets-10!
!begin-bullets-11!

- !begin-bullet!
Export S4 classes with documentation, so they can be used in other
packages without Warnings (@nuest, #267)
!end-bullet!

!end-bullets-10!
!end-bullets-11!

# xml2 1.2.1

## New Features

!begin-bullets-11!
!begin-bullets-12!

- !begin-bullet!
xml2 now has a pkgdown site! https://xml2.r-lib.org
Expand All @@ -228,11 +236,11 @@

!end-bullet!

!end-bullets-11!
!end-bullets-12!

## Bugfixes and Miscellaneous features

!begin-bullets-12!
!begin-bullets-13!

- !begin-bullet!
Generic xml2 error are now forwarded as R errors. Previously these
Expand Down Expand Up @@ -298,25 +306,25 @@

!end-bullet!

!end-bullets-12!
!end-bullets-13!

# xml2 1.2.0

## Breaking changes

!begin-bullets-13!
!begin-bullets-14!

- !begin-bullet!
`as_list()` on `xml_document` objects did not properly include the
root node in the returned list. Previous behavior can be obtained by
using `as_list()[[1L]]` in place of `as_list()`.
!end-bullet!

!end-bullets-13!
!end-bullets-14!

## New Features

!begin-bullets-14!
!begin-bullets-15!

- !begin-bullet!
`download_xml()` and `download_html()` helper functions to make it
Expand All @@ -333,11 +341,11 @@

!end-bullet!

!end-bullets-14!
!end-bullets-15!

## Bugfixes

!begin-bullets-15!
!begin-bullets-16!

- !begin-bullet!
`xml_find_first()` no longer de-duplicates results, so the results
Expand All @@ -363,25 +371,25 @@

!end-bullet!

!end-bullets-15!
!end-bullets-16!

# xml2 1.1.1

!begin-bullets-16!
!begin-bullets-17!

- !begin-bullet!
This is a small point release addressing installation issues found
with older libxml2 versions shipped with RedHat Linux 6 / CentOS 6
(#163, #164).
!end-bullet!

!end-bullets-16!
!end-bullets-17!

# xml2 1.1.0

## New Features

!begin-bullets-17!
!begin-bullets-18!

- !begin-bullet!
`write_xml()` and `write_html()` now accept connections as well as
Expand Down Expand Up @@ -443,11 +451,11 @@

!end-bullet!

!end-bullets-17!
!end-bullets-18!

## Bugfixes

!begin-bullets-18!
!begin-bullets-19!

- !begin-bullet!
`xml_new_document()` now explicitly sets the encoding (default
Expand Down Expand Up @@ -501,11 +509,11 @@

!end-bullet!

!end-bullets-18!
!end-bullets-19!

# xml2 1.0.0

!begin-bullets-19!
!begin-bullets-20!

- !begin-bullet!
All C++ functions now use `checked_get()` instead of `get()` where
Expand Down Expand Up @@ -584,11 +592,11 @@

!end-bullet!

!end-bullets-19!
!end-bullets-20!

# xml2 0.1.2

!begin-bullets-20!
!begin-bullets-21!

- !begin-bullet!
Improved configure script - now works again on R-devel on windows.
Expand All @@ -599,11 +607,11 @@

!end-bullet!

!end-bullets-20!
!end-bullets-21!

# xml2 0.1.1

!begin-bullets-21!
!begin-bullets-22!

- !begin-bullet!
Make configure script more cross platform.
Expand All @@ -614,4 +622,4 @@

!end-bullet!

!end-bullets-21!
!end-bullets-22!
Binary file modified news-files/hashes.rds
Binary file not shown.
2 changes: 2 additions & 0 deletions news-files/xml2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# xml2 (development version)

* Windows: use libxml2 from Rtools if found

# xml2 1.3.6

* Now compatible with libxml2 2.12.0 and later (@KNnut).
Expand Down
1 change: 1 addition & 0 deletions previous_updates.csv
Original file line number Diff line number Diff line change
Expand Up @@ -18420,3 +18420,4 @@ pillar,b13e63bf99ddb8535c0fc71724743016,"Fix printing of infinite times (#645, #
pillar,d6572a0084f518e178c7efe0d1453e84,"Fix tibble tests (#665, #709).",NA,NA,NA,NA
pillar,4a1788db1c897c93a4e3f06ded50bd58,Add `index.md`.,NA,NA,NA,NA
pillar,f58b61e1b8538ff346e75643efcf782d,"Describe `getOption(""width"")` (#671, #708).",NA,NA,NA,NA
xml2,aec90c864b24045f630e74eeb9fec876,Windows: use libxml2 from Rtools if found,NA,NA,NA,NA
Binary file modified refresh-token.rds
Binary file not shown.

0 comments on commit f623099

Please sign in to comment.