You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.010Feb9826Jan1817141331Dec2624211913526Nov2283231Oct262114322Sep2030Aug1096429Jul75310Jun9223May27Apr7523Mar199828Feb251714614Jan13852131Dec29272019161412724Nov23121124Oct22191128Sep21126331Aug2213327Jul23191615330Jun28262118171611430May191754329Apr2827252221181514831Mar29272019826Feb2523211815532131Jan272522Dec14Nov109728Oct24232219171311128Sep2619181614135429Aug252343131Jul3028262423222115118213Jun15May1412543228Apr11987625Mar23222052127Feb262322201916131227Jan16141398424Dec137Nov131Oct302925181411727Sep2624191354329Aug26232112111022Jul198125Jun21426May231918169723Apr212024Mar2217654128Feb2726251815130Jan292423201917161514414Dec74130Nov16141312925Oct191813121098642111Sep331Aug222119Jul1817Drop support for C++98/C++03 (closes #1820)Fix clang-tidy warning "Called C++ object pointer is null"Reformat CMake filesRemove unused variables (fixes #1858)Update Catch library to 2.13.10 (#1820)Run all tests with C++11 enabled (#1820)Set minimum Clang version to 3.8 (#1820)Set minimum GCC version to 6 (#1820)Set minimum Visual Studio version to 2017 (#1820)Remove unused `NOEXCEPT` macroMinor improvements in the release workflow6.20.x6.20.xUpdate `idf_component.yml`Set version to 6.20.1v6.20.1v6.20.1CI: automatically publish Particle libraryREADME: reduce the size of the logoCI: remove the draft flag on the GitHub ReleaseFix the name of the license fileDeduce template argument of `pgm_read()`Use `pgm_read()` instead of `ARDUINOJSON_READ_STATIC_ARRAY`Remove explicit exclusion of `as<char*>()` and `as<char>()` (#1860)Update catch.hpp (fixes #1856)CI: Update runner to get GCC 11.3 (resolves #1859)Add missing semicolon (fixes #1857)Add to IDF Component Registry (closes #1844)Remove link to Discord serverFix comma tests.Test custom converter for `std::array` (issue #1840)Set version to 6.20.0v6.20.0v6.20.0Remove support for naked `char` (was deprecated since 6.18.0)Mark adapter's `storagePolicy()` as `const`Fix detection of char typesFix GitHub Actions badge (badges/shields#8671)Test custom converter for `std::vector<T>` (issue #1840)Clang-Format: set `AllowShortLoopsOnASingleLine` to `false`CI: check URLsAdd documentation to most public symbolsCI: Replace `set-output` with environment fileUpdate change logRename `VariantRef` to `JsonVariant`Rename `VariantConstRef` to `JsonVariantConst`