Skip to content

Releases: nx10/httpgd

v2.1.4

27 Feb 17:49

Choose a tag to compare

  • Address CRAN review feedback (documentation, code style).
  • Add R linting CI.

CRAN status: CRAN

v2.1.3

22 Feb 22:10

Choose a tag to compare

  • Fix compilation failure with 'Clang 21' (middleware default constructor).
  • Add Clang 21 R CMD check to CI.

CRAN status: CRAN

v2.1.2

22 Feb 20:35

Choose a tag to compare

  • Fix compilation failure with 'Clang 21' (vendored 'CrowCpp' tuple member initialization).

CRAN status: CRAN

v2.1.1

22 Feb 18:55

Choose a tag to compare

  • Fix compilation failure with 'Clang 21' (vendored 'CrowCpp' CORS middleware default constructor).

CRAN status: CRAN

v2.1.0

22 Feb 18:12

Choose a tag to compare

  • Update vendored 'CrowCpp' library to v1.2.1.
  • Update 'AsioHeaders' dependency to >= 1.28.2 (fixes macOS deprecation warnings).
  • Remove unused code causing compiler warnings.
  • Modernize build system and CI/CD workflows.
  • Require R >= 4.2.0.

CRAN status: CRAN

v2.0.4

09 Jun 02:56

Choose a tag to compare

What's Changed

  • Fix 'Clang 19' deprecation warning.
  • Remove whitespace after operator"" by @MichaelChirico in #214

Full Changelog: v2.0.3...v2.0.4

v2.0.3

15 Mar 22:41

Choose a tag to compare

  • Drop 'C++14' requirement.

What's Changed

  • Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.1 by @dependabot in #188

Full Changelog: v2.0.2...v2.0.3

v2.0.2

06 Jun 14:29

Choose a tag to compare

httpgd 2.0.2

  • Fix 'gcc 14' compile warning.

Full Changelog: v2.0.1...v2.0.2

v2.0.1

11 Mar 15:05

Choose a tag to compare

httpgd 2.0.1

  • Fix compilation issues with 'clang 18' and 'libc++'.

httpgd 2.0.0

  • Split graphics rendering and R interface to seperate package 'unigd'.
  • Large refactoring and rewrite.
  • Numerous fixes and improvements in 'unigd' (see 'NEWS.md' there).
  • Migrate to crow web server library (due to belle being deprecated).
  • Add live reload feature.
  • Switched from 'Boost' to 'Asio'
  • Various library updates.
  • Various minor fixes and improvements.

Full Changelog: https://github.com/nx10/httpgd/commits/v2.0.1