Skip to content

Commit

Permalink
Remove sinon.log from 2.x+ docs
Browse files Browse the repository at this point in the history
The public method was removed with the v2.0.0 release
  • Loading branch information
mroderick committed Nov 7, 2017
1 parent 0111ed0 commit 9ae6f73
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 264 deletions.
11 changes: 0 additions & 11 deletions docs/_releases/v2.0.0/utils.md
Expand Up @@ -39,14 +39,3 @@ The given constructor function is not invoked. See also the [stub API](../stubs)
Formats an object for pretty printing in error messages using [formatio](https://github.com/busterjs/formatio). Feel free to
override this method with your own implementation if you prefer different
visualization of e.g. objects. The method should return a string.

#### `sinon.log(string);`

Logs internal errors, helpful for debugging. By default this property is a noop function, set it to something that prints warnings in your
environment for more help, e.g. (if you are using JsTestDriver):

```javascript
sinon.log = function (message) {
jstestdriver.console.log(message);
};
```
11 changes: 0 additions & 11 deletions docs/_releases/v2.1.0/utils.md
Expand Up @@ -39,14 +39,3 @@ The given constructor function is not invoked. See also the [stub API](../stubs)
Formats an object for pretty printing in error messages using [formatio](https://github.com/busterjs/formatio). Feel free to
override this method with your own implementation if you prefer different
visualization of e.g. objects. The method should return a string.

#### `sinon.log(string);`

Logs internal errors, helpful for debugging. By default this property is a noop function, set it to something that prints warnings in your
environment for more help, e.g. (if you are using JsTestDriver):

```javascript
sinon.log = function (message) {
jstestdriver.console.log(message);
};
```
11 changes: 0 additions & 11 deletions docs/_releases/v2.2.0/utils.md
Expand Up @@ -39,14 +39,3 @@ The given constructor function is not invoked. See also the [stub API](../stubs)
Formats an object for pretty printing in error messages using [formatio](https://github.com/busterjs/formatio). Feel free to
override this method with your own implementation if you prefer different
visualization of e.g. objects. The method should return a string.

#### `sinon.log(string);`

Logs internal errors, helpful for debugging. By default this property is a noop function, set it to something that prints warnings in your
environment for more help, e.g. (if you are using JsTestDriver):

```javascript
sinon.log = function (message) {
jstestdriver.console.log(message);
};
```
11 changes: 0 additions & 11 deletions docs/_releases/v2.3.0/utils.md
Expand Up @@ -39,14 +39,3 @@ The given constructor function is not invoked. See also the [stub API](../stubs)
Formats an object for pretty printing in error messages using [formatio](https://github.com/busterjs/formatio). Feel free to
override this method with your own implementation if you prefer different
visualization of e.g. objects. The method should return a string.

#### `sinon.log(string);`

Logs internal errors, helpful for debugging. By default this property is a noop function, set it to something that prints warnings in your
environment for more help, e.g. (if you are using JsTestDriver):

```javascript
sinon.log = function (message) {
jstestdriver.console.log(message);
};
```
11 changes: 0 additions & 11 deletions docs/_releases/v2.3.1/utils.md
Expand Up @@ -39,14 +39,3 @@ The given constructor function is not invoked. See also the [stub API](../stubs)
Formats an object for pretty printing in error messages using [formatio](https://github.com/busterjs/formatio). Feel free to
override this method with your own implementation if you prefer different
visualization of e.g. objects. The method should return a string.

#### `sinon.log(string);`

Logs internal errors, helpful for debugging. By default this property is a noop function, set it to something that prints warnings in your
environment for more help, e.g. (if you are using JsTestDriver):

```javascript
sinon.log = function (message) {
jstestdriver.console.log(message);
};
```
11 changes: 0 additions & 11 deletions docs/_releases/v2.3.2/utils.md
Expand Up @@ -49,14 +49,3 @@ The given constructor function is not invoked. See also the [stub API](../stubs)
Formats an object for pretty printing in error messages using [formatio](https://github.com/busterjs/formatio). Feel free to
override this method with your own implementation if you prefer different
visualization of e.g. objects. The method should return a string.

#### `sinon.log(string);`

Logs internal errors, helpful for debugging. By default this property is a noop function, set it to something that prints warnings in your
environment for more help, e.g. (if you are using JsTestDriver):

```javascript
sinon.log = function (message) {
jstestdriver.console.log(message);
};
```
11 changes: 0 additions & 11 deletions docs/_releases/v2.3.3/utils.md
Expand Up @@ -49,14 +49,3 @@ The given constructor function is not invoked. See also the [stub API](../stubs)
Formats an object for pretty printing in error messages using [formatio](https://github.com/busterjs/formatio). Feel free to
override this method with your own implementation if you prefer different
visualization of e.g. objects. The method should return a string.

#### `sinon.log(string);`

Logs internal errors, helpful for debugging. By default this property is a noop function, set it to something that prints warnings in your
environment for more help, e.g. (if you are using JsTestDriver):

```javascript
sinon.log = function (message) {
jstestdriver.console.log(message);
};
```
11 changes: 0 additions & 11 deletions docs/_releases/v2.3.4/utils.md
Expand Up @@ -49,14 +49,3 @@ The given constructor function is not invoked. See also the [stub API](../stubs)
Formats an object for pretty printing in error messages using [formatio](https://github.com/busterjs/formatio). Feel free to
override this method with your own implementation if you prefer different
visualization of e.g. objects. The method should return a string.

#### `sinon.log(string);`

Logs internal errors, helpful for debugging. By default this property is a noop function, set it to something that prints warnings in your
environment for more help, e.g. (if you are using JsTestDriver):

```javascript
sinon.log = function (message) {
jstestdriver.console.log(message);
};
```
11 changes: 0 additions & 11 deletions docs/_releases/v2.3.5/utils.md
Expand Up @@ -49,14 +49,3 @@ The given constructor function is not invoked. See also the [stub API](../stubs)
Formats an object for pretty printing in error messages using [formatio](https://github.com/busterjs/formatio). Feel free to
override this method with your own implementation if you prefer different
visualization of e.g. objects. The method should return a string.

#### `sinon.log(string);`

Logs internal errors, helpful for debugging. By default this property is a noop function, set it to something that prints warnings in your
environment for more help, e.g. (if you are using JsTestDriver):

```javascript
sinon.log = function (message) {
jstestdriver.console.log(message);
};
```
11 changes: 0 additions & 11 deletions docs/_releases/v2.3.6/utils.md
Expand Up @@ -49,14 +49,3 @@ The given constructor function is not invoked. See also the [stub API](../stubs)
Formats an object for pretty printing in error messages using [formatio](https://github.com/busterjs/formatio). Feel free to
override this method with your own implementation if you prefer different
visualization of e.g. objects. The method should return a string.

#### `sinon.log(string);`

Logs internal errors, helpful for debugging. By default this property is a noop function, set it to something that prints warnings in your
environment for more help, e.g. (if you are using JsTestDriver):

```javascript
sinon.log = function (message) {
jstestdriver.console.log(message);
};
```
11 changes: 0 additions & 11 deletions docs/_releases/v2.3.7/utils.md
Expand Up @@ -49,14 +49,3 @@ The given constructor function is not invoked. See also the [stub API](../stubs)
Formats an object for pretty printing in error messages using [formatio](https://github.com/busterjs/formatio). Feel free to
override this method with your own implementation if you prefer different
visualization of e.g. objects. The method should return a string.

#### `sinon.log(string);`

Logs internal errors, helpful for debugging. By default this property is a noop function, set it to something that prints warnings in your
environment for more help, e.g. (if you are using JsTestDriver):

```javascript
sinon.log = function (message) {
jstestdriver.console.log(message);
};
```
11 changes: 0 additions & 11 deletions docs/_releases/v2.3.8/utils.md
Expand Up @@ -49,14 +49,3 @@ The given constructor function is not invoked. See also the [stub API](../stubs)
Formats an object for pretty printing in error messages using [formatio](https://github.com/busterjs/formatio). Feel free to
override this method with your own implementation if you prefer different
visualization of e.g. objects. The method should return a string.

#### `sinon.log(string);`

Logs internal errors, helpful for debugging. By default this property is a noop function, set it to something that prints warnings in your
environment for more help, e.g. (if you are using JsTestDriver):

```javascript
sinon.log = function (message) {
jstestdriver.console.log(message);
};
```
11 changes: 0 additions & 11 deletions docs/_releases/v2.4.0/utils.md
Expand Up @@ -49,14 +49,3 @@ The given constructor function is not invoked. See also the [stub API](../stubs)
Formats an object for pretty printing in error messages using [formatio](https://github.com/busterjs/formatio). Feel free to
override this method with your own implementation if you prefer different
visualization of e.g. objects. The method should return a string.

#### `sinon.log(string);`

Logs internal errors, helpful for debugging. By default this property is a noop function, set it to something that prints warnings in your
environment for more help, e.g. (if you are using JsTestDriver):

```javascript
sinon.log = function (message) {
jstestdriver.console.log(message);
};
```
11 changes: 0 additions & 11 deletions docs/_releases/v2.4.1/utils.md
Expand Up @@ -49,14 +49,3 @@ The given constructor function is not invoked. See also the [stub API](../stubs)
Formats an object for pretty printing in error messages using [formatio](https://github.com/busterjs/formatio). Feel free to
override this method with your own implementation if you prefer different
visualization of e.g. objects. The method should return a string.

#### `sinon.log(string);`

Logs internal errors, helpful for debugging. By default this property is a noop function, set it to something that prints warnings in your
environment for more help, e.g. (if you are using JsTestDriver):

```javascript
sinon.log = function (message) {
jstestdriver.console.log(message);
};
```
11 changes: 0 additions & 11 deletions docs/_releases/v3.0.0/utils.md
Expand Up @@ -49,14 +49,3 @@ The given constructor function is not invoked. See also the [stub API](../stubs)
Formats an object for pretty printing in error messages using [formatio](https://github.com/busterjs/formatio). Feel free to
override this method with your own implementation if you prefer different
visualization of e.g. objects. The method should return a string.

#### `sinon.log(string);`

Logs internal errors, helpful for debugging. By default this property is a noop function, set it to something that prints warnings in your
environment for more help, e.g. (if you are using JsTestDriver):

```javascript
sinon.log = function (message) {
jstestdriver.console.log(message);
};
```
11 changes: 0 additions & 11 deletions docs/_releases/v3.1.0/utils.md
Expand Up @@ -49,14 +49,3 @@ The given constructor function is not invoked. See also the [stub API](../stubs)
Formats an object for pretty printing in error messages using [formatio](https://github.com/busterjs/formatio). Feel free to
override this method with your own implementation if you prefer different
visualization of e.g. objects. The method should return a string.

#### `sinon.log(string);`

Logs internal errors, helpful for debugging. By default this property is a noop function, set it to something that prints warnings in your
environment for more help, e.g. (if you are using JsTestDriver):

```javascript
sinon.log = function (message) {
jstestdriver.console.log(message);
};
```
11 changes: 0 additions & 11 deletions docs/_releases/v3.2.0/utils.md
Expand Up @@ -49,14 +49,3 @@ The given constructor function is not invoked. See also the [stub API](../stubs)
Formats an object for pretty printing in error messages using [formatio](https://github.com/busterjs/formatio). Feel free to
override this method with your own implementation if you prefer different
visualization of e.g. objects. The method should return a string.

#### `sinon.log(string);`

Logs internal errors, helpful for debugging. By default this property is a noop function, set it to something that prints warnings in your
environment for more help, e.g. (if you are using JsTestDriver):

```javascript
sinon.log = function (message) {
jstestdriver.console.log(message);
};
```
11 changes: 0 additions & 11 deletions docs/_releases/v3.2.1/utils.md
Expand Up @@ -49,14 +49,3 @@ The given constructor function is not invoked. See also the [stub API](../stubs)
Formats an object for pretty printing in error messages using [formatio](https://github.com/busterjs/formatio). Feel free to
override this method with your own implementation if you prefer different
visualization of e.g. objects. The method should return a string.

#### `sinon.log(string);`

Logs internal errors, helpful for debugging. By default this property is a noop function, set it to something that prints warnings in your
environment for more help, e.g. (if you are using JsTestDriver):

```javascript
sinon.log = function (message) {
jstestdriver.console.log(message);
};
```
11 changes: 0 additions & 11 deletions docs/_releases/v3.3.0/utils.md
Expand Up @@ -49,14 +49,3 @@ The given constructor function is not invoked. See also the [stub API](../stubs)
Formats an object for pretty printing in error messages using [formatio](https://github.com/busterjs/formatio). Feel free to
override this method with your own implementation if you prefer different
visualization of e.g. objects. The method should return a string.

#### `sinon.log(string);`

Logs internal errors, helpful for debugging. By default this property is a noop function, set it to something that prints warnings in your
environment for more help, e.g. (if you are using JsTestDriver):

```javascript
sinon.log = function (message) {
jstestdriver.console.log(message);
};
```
11 changes: 0 additions & 11 deletions docs/_releases/v4.0.0/utils.md
Expand Up @@ -49,14 +49,3 @@ The given constructor function is not invoked. See also the [stub API](../stubs)
Formats an object for pretty printing in error messages using [formatio](https://github.com/busterjs/formatio). Feel free to
override this method with your own implementation if you prefer different
visualization of e.g. objects. The method should return a string.

#### `sinon.log(string);`

Logs internal errors, helpful for debugging. By default this property is a noop function, set it to something that prints warnings in your
environment for more help, e.g. (if you are using JsTestDriver):

```javascript
sinon.log = function (message) {
jstestdriver.console.log(message);
};
```
11 changes: 0 additions & 11 deletions docs/_releases/v4.0.1/utils.md
Expand Up @@ -49,14 +49,3 @@ The given constructor function is not invoked. See also the [stub API](../stubs)
Formats an object for pretty printing in error messages using [formatio](https://github.com/busterjs/formatio). Feel free to
override this method with your own implementation if you prefer different
visualization of e.g. objects. The method should return a string.

#### `sinon.log(string);`

Logs internal errors, helpful for debugging. By default this property is a noop function, set it to something that prints warnings in your
environment for more help, e.g. (if you are using JsTestDriver):

```javascript
sinon.log = function (message) {
jstestdriver.console.log(message);
};
```
11 changes: 0 additions & 11 deletions docs/_releases/v4.0.2/utils.md
Expand Up @@ -49,14 +49,3 @@ The given constructor function is not invoked. See also the [stub API](../stubs)
Formats an object for pretty printing in error messages using [formatio](https://github.com/busterjs/formatio). Feel free to
override this method with your own implementation if you prefer different
visualization of e.g. objects. The method should return a string.

#### `sinon.log(string);`

Logs internal errors, helpful for debugging. By default this property is a noop function, set it to something that prints warnings in your
environment for more help, e.g. (if you are using JsTestDriver):

```javascript
sinon.log = function (message) {
jstestdriver.console.log(message);
};
```
11 changes: 0 additions & 11 deletions docs/_releases/v4.1.0/utils.md
Expand Up @@ -49,14 +49,3 @@ The given constructor function is not invoked. See also the [stub API](../stubs)
Formats an object for pretty printing in error messages using [formatio](https://github.com/busterjs/formatio). Feel free to
override this method with your own implementation if you prefer different
visualization of e.g. objects. The method should return a string.

#### `sinon.log(string);`

Logs internal errors, helpful for debugging. By default this property is a noop function, set it to something that prints warnings in your
environment for more help, e.g. (if you are using JsTestDriver):

```javascript
sinon.log = function (message) {
jstestdriver.console.log(message);
};
```
11 changes: 0 additions & 11 deletions docs/_releases/v4.1.1/utils.md
Expand Up @@ -49,14 +49,3 @@ The given constructor function is not invoked. See also the [stub API](../stubs)
Formats an object for pretty printing in error messages using [formatio](https://github.com/busterjs/formatio). Feel free to
override this method with your own implementation if you prefer different
visualization of e.g. objects. The method should return a string.

#### `sinon.log(string);`

Logs internal errors, helpful for debugging. By default this property is a noop function, set it to something that prints warnings in your
environment for more help, e.g. (if you are using JsTestDriver):

```javascript
sinon.log = function (message) {
jstestdriver.console.log(message);
};
```

0 comments on commit 9ae6f73

Please sign in to comment.