Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/assert.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Assert

Stability: 5 - Locked
Stability: 3 - Stable

This module is used for writing unit tests for your applications, you can
access it with `require('assert')`.
Expand Down
2 changes: 1 addition & 1 deletion doc/api/console.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# console

Stability: 4 - API Frozen
Stability: 3 - Stable

* {Object}

Expand Down
12 changes: 0 additions & 12 deletions doc/api/documentation.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -60,18 +60,6 @@ The API has proven satisfactory, but cleanup in the underlying
code may cause minor changes. Backwards-compatibility is guaranteed.
```

```
Stability: 4 - API Frozen
This API has been tested extensively in production and is
unlikely to ever have to change.
```

```
Stability: 5 - Locked
Unless serious bugs are found, this code will not ever
change. Please do not suggest changes in this area; they will be refused.
```

## JSON Output

Stability: 1 - Experimental
Expand Down
2 changes: 1 addition & 1 deletion doc/api/events.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Events

Stability: 4 - API Frozen
Stability: 3 - Stable

<!--type=module-->

Expand Down
2 changes: 1 addition & 1 deletion doc/api/modules.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Modules

Stability: 5 - Locked
Stability: 3 - Stable

<!--name=module-->

Expand Down
2 changes: 1 addition & 1 deletion doc/api/os.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# os

Stability: 4 - API Frozen
Stability: 3 - Stable

Provides a few basic operating-system related utility functions.

Expand Down
2 changes: 1 addition & 1 deletion doc/api/timers.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Timers

Stability: 5 - Locked
Stability: 3 - Stable

All of the timer functions are globals. You do not need to `require()`
this module in order to use them.
Expand Down
4 changes: 2 additions & 2 deletions doc/api/util.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# util

Stability: 4 - API Frozen
Stability: 3 - Stable

These functions are in the module `'util'`. Use `require('util')` to
access them.
Expand Down Expand Up @@ -131,7 +131,7 @@ Highlighted styles and their default values are:
* `special` - only function at this time (cyan)
* `name` (intentionally no styling)

Predefined color codes are: `white`, `grey`, `black`, `blue`, `cyan`,
Predefined color codes are: `white`, `grey`, `black`, `blue`, `cyan`,
`green`, `magenta`, `red` and `yellow`.
There are also `bold`, `italic`, `underline` and `inverse` codes.

Expand Down