Skip to content

Releases: nlohmann/crow

Prerelease of update branch

30 Oct 15:59
a51ea1b

Choose a tag to compare

Pre-release

As requested in #51, this is a prerelease of the contents of the update branch as of 28 June 2020. There is currently no active development on this branch, but it may be more valuable as the master branch.

Crow 0.0.6

11 Nov 21:18
1f38585

Choose a tag to compare

Crow 0.0.6 Pre-release
Pre-release
  • ⬇️ made Crow work with CMake 3.8
  • ⬆️ upgraded shipped JSON for Modern C++ to 3.4.0

Crow 0.0.5

15 Aug 07:58
234c2be

Choose a tag to compare

Crow 0.0.5 Pre-release
Pre-release
  • ✨ added event sampling
  • ✅ added testing server to mock Sentry
  • 📝 added example code
  • 🔨 overworked threading

Crow 0.0.4

09 Aug 16:11
dca4b97

Choose a tag to compare

Crow 0.0.4 Pre-release
Pre-release
  • ✨ added Log4cplus integration

Crow 0.0.3

05 Aug 11:45
d4ccdca

Choose a tag to compare

Crow 0.0.3 Pre-release
Pre-release
  • ✨ added functions to manage contexts
  • ✨ made installation of termination handler more transparent
  • ✨ made client thread-safe
  • ✨ added gzip compression for requests
  • 🏁 overworked Windows version detection
  • 👷 added more compilers to CI
  • ✅ added code coverage check

Crow 0.0.2

31 Jul 18:43
5a11f7e

Choose a tag to compare

Crow 0.0.2 Pre-release
Pre-release
  • 👷 integrated Travis and AppVeyor CI (#1)
  • 📝 added Doxygen documentation as GitHub page (#4)
  • ✨ added function to retrieve last event id (#8)
  • ✨ collecting information on user, machine, operating system, and compiler
  • ♿ client now compiles with macOS, Linux, Windows (MinGW and MSVC)
  • ➖ removed Sole dependency for UUID generation
  • ➖ removed Date dependency for ISO8601 date string generation
  • ✅ adding unit tests and live test client

Crow 0.0.1

27 Jul 22:43
526ddda

Choose a tag to compare

Crow 0.0.1 Pre-release
Pre-release

Initial release.