Fixed 'since' versions for MatchersUtil

This commit is contained in:
Steve Gravrock
2020-02-13 10:52:54 -08:00
parent 6c68715554
commit a6a9550d1e
2 changed files with 6 additions and 2 deletions

View File

@@ -4409,7 +4409,6 @@ getJasmineRequireObj().MatchersUtil = function(j$) {
* _Note:_ Do not construct this directly. Jasmine will construct one and * _Note:_ Do not construct this directly. Jasmine will construct one and
* pass it to matchers and asymmetric equality testers. * pass it to matchers and asymmetric equality testers.
* @name MatchersUtil * @name MatchersUtil
* @since 2.0.0
* @classdesc Utilities for use in implementing matchers * @classdesc Utilities for use in implementing matchers
* @constructor * @constructor
*/ */
@@ -4421,6 +4420,7 @@ getJasmineRequireObj().MatchersUtil = function(j$) {
* taking into account the current set of custom value formatters. * taking into account the current set of custom value formatters.
* @function * @function
* @name MatchersUtil#pp * @name MatchersUtil#pp
* @since 3.6.0
* @param {*} value The value to pretty-print * @param {*} value The value to pretty-print
* @return {string} The pretty-printed value * @return {string} The pretty-printed value
*/ */
@@ -4432,6 +4432,7 @@ getJasmineRequireObj().MatchersUtil = function(j$) {
* logic as {@link MatchersUtil#equals}. * logic as {@link MatchersUtil#equals}.
* @function * @function
* @name MatchersUtil#contains * @name MatchersUtil#contains
* @since 2.0.0
* @param {*} haystack The collection to search * @param {*} haystack The collection to search
* @param {*} needle The value to search for * @param {*} needle The value to search for
* @param [customTesters] An array of custom equality testers * @param [customTesters] An array of custom equality testers
@@ -4524,6 +4525,7 @@ getJasmineRequireObj().MatchersUtil = function(j$) {
* Determines whether two values are deeply equal to each other. * Determines whether two values are deeply equal to each other.
* @function * @function
* @name MatchersUtil#equals * @name MatchersUtil#equals
* @since 2.0.0
* @param {*} a The first value to compare * @param {*} a The first value to compare
* @param {*} b The second value to compare * @param {*} b The second value to compare
* @param [customTesters] An array of custom equality testers * @param [customTesters] An array of custom equality testers

View File

@@ -5,7 +5,6 @@ getJasmineRequireObj().MatchersUtil = function(j$) {
* _Note:_ Do not construct this directly. Jasmine will construct one and * _Note:_ Do not construct this directly. Jasmine will construct one and
* pass it to matchers and asymmetric equality testers. * pass it to matchers and asymmetric equality testers.
* @name MatchersUtil * @name MatchersUtil
* @since 2.0.0
* @classdesc Utilities for use in implementing matchers * @classdesc Utilities for use in implementing matchers
* @constructor * @constructor
*/ */
@@ -17,6 +16,7 @@ getJasmineRequireObj().MatchersUtil = function(j$) {
* taking into account the current set of custom value formatters. * taking into account the current set of custom value formatters.
* @function * @function
* @name MatchersUtil#pp * @name MatchersUtil#pp
* @since 3.6.0
* @param {*} value The value to pretty-print * @param {*} value The value to pretty-print
* @return {string} The pretty-printed value * @return {string} The pretty-printed value
*/ */
@@ -28,6 +28,7 @@ getJasmineRequireObj().MatchersUtil = function(j$) {
* logic as {@link MatchersUtil#equals}. * logic as {@link MatchersUtil#equals}.
* @function * @function
* @name MatchersUtil#contains * @name MatchersUtil#contains
* @since 2.0.0
* @param {*} haystack The collection to search * @param {*} haystack The collection to search
* @param {*} needle The value to search for * @param {*} needle The value to search for
* @param [customTesters] An array of custom equality testers * @param [customTesters] An array of custom equality testers
@@ -120,6 +121,7 @@ getJasmineRequireObj().MatchersUtil = function(j$) {
* Determines whether two values are deeply equal to each other. * Determines whether two values are deeply equal to each other.
* @function * @function
* @name MatchersUtil#equals * @name MatchersUtil#equals
* @since 2.0.0
* @param {*} a The first value to compare * @param {*} a The first value to compare
* @param {*} b The second value to compare * @param {*} b The second value to compare
* @param [customTesters] An array of custom equality testers * @param [customTesters] An array of custom equality testers