diff --git a/doc/api/assert.markdown b/doc/api/assert.markdown index 0fb7f0b8d42f2b..e2f1b33c0cbcfa 100644 --- a/doc/api/assert.markdown +++ b/doc/api/assert.markdown @@ -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')`. diff --git a/doc/api/console.markdown b/doc/api/console.markdown index a42a391d00975e..391b664cc18d83 100644 --- a/doc/api/console.markdown +++ b/doc/api/console.markdown @@ -1,6 +1,6 @@ # console - Stability: 4 - API Frozen + Stability: 3 - Stable * {Object} diff --git a/doc/api/documentation.markdown b/doc/api/documentation.markdown index 6ef71896b1075c..6ea0c911b4cdb2 100644 --- a/doc/api/documentation.markdown +++ b/doc/api/documentation.markdown @@ -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 diff --git a/doc/api/events.markdown b/doc/api/events.markdown index 3492619da77e95..2a9c1deac86d4f 100644 --- a/doc/api/events.markdown +++ b/doc/api/events.markdown @@ -1,6 +1,6 @@ # Events - Stability: 4 - API Frozen + Stability: 3 - Stable diff --git a/doc/api/modules.markdown b/doc/api/modules.markdown index 950d72d891c766..58ef63c32de697 100644 --- a/doc/api/modules.markdown +++ b/doc/api/modules.markdown @@ -1,6 +1,6 @@ # Modules - Stability: 5 - Locked + Stability: 3 - Stable diff --git a/doc/api/os.markdown b/doc/api/os.markdown index 8fea2c61708b58..26dc658fedf917 100644 --- a/doc/api/os.markdown +++ b/doc/api/os.markdown @@ -1,6 +1,6 @@ # os - Stability: 4 - API Frozen + Stability: 3 - Stable Provides a few basic operating-system related utility functions. diff --git a/doc/api/timers.markdown b/doc/api/timers.markdown index d05046a50efca9..4715c1cf728f43 100644 --- a/doc/api/timers.markdown +++ b/doc/api/timers.markdown @@ -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. diff --git a/doc/api/util.markdown b/doc/api/util.markdown index ac32a29c3e9627..0c2bbcc0418a21 100644 --- a/doc/api/util.markdown +++ b/doc/api/util.markdown @@ -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. @@ -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.