Hi, I noticed there's already 485 changes since last release, could we at least have a minor one v1.2 or a patch v1.1.1? Thanks!
In general, I'm hesitant to use the master branch of a 3rd party repo, so I'd like to stick to released versions as well. I noticed that an upgrade would be useful due to some gcc warnings being fixed a few months ago.
Most companies (ours included) only sync with the upstream branch on new releases. Hence my asking for a release. We definitely make heavy use of it and it would be nice to get upgraded.
https://github.com/Tencent/rapidjson/commit/b91c515afea9f0ba6a81fc670889549d77c83db3 changed a cmake variable RAPIDJSON_INCLUDE_DIR to RapidJSON_INCLUDE_DIR. It'd be good to have a release including the commit. Context: https://github.com/MaskRay/ccls/pull/383
+1 for a new release, package managers like vcpkg also only syncs on new releases
Hello @miloyip,
thanks to you and Tencent for sharing the RapidJSON parser. I also noticed that your latest release is from 2016, but there is active development on the master branch. Are you planning a release in the near future? If not, in what state is the master branch? Is it safe to use it for production code?
Thanks in advance
Most helpful comment
Most companies (ours included) only sync with the upstream branch on new releases. Hence my asking for a release. We definitely make heavy use of it and it would be nice to get upgraded.