Skip to content

v0.7.1

Compare
Choose a tag to compare
@shikokuchuo shikokuchuo released this 16 Nov 16:35
· 1279 commits to main since this release
d51473e

nanonext 0.7.1

New Features

  • Implements getopt(), the counterpart to setopt() for retrieving the value of options on objects.

Updates

  • The setopt() interface is simplified, with the type now inferred from the value supplied.
  • ncurl() now returns redirect addresses as the response header 'Location'. This is so that HTTP data can also be returned at $data where this is provided.
  • Eliminates CRAN 'additional issue' (clang/gcc-UBSAN).
  • Internal performance optimisations.