Skip to content

Commit

Permalink
Specify @SInCE 3.7.0 for newly added APIs in apidocs
Browse files Browse the repository at this point in the history
  • Loading branch information
jhecking committed Oct 2, 2018
1 parent 507546a commit c3161af
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/error.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ class AerospikeError extends Error {
*
* @type {?Client}
* @readonly
* @since v3.7.0
*
* @example <caption>Closing the client connection, when an error occurs:</caption>
*
Expand Down
1 change: 1 addition & 0 deletions lib/policies/batch_policy.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class BatchPolicy extends BasePolicy {
*
* @type boolean
* @default <code>true</code>
* @since v3.7.0
*/
this.deserialize = props.deserialize

Expand Down
1 change: 1 addition & 0 deletions lib/policies/operate_policy.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ class OperatePolicy extends BasePolicy {
*
* @type boolean
* @default <code>true</code>
* @since v3.7.0
*/
this.deserialize = props.deserialize

Expand Down
1 change: 1 addition & 0 deletions lib/policies/query_policy.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class QueryPolicy extends BasePolicy {
*
* @type boolean
* @default <code>true</code>
* @since v3.7.0
*/
this.deserialize = props.deserialize

Expand Down
1 change: 1 addition & 0 deletions lib/policies/read_policy.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class ReadPolicy extends BasePolicy {
*
* @type boolean
* @default <code>true</code>
* @since v3.7.0
*/
this.deserialize = props.deserialize

Expand Down

0 comments on commit c3161af

Please sign in to comment.