From eb5ea87ef1abd834041317cae680ec3bb823bc5d Mon Sep 17 00:00:00 2001 From: Krinkle Date: Wed, 4 Dec 2024 20:39:46 +0000 Subject: [PATCH] Build commit 4349fa5cb574d9ddf54e2b93e9d21ba0c61a2321 --- api/deprecated/index.html | 3 --- api/extension/QUnit.extend/index.html | 25 ++++--------------------- api/extension/index.html | 2 +- api/removed/index.html | 3 --- feed.xml | 2 +- 5 files changed, 6 insertions(+), 29 deletions(-) diff --git a/api/deprecated/index.html b/api/deprecated/index.html index 72207122b..493f5f8c7 100644 --- a/api/deprecated/index.html +++ b/api/deprecated/index.html @@ -80,9 +80,6 @@

Deprecated methods

assert.push()

DEPRECATED Report the result of a custom assertion.

-

QUnit.extend()

-

REMOVED Copy the properties from one object into a target object.

-

QUnit.load()

REMOVED Inform the test runner that code has finished loading.

diff --git a/api/extension/QUnit.extend/index.html b/api/extension/QUnit.extend/index.html index 941bcc3ee..a4f080c00 100644 --- a/api/extension/QUnit.extend/index.html +++ b/api/extension/QUnit.extend/index.html @@ -70,18 +70,16 @@

QUnit.extend()

- +

- version added: 1.0.0. - deprecated: 2.12.0. - removed: unreleased.

+ version added: 1.0.0.

Description

QUnit.extend( target, mixin )

Copy the properties defined by a mixin object into a target object.

-

This method is deprecated and it’s recommended to use Object.assign() instead.

+

It is recommended to use the built-in Object.assign() instead.

@@ -104,21 +102,6 @@

Description

This method will modify the target object to contain the “own” properties defined by the mixin. If the mixin object specifies the value of any attribute as undefined, this property will instead be removed from the target object.

-

Changelog

- -
- - - - - - - - - - -
UNRELEASEDRemoved.
QUnit 2.12.0Deprecated. Use Object.assign() instead.
-

Examples

Use QUnit.extend to merge two objects.

@@ -197,7 +180,7 @@

Deprecated methods

Removed methods


-

Table of contents

+

Table of contents

diff --git a/api/extension/index.html b/api/extension/index.html index 21f94e85b..1863c9776 100644 --- a/api/extension/index.html +++ b/api/extension/index.html @@ -102,7 +102,7 @@

QUn

Override string serialization for a given data type.

QUnit.extend()

-

REMOVED Copy the properties from one object into a target object.

+

Copy the properties from one object into a target object.

QUnit.hooks

Add global callbacks to run before or after each test.

diff --git a/api/removed/index.html b/api/removed/index.html index 99885c524..2dddcfd0c 100644 --- a/api/removed/index.html +++ b/api/removed/index.html @@ -77,9 +77,6 @@

Removed methods

-

QUnit.extend()

-

REMOVED Copy the properties from one object into a target object.

-

QUnit.load()

REMOVED Inform the test runner that code has finished loading.

diff --git a/feed.xml b/feed.xml index a1029bb27..1e82c0989 100644 --- a/feed.xml +++ b/feed.xml @@ -1 +1 @@ -Jekyll2024-12-04T20:02:59+00:00https://qunitjs.com/feed.xmlQUnitThe powerful, easy-to-use JavaScript testing framework. \ No newline at end of file +Jekyll2024-12-04T20:39:43+00:00https://qunitjs.com/feed.xmlQUnitThe powerful, easy-to-use JavaScript testing framework. \ No newline at end of file