📝 overwork documentation

This commit is contained in:
Niels Lohmann 2021-11-20 13:09:37 +01:00
parent cf06ba8643
commit 25ca594ff7
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
7 changed files with 7 additions and 4 deletions

View File

@ -175,5 +175,5 @@ Strong exception safety: if an exception occurs, the original value stays intact
## Version history
1. Added in version 1.0.0.
2. Added in version 1.0.0; `KeyT` template added in version 3.10.0.
2. Added in version 1.0.0; `KeyT` template added in version 3.10.5.
3. Added in version 2.0.0.

View File

@ -55,3 +55,4 @@ This method always returns `#!cpp false` when executed on a JSON type that is no
## Version history
- Added in version 3.6.0.
- Extended template `KeyT` in version 3.10.5 to also support `std::string_view`.

View File

@ -54,3 +54,4 @@ This method always returns `0` when executed on a JSON type that is not an objec
## Version history
- Added in version 1.0.0.
- Extended template `KeyT` in version 3.10.5 to also support `std::string_view`.

View File

@ -182,4 +182,4 @@ Strong exception safety: if an exception occurs, the original value stays intact
- Added in version 1.0.0.
- Added support for binary types in version 3.8.0.
- Added `KeyT` template in version 3.10.0.
- Added `KeyT` template in version 3.10.5.

View File

@ -58,3 +58,4 @@ This method always returns `end()` when executed on a JSON type that is not an o
## Version history
- Added in version 1.0.0.
- Extended template `KeyT` in version 3.10.5 to also support `std::string_view`.

View File

@ -187,5 +187,5 @@ Strong exception safety: if an exception occurs, the original value stays intact
1. Added in version 1.0.0.
2. Added in version 1.0.0. Overloads for `T* key` added in version 1.1.0. Template `T* key` replaced by template `KeyT`
in version 3.10.0 which now also supports `std::string_view`.
in version 3.10.5 which now also supports `std::string_view`.
3. Added in version 2.0.0.

View File

@ -121,4 +121,4 @@ changes to any JSON value.
## Version history
1. Added in version 1.0.0.
2. Added in version 2.0.2. `KeyType` template parameter added in 3.10.0.
2. Added in version 2.0.2. `KeyType` template parameter added in 3.10.5.