2016-04-30 21:28:28 +00:00
|
|
|
# Node.js Changelog
|
|
|
|
|
|
|
|
Select a Node.js version below to view the changelog history:
|
|
|
|
|
2024-04-12 18:30:46 +00:00
|
|
|
* [Node.js 22](doc/changelogs/CHANGELOG_V22.md) **Current**
|
2023-09-26 07:03:53 +00:00
|
|
|
* [Node.js 21](doc/changelogs/CHANGELOG_V21.md) **Current**
|
2023-10-19 11:39:19 +00:00
|
|
|
* [Node.js 20](doc/changelogs/CHANGELOG_V20.md) **Long Term Support**
|
2023-06-01 17:51:45 +00:00
|
|
|
* [Node.js 19](doc/changelogs/CHANGELOG_V19.md) End-of-Life
|
2022-10-20 20:54:55 +00:00
|
|
|
* [Node.js 18](doc/changelogs/CHANGELOG_V18.md) **Long Term Support**
|
2022-10-21 14:28:14 +00:00
|
|
|
* [Node.js 17](doc/changelogs/CHANGELOG_V17.md) End-of-Life
|
2023-09-14 16:22:41 +00:00
|
|
|
* [Node.js 16](doc/changelogs/CHANGELOG_V16.md) End-of-Life
|
2021-10-30 22:40:34 +00:00
|
|
|
* [Node.js 15](doc/changelogs/CHANGELOG_V15.md) End-of-Life
|
2023-05-16 11:20:08 +00:00
|
|
|
* [Node.js 14](doc/changelogs/CHANGELOG_V14.md) End-of-Life
|
2021-10-30 22:40:34 +00:00
|
|
|
* [Node.js 13](doc/changelogs/CHANGELOG_V13.md) End-of-Life
|
2022-10-26 11:04:50 +00:00
|
|
|
* [Node.js 12](doc/changelogs/CHANGELOG_V12.md) End-of-Life
|
2021-10-30 22:40:34 +00:00
|
|
|
* [Node.js 11](doc/changelogs/CHANGELOG_V11.md) End-of-Life
|
|
|
|
* [Node.js 10](doc/changelogs/CHANGELOG_V10.md) End-of-Life
|
|
|
|
* [Node.js 9](doc/changelogs/CHANGELOG_V9.md) End-of-Life
|
|
|
|
* [Node.js 8](doc/changelogs/CHANGELOG_V8.md) End-of-Life
|
|
|
|
* [Node.js 7](doc/changelogs/CHANGELOG_V7.md) End-of-Life
|
|
|
|
* [Node.js 6](doc/changelogs/CHANGELOG_V6.md) End-of-Life
|
|
|
|
* [Node.js 5](doc/changelogs/CHANGELOG_V5.md) End-of-Life
|
|
|
|
* [Node.js 4](doc/changelogs/CHANGELOG_V4.md) End-of-Life
|
|
|
|
* [io.js](doc/changelogs/CHANGELOG_IOJS.md) End-of-Life
|
|
|
|
* [Node.js 0.12](doc/changelogs/CHANGELOG_V012.md) End-of-Life
|
|
|
|
* [Node.js 0.10](doc/changelogs/CHANGELOG_V010.md) End-of-Life
|
|
|
|
* [Archive](doc/changelogs/CHANGELOG_ARCHIVE.md)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
|
|
|
Please use the following table to find the changelog for a specific Node.js
|
|
|
|
release.
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr>
|
2024-04-12 18:30:46 +00:00
|
|
|
<th title="Current"><a href="doc/changelogs/CHANGELOG_V22.md">22</a> (Current)</th>
|
2023-09-26 07:03:53 +00:00
|
|
|
<th title="Current"><a href="doc/changelogs/CHANGELOG_V21.md">21</a> (Current)</th>
|
2023-10-19 11:39:19 +00:00
|
|
|
<th title="LTS Until 2026-04"><a href="doc/changelogs/CHANGELOG_V20.md">20</a> (LTS)</th>
|
2022-10-20 20:54:55 +00:00
|
|
|
<th title="LTS Until 2025-04"><a href="doc/changelogs/CHANGELOG_V18.md">18</a> (LTS)</th>
|
2016-04-30 21:28:28 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
2021-10-19, Version 17.0.0 (Current)
Notable Changes:
Deprecations and Removals:
- (SEMVER-MAJOR) dns: runtime deprecate type coercion of `dns.lookup`
options
(Antoine du Hamel) [https://github.com/nodejs/node/pull/39793]
- doc: deprecate (doc-only) http abort related
(dr-js) [https://github.com/nodejs/node/pull/36670]
- (SEMVER-MAJOR) module: subpath folder mappings EOL
(Guy Bedford) [https://github.com/nodejs/node/pull/40121]
- (SEMVER-MAJOR) module: runtime deprecate trailing slash patterns
(Guy Bedford) [https://github.com/nodejs/node/pull/40117]
OpenSSL 3.0:
Node.js now includes OpenSSL 3.0, specifically https://github.com/quictls/openssl
which provides QUIC support.
While OpenSSL 3.0 APIs should be mostly compatible with those provided
by OpenSSL 1.1.1, we do anticipate some ecosystem impact due to
tightened restrictions on the allowed algorithms and key sizes.
If you hit an `ERR_OSSL_EVP_UNSUPPORTED` error in your application with
Node.js 17, it’s likely that your application or a module you’re using
is attempting to use an algorithm or key size which is no longer allowed
by default with OpenSSL 3.0. A command-line option,
`--openssl-legacy-provider`, has been added to revert to the legacy
provider as a temporary workaround for these tightened restrictions.
For details about all the features in
OpenSSL 3.0 please see https://www.openssl.org/blog/blog/2021/09/07/OpenSSL3.Final.
(Daniel Bevenius) [https://github.com/nodejs/node/pull/38512]
Contributed in https://github.com/nodejs/node/pull/38512, https://github.com/nodejs/node/pull/40478
V8 9.5:
The V8 JavaScript engine is updated to V8 9.5. This release comes with
additional supported types for the `Intl.DisplayNames` API and Extended
`timeZoneName` options in the `Intl.DateTimeFormat` API. You can read
more details in the V8 9.5 release post https://v8.dev/blog/v8-release-95.
(Michaël Zasso) [https://github.com/nodejs/node/pull/40178]
Readline Promise API:
The `readline` module provides an interface for reading data from a
Readable stream (such as `process.stdin`) one line at a time.
(Antoine du Hamel) [https://github.com/nodejs/node/pull/37947]
Other Notable Changes:
- (SEMVER-MAJOR) dns: default to verbatim=true in dns.lookup()
(treysis) [https://github.com/nodejs/node/pull/39987]
- (SEMVER-MAJOR) errors: print Node.js version on fatal exceptions that
cause exit
(Divlo) [https://github.com/nodejs/node/pull/38332]
- deps: upgrade npm to 8.1.0
(npm team) [https://github.com/nodejs/node/pull/40463]
- (SEMVER-MINOR) fs: add FileHandle.prototype.readableWebStream()
(James M Snell) [https://github.com/nodejs/node/pull/39331]
- (SEMVER-MAJOR) lib: add structuredClone() global
(Ethan Arrowood) [https://github.com/nodejs/node/pull/39759]
- (SEMVER-MAJOR) lib: expose `DOMException` as global
(Khaidi Chu) [https://github.com/nodejs/node/pull/39176]
- (SEMVER-MAJOR) stream: finished should error on errored stream
(Robert Nagy) [https://github.com/nodejs/node/pull/39235]
Semver-Major Commits:
- (SEMVER-MAJOR) build: compile with C++17 (MSVC)
(Richard Lau) [https://github.com/nodejs/node/pull/38807]
- (SEMVER-MAJOR) build: compile with --gnu++17
(Richard Lau) [https://github.com/nodejs/node/pull/38807]
- (SEMVER-MAJOR) deps: update V8 to 9.5.172.19
(Michaël Zasso) [https://github.com/nodejs/node/pull/40178]
- (SEMVER-MAJOR) deps,test,src,doc,tools: update to OpenSSL 3.0
(Daniel Bevenius) [https://github.com/nodejs/node/pull/38512]
- (SEMVER-MAJOR) dgram: tighten `address` validation in `socket.send`
(Voltrex) [https://github.com/nodejs/node/pull/39190]
- (SEMVER-MAJOR) dns: runtime deprecate type coercion of `dns.lookup` options
(Antoine du Hamel) [https://github.com/nodejs/node/pull/39793]
- (SEMVER-MAJOR) dns: default to verbatim=true in dns.lookup()
(treysis) [https://github.com/nodejs/node/pull/39987]
- (SEMVER-MAJOR) doc: update minimum supported FreeBSD to 12.2
(Michaël Zasso) [https://github.com/nodejs/node/pull/40179]
- (SEMVER-MAJOR) errors: disp ver on fatal except that causes exit
(Divlo) [https://github.com/nodejs/node/pull/38332]
- (SEMVER-MAJOR) fs: fix rmsync error swallowing
(Nitzan Uziely) [https://github.com/nodejs/node/pull/38684]
- (SEMVER-MAJOR) fs: aggregate errors in fsPromises to avoid error swallowing
(Nitzan Uziely) [https://github.com/nodejs/node/pull/38259]
- (SEMVER-MAJOR) lib: add structuredClone() global
(Ethan Arrowood) [https://github.com/nodejs/node/pull/39759]
- (SEMVER-MAJOR) lib: expose `DOMException` as global
(Khaidi Chu) [https://github.com/nodejs/node/pull/39176]
- (SEMVER-MAJOR) module: subpath folder mappings EOL
(Guy Bedford) [https://github.com/nodejs/node/pull/40121]
- (SEMVER-MAJOR) module: runtime deprecate trailing slash patterns
(Guy Bedford) [https://github.com/nodejs/node/pull/40117]
- (SEMVER-MAJOR) readline: validate `AbortSignal`s and remove unused event listeners
(Antoine du Hamel) [https://github.com/nodejs/node/pull/37947]
- (SEMVER-MAJOR) readline: introduce promise-based API
(Antoine du Hamel) [https://github.com/nodejs/node/pull/37947]
- (SEMVER-MAJOR) readline: refactor `Interface` to ES2015 class
(Antoine du Hamel) [https://github.com/nodejs/node/pull/37947]
- (SEMVER-MAJOR) src: allow CAP\_NET\_BIND\_SERVICE in SafeGetenv
(Daniel Bevenius) [https://github.com/nodejs/node/pull/37727]
- (SEMVER-MAJOR) src: return Maybe from a couple of functions
(Darshan Sen) [https://github.com/nodejs/node/pull/39603]
- (SEMVER-MAJOR) src: allow custom PageAllocator in NodePlatform
(Shelley Vohr) [https://github.com/nodejs/node/pull/38362]
- (SEMVER-MAJOR) stream: fix highwatermark threshold and add the missing error
(Rongjian Zhang) [https://github.com/nodejs/node/pull/38700]
- (SEMVER-MAJOR) stream: don't emit 'data' after 'error' or 'close'
(Robert Nagy) [https://github.com/nodejs/node/pull/39639]
- (SEMVER-MAJOR) stream: do not emit `end` on readable error
(Szymon Marczak) [https://github.com/nodejs/node/pull/39607]
- (SEMVER-MAJOR) stream: forward errored to callback
(Robert Nagy) [https://github.com/nodejs/node/pull/39364]
- (SEMVER-MAJOR) stream: destroy readable on read error
(Robert Nagy) [https://github.com/nodejs/node/pull/39342]
- (SEMVER-MAJOR) stream: validate abort signal
(Robert Nagy) [https://github.com/nodejs/node/pull/39346]
- (SEMVER-MAJOR) stream: unify stream utils
(Robert Nagy) [https://github.com/nodejs/node/pull/39294]
- (SEMVER-MAJOR) stream: throw on premature close in Readable\
(Darshan Sen) [https://github.com/nodejs/node/pull/39117]
- (SEMVER-MAJOR) stream: finished should error on errored stream
(Robert Nagy) [https://github.com/nodejs/node/pull/39235]
- (SEMVER-MAJOR) stream: error Duplex write/read if not writable/readable
(Robert Nagy) [https://github.com/nodejs/node/pull/34385]
- (SEMVER-MAJOR) stream: bypass legacy destroy for pipeline and async iteration
(Robert Nagy) [https://github.com/nodejs/node/pull/38505]
- (SEMVER-MAJOR) url: throw invalid this on detached accessors
(James M Snell) [https://github.com/nodejs/node/pull/39752]
- (SEMVER-MAJOR) url: forbid certain confusable changes from being introduced by toASCII
(Timothy Gu) [https://github.com/nodejs/node/pull/38631]
PR-URL: https://github.com/nodejs/node/pull/40119
2021-09-15 00:55:37 +00:00
|
|
|
<td valign="top">
|
2024-06-07 13:47:50 +00:00
|
|
|
<b><a href="doc/changelogs/CHANGELOG_V22.md#22.3.0">22.3.0</a></b><br/>
|
|
|
|
<a href="doc/changelogs/CHANGELOG_V22.md#22.2.0">22.2.0</a><br/>
|
2024-05-13 05:25:44 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V22.md#22.1.0">22.1.0</a><br/>
|
2024-04-30 23:09:41 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V22.md#22.0.0">22.0.0</a><br/>
|
2024-04-12 18:30:46 +00:00
|
|
|
</td>
|
|
|
|
<td valign="top">
|
2024-04-08 14:06:03 +00:00
|
|
|
<b><a href="doc/changelogs/CHANGELOG_V21.md#21.7.3">21.7.3</a></b><br/>
|
|
|
|
<a href="doc/changelogs/CHANGELOG_V21.md#21.7.2">21.7.2</a><br/>
|
2024-04-01 14:35:11 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V21.md#21.7.1">21.7.1</a><br/>
|
2024-03-07 09:48:12 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V21.md#21.7.0">21.7.0</a><br/>
|
2024-03-01 08:34:39 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V21.md#21.6.2">21.6.2</a><br/>
|
2024-02-07 14:16:21 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V21.md#21.6.1">21.6.1</a><br/>
|
2024-01-19 19:08:03 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V21.md#21.6.0">21.6.0</a><br/>
|
2024-01-02 18:06:41 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V21.md#21.5.0">21.5.0</a><br/>
|
2023-12-15 18:48:50 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V21.md#21.4.0">21.4.0</a><br/>
|
2023-12-04 12:47:52 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V21.md#21.3.0">21.3.0</a><br/>
|
2023-11-27 23:57:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V21.md#21.2.0">21.2.0</a><br/>
|
2023-11-12 07:29:37 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V21.md#21.1.0">21.1.0</a><br/>
|
2023-10-23 09:32:17 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V21.md#21.0.0">21.0.0</a><br/>
|
2023-09-26 07:03:53 +00:00
|
|
|
</td>
|
|
|
|
<td valign="top">
|
2024-06-17 12:18:32 +00:00
|
|
|
<b><a href="doc/changelogs/CHANGELOG_V20.md#20.15.0">20.15.0</a></b><br/>
|
|
|
|
<a href="doc/changelogs/CHANGELOG_V20.md#20.14.0">20.14.0</a><br/>
|
2024-05-23 15:39:52 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V20.md#20.13.1">20.13.1</a><br/>
|
2024-05-08 15:39:33 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V20.md#20.13.0">20.13.0</a><br/>
|
2024-05-02 09:31:36 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V20.md#20.12.2">20.12.2</a><br/>
|
2024-04-08 13:47:06 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V20.md#20.12.1">20.12.1</a><br/>
|
2024-04-01 17:35:34 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V20.md#20.12.0">20.12.0</a><br/>
|
2024-03-25 19:33:26 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V20.md#20.11.1">20.11.1</a><br/>
|
2024-02-07 16:22:04 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V20.md#20.11.0">20.11.0</a><br/>
|
2023-12-12 00:10:33 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V20.md#20.10.0">20.10.0</a><br/>
|
2023-11-12 07:52:51 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V20.md#20.9.0">20.9.0</a><br/>
|
2023-10-19 11:39:19 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V20.md#20.8.1">20.8.1</a><br/>
|
2023-10-12 12:53:58 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V20.md#20.8.0">20.8.0</a><br/>
|
2023-09-28 20:21:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V20.md#20.7.0">20.7.0</a><br/>
|
2023-09-10 18:41:23 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V20.md#20.6.1">20.6.1</a><br/>
|
2023-09-07 12:31:16 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V20.md#20.6.0">20.6.0</a><br/>
|
2023-08-15 18:09:46 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V20.md#20.5.1">20.5.1</a><br/>
|
2023-08-07 12:37:13 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V20.md#20.5.0">20.5.0</a><br/>
|
2023-07-18 18:45:17 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V20.md#20.4.0">20.4.0</a><br/>
|
2023-07-03 13:45:00 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V20.md#20.3.1">20.3.1</a><br/>
|
2023-06-17 19:06:41 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V20.md#20.3.0">20.3.0</a><br/>
|
2023-06-04 12:40:46 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V20.md#20.2.0">20.2.0</a><br/>
|
2023-05-15 14:45:09 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V20.md#20.1.0">20.1.0</a><br/>
|
2023-05-02 07:36:58 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V20.md#20.0.0">20.0.0</a><br/>
|
2023-04-03 10:30:30 +00:00
|
|
|
</td>
|
|
|
|
<td valign="top">
|
2024-05-16 15:42:22 +00:00
|
|
|
<b><a href="doc/changelogs/CHANGELOG_V18.md#18.20.3">18.20.3</a></b><br/>
|
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.20.2">18.20.2</a><br/>
|
2024-04-08 13:15:10 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.20.1">18.20.1</a><br/>
|
2024-04-01 14:26:02 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.20.0">18.20.0</a><br/>
|
2024-03-20 17:34:55 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.19.1">18.19.1</a><br/>
|
2024-02-07 17:32:54 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.19.0">18.19.0</a><br/>
|
2023-11-27 11:19:49 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.18.2">18.18.2</a><br/>
|
2023-10-12 13:19:39 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.18.1">18.18.1</a><br/>
|
2023-10-06 15:52:51 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.18.0">18.18.0</a><br/>
|
2023-09-17 02:51:24 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.17.1">18.17.1</a><br/>
|
2023-08-06 13:11:24 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.17.0">18.17.0</a><br/>
|
2023-07-10 12:12:52 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.16.1">18.16.1</a><br/>
|
2023-06-17 18:24:19 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.16.0">18.16.0</a><br/>
|
2023-04-11 03:02:28 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.15.0">18.15.0</a><br/>
|
2023-03-05 04:12:52 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.14.2">18.14.2</a><br/>
|
2023-02-18 22:52:01 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.14.1">18.14.1</a><br/>
|
2023-02-13 22:20:50 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.14.0">18.14.0</a><br/>
|
2023-01-28 21:47:47 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.13.0">18.13.0</a><br/>
|
2023-01-05, Version 18.13.0 'Hydrogen' (LTS)
Notable changes:
Add support for externally shared js builtins:
By default Node.js is built so that all dependencies are bundled into the
Node.js binary itself. Some Node.js distributions prefer to manage dependencies
externally. There are existing build options that allow dependencies with
native code to be externalized. This commit adds additional options so that
dependencies with JavaScript code (including WASM) can also be externalized.
This addition does not affect binaries shipped by the Node.js project but
will allow other distributions to externalize additional dependencies when
needed.
Contributed by Michael Dawson in https://github.com/nodejs/node/pull/44376
Introduce `File`:
The File class is part of the [FileAPI](https://w3c.github.io/FileAPI/).
It can be used anywhere a Blob can, for example in `URL.createObjectURL`
and `FormData`. It contains two properties that Blobs do not have: `lastModified`,
the last time the file was modified in ms, and `name`, the name of the file.
Contributed by Khafra in https://github.com/nodejs/node/pull/45139
Support function mocking on Node.js test runner:
The `node:test` module supports mocking during testing via a top-level `mock`
object.
```js
test('spies on an object method', (t) => {
const number = {
value: 5,
add(a) {
return this.value + a;
},
};
t.mock.method(number, 'add');
assert.strictEqual(number.add(3), 8);
assert.strictEqual(number.add.mock.calls.length, 1);
});
```
Contributed by Colin Ihrig in https://github.com/nodejs/node/pull/45326
Other notable changes:
build:
* disable v8 snapshot compression by default (Joyee Cheung) https://github.com/nodejs/node/pull/45716
crypto:
* update root certificates (Luigi Pinca) https://github.com/nodejs/node/pull/45490
deps:
* update ICU to 72.1 (Michaël Zasso) https://github.com/nodejs/node/pull/45068
doc:
* add doc-only deprecation for headers/trailers setters (Rich Trott) https://github.com/nodejs/node/pull/45697
* add Rafael to the tsc (Michael Dawson) https://github.com/nodejs/node/pull/45691
* deprecate use of invalid ports in `url.parse` (Antoine du Hamel) https://github.com/nodejs/node/pull/45576
* add lukekarrys to collaborators (Luke Karrys) https://github.com/nodejs/node/pull/45180
* add anonrig to collaborators (Yagiz Nizipli) https://github.com/nodejs/node/pull/45002
* deprecate url.parse() (Rich Trott) https://github.com/nodejs/node/pull/44919
lib:
* drop fetch experimental warning (Matteo Collina) https://github.com/nodejs/node/pull/45287
net:
* (SEMVER-MINOR) add autoSelectFamily and autoSelectFamilyAttemptTimeout options (Paolo Insogna) https://github.com/nodejs/node/pull/44731
* src:
* (SEMVER-MINOR) add uvwasi version (Jithil P Ponnan) https://github.com/nodejs/node/pull/45639
* (SEMVER-MINOR) add initial shadow realm support (Chengzhong Wu) https://github.com/nodejs/node/pull/42869
test_runner:
* (SEMVER-MINOR) add t.after() hook (Colin Ihrig) https://github.com/nodejs/node/pull/45792
* (SEMVER-MINOR) don't use a symbol for runHook() (Colin Ihrig) https://github.com/nodejs/node/pull/45792
tls:
* (SEMVER-MINOR) add "ca" property to certificate object (Ben Noordhuis) https://github.com/nodejs/node/pull/44935
* remove trustcor root ca certificates (Ben Noordhuis) https://github.com/nodejs/node/pull/45776
tools:
* update certdata.txt (Luigi Pinca) https://github.com/nodejs/node/pull/45490
util:
* add fast path for utf8 encoding (Yagiz Nizipli) https://github.com/nodejs/node/pull/45412
* improve textdecoder decode performance (Yagiz Nizipli) https://github.com/nodejs/node/pull/45294
* (SEMVER-MINOR) add MIME utilities (#21128) (Bradley Farias) https://github.com/nodejs/node/pull/21128
PR-URL: https://github.com/nodejs/node/pull/46025
2022-12-30 20:18:44 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.12.1">18.12.1</a><br/>
|
2022-11-02 05:19:20 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.12.0">18.12.0</a><br/>
|
2022-10-20 20:54:55 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.11.0">18.11.0</a><br/>
|
2022-10-11 14:37:32 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.10.0">18.10.0</a><br/>
|
2022-09-26 16:55:40 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.9.1">18.9.1</a><br/>
|
2022-09-20 18:35:19 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.9.0">18.9.0</a><br/>
|
2022-09-05 16:57:41 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.8.0">18.8.0</a><br/>
|
2022-08-23 04:07:12 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.7.0">18.7.0</a><br/>
|
2022-07-26 02:32:16 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.6.0">18.6.0</a><br/>
|
2022-07-12 08:15:11 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.5.0">18.5.0</a><br/>
|
2022-06-30 17:04:28 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.4.0">18.4.0</a><br/>
|
2022-06-13 00:14:37 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.3.0">18.3.0</a><br/>
|
2022-05-31 17:27:54 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.2.0">18.2.0</a><br/>
|
2022-05-10 13:10:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.1.0">18.1.0</a><br/>
|
2022-05-02 12:59:22 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V18.md#18.0.0">18.0.0</a><br/>
|
2022-04-19, Version 18.0.0 (Current)
Notable Changes:
Deprecations and Removals:
- (SEMVER-MAJOR) fs: runtime deprecate string coercion in `fs.write`,
`fs.writeFileSync`
(Livia Medeiros) (https://github.com/nodejs/node/pull/42607)
- (SEMVER-MAJOR) dns: remove `dns.lookup` and `dnsPromises.lookup`
options type coercion
(Antoine du Hamel) (https://github.com/nodejs/node/pull/41431)
- (SEMVER-MAJOR) process: runtime deprecate multipleResolves
(Benjamin Gruenbaum) (https://github.com/nodejs/node/pull/41896)
- (SEMVER-MAJOR) stream: remove thenable support (Robert Nagy)
(https://github.com/nodejs/node/pull/40773)
- (SEMVER-MAJOR) tls: move tls.parseCertString to end-of-life
(Tobias Nießen) (https://github.com/nodejs/node/pull/41479)
fetch (experimental):
An experimental fetch API is available on the global scope by default.
The implementation is based upon https://undici.nodejs.org/#/,
an HTTP/1.1 client written for Node.js by contributors to the project.
Through this addition, the following globals are made available: `fetch`
, `FormData`, `Headers`, `Request`, `Response`.
Disable this API with the `--no-experimental-fetch` command-line flag.
Contributed by Michaël Zasso in https://github.com/nodejs/node/pull/41811.
HTTP Timeouts:
`server.headersTimeout`, which limits the amount of time the parser will
wait to receive the complete HTTP headers, is now set to `60000` (60
seconds) by default.
`server.requestTimeout`, which sets the timeout value in milliseconds
for receiving the entire request from the client, is now set to `300000`
(5 minutes) by default.
If these timeouts expire, the server responds with status 408 without
forwarding the request to the request listener and then closes the
connection.
Both timeouts must be set to a non-zero value to protect against
potential Denial-of-Service attacks in case the server is deployed
without a reverse proxy in front.
Contributed by Paolo Insogna in https://github.com/nodejs/node/pull/41263.
Test Runner module (experimental):
The `node:test` module facilitates the creation of JavaScript tests that
report results in TAP format. This module is only available under the
`node:` scheme.
Contributed by Colin Ihrig in https://github.com/nodejs/node/pull/42325.
Toolchain and Compiler Upgrades:
- Prebuilt binaries for Linux are now built on Red Hat Enterprise Linux
(RHEL) 8 and are compatible with Linux distributions based on glibc
2.28 or later, for example, Debian 10, RHEL 8, Ubuntu 20.04.
- Prebuilt binaries for macOS now require macOS 10.15 or later.
- For AIX the minimum supported architecture has been raised from Power
7 to Power 8.
Prebuilt binaries for 32-bit Windows will initially not be available due
to issues building the V8 dependency in Node.js. We hope to restore
32-bit Windows binaries for Node.js 18 with a future V8 update.
Node.js does not support running on operating systems that are no longer
supported by their vendor. For operating systems where their vendor has
planned to end support earlier than April 2025, such as Windows 8.1
(January 2023) and Windows Server 2012 R2 (October 2023), support for
Node.js 18 will end at the earlier date.
Full details about the supported toolchains and compilers are documented
in the Node.js `BUILDING.md` file.
Contributed by Richard Lau in https://github.com/nodejs/node/pull/42292,
https://github.com/nodejs/node/pull/42604 and https://github.com/nodejs/node/pull/42659
, and Michaël Zasso in https://github.com/nodejs/node/pull/42105 and
https://github.com/nodejs/node/pull/42666.
V8 10.1:
The V8 engine is updated to version 10.1, which is part of Chromium 101.
Compared to the version included in Node.js 17.9.0, the following new
features are included:
- The `findLast` and `findLastIndex` array methods.
- Improvements to the `Intl.Locale` API.
- The `Intl.supportedValuesOf` function.
- Improved performance of class fields and private class methods (the
initialization of them is now as fast as ordinary property stores).
The data format returned by the serialization API (`v8.serialize(value)`)
has changed, and cannot be deserialized by earlier versions of Node.js.
On the other hand, it is still possible to deserialize the previous
format, as the API is backwards-compatible.
Contributed by Michaël Zasso in https://github.com/nodejs/node/pull/42657.
Web Streams API (experimental):
Node.js now exposes the experimental implementation of the Web Streams
API on the global scope. This means the following APIs are now globally
available:
- `ReadableStream`, `ReadableStreamDefaultReader`,
`ReadableStreamBYOBReader`, `ReadableStreamBYOBRequest`,
`ReadableByteStreamController`, `ReadableStreamDefaultController`,
`TransformStream`, `TransformStreamDefaultController`, `WritableStream`,
`WritableStreamDefaultWriter`, `WritableStreamDefaultController`,
`ByteLengthQueuingStrategy`, `CountQueuingStrategy`, `TextEncoderStream`,
`TextDecoderStream`, `CompressionStream`, `DecompressionStream`.
Contributed James Snell in https://github.com/nodejs/node/pull/39062,
and Antoine du Hamel in https://github.com/nodejs/node/pull/42225.
Other Notable Changes:
- (SEMVER-MAJOR) buffer: expose Blob as a global
(James M Snell) (https://github.com/nodejs/node/pull/41270)
- (SEMVER-MAJOR) child\_process: improve argument validation
(Rich Trott) (https://github.com/nodejs/node/pull/41305)
- doc: add RafaelGSS to collaborators
(RafaelGSS) (https://github.com/nodejs/node/pull/42718)
- (SEMVER-MAJOR) http: make TCP noDelay enabled by default
(Paolo Insogna) (https://github.com/nodejs/node/pull/42163)
- (SEMVER-MAJOR) net: make `server.address()` return an integer for
`family`
(Antoine du Hamel) (https://github.com/nodejs/node/pull/41431)
- (SEMVER-MAJOR) worker: expose BroadcastChannel as a global
(James M Snell) (https://github.com/nodejs/node/pull/41271)
- (SEMVER-MAJOR) worker: graduate BroadcastChannel to supported
(James M Snell) (https://github.com/nodejs/node/pull/41271)
Semver-Major Commits:
- (SEMVER-MAJOR) assert,util: compare RegExp.lastIndex while using deep
equal checks
(Ruben Bridgewater) (https://github.com/nodejs/node/pull/41020)
- (SEMVER-MAJOR) buffer: refactor `byteLength` to remove outdated
optimizations
(Rongjian Zhang) (https://github.com/nodejs/node/pull/38545)
- (SEMVER-MAJOR) buffer: expose Blob as a global
(James M Snell) (https://github.com/nodejs/node/pull/41270)
- (SEMVER-MAJOR) buffer: graduate Blob from experimental
(James M Snell) (https://github.com/nodejs/node/pull/41270)
- (SEMVER-MAJOR) build: make x86 Windows support temporarily
experimental
(Michaël Zasso) (https://github.com/nodejs/node/pull/42666)
- (SEMVER-MAJOR) build: bump macOS deployment target to 10.15
(Richard Lau) (https://github.com/nodejs/node/pull/42292)
- (SEMVER-MAJOR) build: downgrade Windows 8.1 and server 2012 R2 to
experimental
(Michaël Zasso) (https://github.com/nodejs/node/pull/42105)
- (SEMVER-MAJOR) child\_process: improve argument validation
(Rich Trott) (https://github.com/nodejs/node/pull/41305)
- (SEMVER-MAJOR) cluster: make `kill` to be just `process.kill`
(Bar Admoni) (https://github.com/nodejs/node/pull/34312)
- (SEMVER-MAJOR) crypto: cleanup validation
(Mohammed Keyvanzadeh) (https://github.com/nodejs/node/pull/39841)
- (SEMVER-MAJOR) crypto: prettify othername in PrintGeneralName
(Tobias Nießen) (https://github.com/nodejs/node/pull/42123)
- (SEMVER-MAJOR) crypto: fix X509Certificate toLegacyObject
(Tobias Nießen) (https://github.com/nodejs/node/pull/42124)
- (SEMVER-MAJOR) crypto: use RFC2253 format in PrintGeneralName
(Tobias Nießen) (https://github.com/nodejs/node/pull/42002)
- (SEMVER-MAJOR) crypto: change default check(Host|Email) behavior
(Tobias Nießen) (https://github.com/nodejs/node/pull/41600)
- (SEMVER-MAJOR) deps: V8: cherry-pick semver-major commits from 10.2
(Michaël Zasso) (https://github.com/nodejs/node/pull/42657)
- (SEMVER-MAJOR) deps: update V8 to 10.1.124.6
(Michaël Zasso) (https://github.com/nodejs/node/pull/42657)
- (SEMVER-MAJOR) deps: update V8 to 9.8.177.9
(Michaël Zasso) (https://github.com/nodejs/node/pull/41610)
- (SEMVER-MAJOR) deps: update V8 to 9.7.106.18
(Michaël Zasso) (https://github.com/nodejs/node/pull/40907)
- (SEMVER-MAJOR) dns: remove `dns.lookup` and `dnsPromises.lookup`
options type coercion
(Antoine du Hamel) (https://github.com/nodejs/node/pull/41431)
- (SEMVER-MAJOR) doc: update minimum glibc requirements for Linux
(Richard Lau) (https://github.com/nodejs/node/pull/42659)
- (SEMVER-MAJOR) doc: update AIX minimum supported arch
(Richard Lau) (https://github.com/nodejs/node/pull/42604)
- (SEMVER-MAJOR) fs: runtime deprecate string coercion in `fs.write`,
`fs.writeFileSync`
(Livia Medeiros) (https://github.com/nodejs/node/pull/42607)
- (SEMVER-MAJOR) http: refactor headersTimeout and requestTimeout logic
(Paolo Insogna) (https://github.com/nodejs/node/pull/41263)
- (SEMVER-MAJOR) http: make TCP noDelay enabled by default
(Paolo Insogna) (https://github.com/nodejs/node/pull/42163)
- (SEMVER-MAJOR) lib: enable fetch by default
(Michaël Zasso) (https://github.com/nodejs/node/pull/41811)
- (SEMVER-MAJOR) lib: replace validator and error
(Mohammed Keyvanzadeh) (https://github.com/nodejs/node/pull/41678)
- (SEMVER-MAJOR) module,repl: support 'node:'-only core modules
(Colin Ihrig) (https://github.com/nodejs/node/pull/42325)
- (SEMVER-MAJOR) net: make `server.address()` return an integer for
`family`
(Antoine du Hamel) (https://github.com/nodejs/node/pull/41431)
- (SEMVER-MAJOR) process: disallow some uses of Object.defineProperty()
on process.env
(Himself65) (https://github.com/nodejs/node/pull/28006)
- (SEMVER-MAJOR) process: runtime deprecate multipleResolves
(Benjamin Gruenbaum) (https://github.com/nodejs/node/pull/41896)
- (SEMVER-MAJOR) readline: fix question still called after closed
(Xuguang Mei) (https://github.com/nodejs/node/pull/42464)
- (SEMVER-MAJOR) stream: remove thenable support
(Robert Nagy) (https://github.com/nodejs/node/pull/40773)
- (SEMVER-MAJOR) stream: expose web streams globals, remove runtime
experimental warning
(Antoine du Hamel) (https://github.com/nodejs/node/pull/42225)
- (SEMVER-MAJOR) stream: need to cleanup event listeners if last stream
is readable
(Xuguang Mei) (https://github.com/nodejs/node/pull/41954)
- (SEMVER-MAJOR) stream: revert revert `map` spec compliance
(Benjamin Gruenbaum) (https://github.com/nodejs/node/pull/41933)
- (SEMVER-MAJOR) stream: throw invalid arg type from End Of Stream
(Jithil P Ponnan) (https://github.com/nodejs/node/pull/41766)
- (SEMVER-MAJOR) stream: don't emit finish after destroy
(Robert Nagy) (https://github.com/nodejs/node/pull/40852)
- (SEMVER-MAJOR) stream: add errored and closed props
(Robert Nagy) (https://github.com/nodejs/node/pull/40696)
- (SEMVER-MAJOR) test: add initial test module
(Colin Ihrig) (https://github.com/nodejs/node/pull/42325)
- (SEMVER-MAJOR) timers: refactor internal classes to ES2015 syntax
(Rabbit) (https://github.com/nodejs/node/pull/37408)
- (SEMVER-MAJOR) tls: represent registeredID numerically always
(Tobias Nießen) (https://github.com/nodejs/node/pull/41561)
- (SEMVER-MAJOR) tls: move tls.parseCertString to end-of-life
(Tobias Nießen) (https://github.com/nodejs/node/pull/41479)
- (SEMVER-MAJOR) url: throw on NULL in IPv6 hostname
(Rich Trott) (https://github.com/nodejs/node/pull/42313)
- (SEMVER-MAJOR) v8: make v8.writeHeapSnapshot() error codes consistent
(Darshan Sen) (https://github.com/nodejs/node/pull/42577)
- (SEMVER-MAJOR) v8: make writeHeapSnapshot throw if fopen fails
(Antonio Román) (https://github.com/nodejs/node/pull/41373)
- (SEMVER-MAJOR) worker: expose BroadcastChannel as a global
(James M Snell) (https://github.com/nodejs/node/pull/41271)
- (SEMVER-MAJOR) worker: graduate BroadcastChannel to supported
(James M Snell) (https://github.com/nodejs/node/pull/41271)
PR-URL: https://github.com/nodejs/node/pull/42262
2022-03-08 01:39:47 +00:00
|
|
|
</td>
|
2016-04-30 21:28:28 +00:00
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
|
2019-08-27 04:07:14 +00:00
|
|
|
## Notes
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2018-10-31 06:14:11 +00:00
|
|
|
* The [Node.js Long Term Support plan](https://github.com/nodejs/Release) covers
|
|
|
|
LTS releases.
|
|
|
|
* Release versions in **bold** text are the most recent supported releases.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-09-18 00:23:11 +00:00
|
|
|
***
|
|
|
|
|
|
|
|
***
|
2015-01-14 01:22:04 +00:00
|
|
|
|
2016-05-06 12:59:34 +00:00
|
|
|
## 2016-05-06, Version 0.12.14 (Maintenance), @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.14">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.14</a>.
|
2016-05-06 12:59:34 +00:00
|
|
|
|
2016-05-06 12:45:49 +00:00
|
|
|
## 2016-05-06, Version 0.10.45 (Maintenance), @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.45">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.45</a>.
|
2016-05-06 12:45:49 +00:00
|
|
|
|
2016-05-05 23:23:28 +00:00
|
|
|
## 2016-05-05, Version 6.1.0 (Current), @Fishrock123
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V6.md#6.1.0">Moved to doc/changelogs/CHANGELOG\_V6.md#6.1.0</a>.
|
2016-05-05 23:23:28 +00:00
|
|
|
|
2016-05-05 15:47:09 +00:00
|
|
|
## 2016-05-05, Version 5.11.1 (Stable), @evanlucas
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V5.md#5.11.1">Moved to doc/changelogs/CHANGELOG\_V5.md#5.11.1</a>.
|
2016-05-05 15:47:09 +00:00
|
|
|
|
2016-05-04 18:16:40 +00:00
|
|
|
## 2016-05-05, Version 4.4.4 'Argon' (LTS), @thealphanerd
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V4.md#4.4.4">Moved to doc/changelogs/CHANGELOG\_V4.md#4.4.4</a>.
|
2016-05-04 18:16:40 +00:00
|
|
|
|
2016-04-26 00:22:07 +00:00
|
|
|
## 2016-04-26, Version 6.0.0 (Current), @jasnell
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V6.md#6.0.0">Moved to doc/changelogs/CHANGELOG\_V6.md#6.0.0</a>.
|
2016-04-26 00:22:07 +00:00
|
|
|
|
2016-04-20 18:27:08 +00:00
|
|
|
## 2016-04-20, Version 5.11.0 (Stable), @thealphanerd
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V5.md#5.11.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.11.0</a>.
|
2016-04-20 18:27:08 +00:00
|
|
|
|
2016-04-05 18:14:35 +00:00
|
|
|
## 2016-04-05, Version 5.10.1 (Stable), @thealphanerd
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V5.md#5.10.1">Moved to doc/changelogs/CHANGELOG\_V5.md#5.10.1</a>.
|
2016-04-05 18:14:35 +00:00
|
|
|
|
2016-03-31 10:30:15 +00:00
|
|
|
## 2016-03-31, Version 0.10.44 (Maintenance), @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.44">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.44</a>.
|
2016-03-31 10:30:15 +00:00
|
|
|
|
2016-03-31 11:10:24 +00:00
|
|
|
## 2016-03-31, Version 5.10.0 (Stable), @evanlucas
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V5.md#5.10.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.10.0</a>.
|
2016-03-31 11:10:24 +00:00
|
|
|
|
2016-03-30 20:30:51 +00:00
|
|
|
## 2016-03-31, Version 4.4.2 'Argon' (LTS), @thealphanerd
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V4.md#4.4.2">Moved to doc/changelogs/CHANGELOG\_V4.md#4.4.2</a>.
|
2016-03-30 20:30:51 +00:00
|
|
|
|
2016-03-31 10:13:10 +00:00
|
|
|
## 2016-03-31, Version 0.12.13 (LTS), @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.13">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.13</a>.
|
2016-03-31 10:13:10 +00:00
|
|
|
|
2016-03-24 14:11:19 +00:00
|
|
|
## 2016-03-23, Version 5.9.1 (Stable), @Fishrock123
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V5.md#5.9.1">Moved to doc/changelogs/CHANGELOG\_V5.md#5.9.1</a>.
|
2016-03-24 14:11:19 +00:00
|
|
|
|
2016-03-21 20:28:46 +00:00
|
|
|
## 2016-03-22, Version 4.4.1 'Argon' (LTS), @thealphanerd
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V4.md#4.4.1">Moved to doc/changelogs/CHANGELOG\_V4.md#4.4.1</a>.
|
2016-03-21 20:28:46 +00:00
|
|
|
|
2016-03-16 10:37:52 +00:00
|
|
|
## 2016-03-16, Version 5.9.0 (Stable), @evanlucas
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V5.md#5.9.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.9.0</a>.
|
2016-03-16 10:37:52 +00:00
|
|
|
|
2016-03-09 15:46:25 +00:00
|
|
|
## 2016-03-08, Version 5.8.0 (Stable), @Fishrock123
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V5.md#5.8.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.8.0</a>.
|
2016-03-09 15:46:25 +00:00
|
|
|
|
2016-02-18 16:54:32 +00:00
|
|
|
## 2016-03-08, Version 4.4.0 'Argon' (LTS), @thealphanerd
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V4.md#4.4.0">Moved to doc/changelogs/CHANGELOG\_V4.md#4.4.0</a>.
|
2016-02-18 16:54:32 +00:00
|
|
|
|
2016-03-03 22:46:49 +00:00
|
|
|
## 2016-03-08, Version 0.12.12 (LTS), @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.12">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.12</a>.
|
2016-03-04 02:00:10 +00:00
|
|
|
|
2016-03-04 01:59:40 +00:00
|
|
|
## 2016-03-03, Version 0.12.11 (LTS), @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.11">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.11</a>.
|
2016-03-04 01:59:40 +00:00
|
|
|
|
2016-03-02 23:46:04 +00:00
|
|
|
## 2016-03-02, Version 5.7.1 (Stable), @Fishrock123
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V5.md#5.7.1">Moved to doc/changelogs/CHANGELOG\_V5.md#5.7.1</a>.
|
2016-03-02 23:46:04 +00:00
|
|
|
|
2016-03-02 17:48:15 +00:00
|
|
|
## 2016-03-02, Version 4.3.2 'Argon' (LTS), @thealphanerd
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V4.md#4.3.2">Moved to doc/changelogs/CHANGELOG\_V4.md#4.3.2</a>.
|
2016-03-02 17:48:15 +00:00
|
|
|
|
2016-02-23, Version 5.7.0 (Stable)
* buffer:
- You can now supply an encoding argument when filling a
Buffer Buffer#fill(string[, start[, end]][, encoding]), supplying
an existing Buffer will also work with
Buffer#fill(buffer[, start[, end]]). See the API documentation for
details on how this works. (Trevor Norris) #4935
- Buffer#indexOf() no longer requires a byteOffset argument if you
also wish to specify an encoding:
Buffer#indexOf(val[, byteOffset][, encoding]).
(Trevor Norris) #4803
* child_process: spawn() and spawnSync() now support a 'shell' option
to allow for optional execution of the given command inside a shell.
If set to true, cmd.exe will be used on Windows and /bin/sh
elsewhere. A path to a custom shell can also be passed to override
these defaults. On Windows, this option allows .bat. and .cmd files
to be executed with spawn() and spawnSync(). (Colin Ihrig) #4598
* http_parser: Update to http-parser 2.6.2 to fix an unintentionally
strict limitation of allowable header characters.
(James M Snell) #5237
* dgram: socket.send() now supports accepts an array of Buffers or
Strings as the first argument. See the API docs for details on how
this works. (Matteo Collina) #4374
* http: Fix a bug where handling headers will mistakenly trigger an
'upgrade' event where the server is just advertising its protocols.
This bug can prevent HTTP clients from communicating with HTTP/2
enabled servers. (Fedor Indutny) #4337
* net: Added a listening Boolean property to net and http servers to
indicate whether the server is listening for connections.
(José Moreira) #4743
* node: The C++ node::MakeCallback() API is now reentrant and calling
it from inside another MakeCallback() call no longer causes the
nextTick queue or Promises microtask queue to be processed out of
order. (Trevor Norris) #4507
* tls: Add a new tlsSocket.getProtocol() method to get the negotiated
TLS protocol version of the current connection. (Brian White) #4995
* vm: Introduce new 'produceCachedData' and 'cachedData' options to
new vm.Script() to interact with V8's code cache. When a new
vm.Script object is created with the 'produceCachedData' set to true
a Buffer with V8's code cache data will be produced and stored in
cachedData property of the returned object. This data in turn may be
supplied back to another vm.Script() object with a 'cachedData'
option if the supplied source is the same. Successfully executing a
script from cached data can speed up instantiation time. See the API
docs for details. (Fedor Indutny) #4777
* performance: Improvements in:
- process.nextTick() (Ruben Bridgewater) #5092
- path module (Brian White) #5123
- querystring module (Brian White) #5012
- streams module when processing small chunks (Matteo Collina) #4354
PR-URL: https://github.com/nodejs/node/pull/5295
2016-02-18 05:51:45 +00:00
|
|
|
## 2016-02-23, Version 5.7.0 (Stable), @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V5.md#5.7.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.7.0</a>.
|
2016-02-23, Version 5.7.0 (Stable)
* buffer:
- You can now supply an encoding argument when filling a
Buffer Buffer#fill(string[, start[, end]][, encoding]), supplying
an existing Buffer will also work with
Buffer#fill(buffer[, start[, end]]). See the API documentation for
details on how this works. (Trevor Norris) #4935
- Buffer#indexOf() no longer requires a byteOffset argument if you
also wish to specify an encoding:
Buffer#indexOf(val[, byteOffset][, encoding]).
(Trevor Norris) #4803
* child_process: spawn() and spawnSync() now support a 'shell' option
to allow for optional execution of the given command inside a shell.
If set to true, cmd.exe will be used on Windows and /bin/sh
elsewhere. A path to a custom shell can also be passed to override
these defaults. On Windows, this option allows .bat. and .cmd files
to be executed with spawn() and spawnSync(). (Colin Ihrig) #4598
* http_parser: Update to http-parser 2.6.2 to fix an unintentionally
strict limitation of allowable header characters.
(James M Snell) #5237
* dgram: socket.send() now supports accepts an array of Buffers or
Strings as the first argument. See the API docs for details on how
this works. (Matteo Collina) #4374
* http: Fix a bug where handling headers will mistakenly trigger an
'upgrade' event where the server is just advertising its protocols.
This bug can prevent HTTP clients from communicating with HTTP/2
enabled servers. (Fedor Indutny) #4337
* net: Added a listening Boolean property to net and http servers to
indicate whether the server is listening for connections.
(José Moreira) #4743
* node: The C++ node::MakeCallback() API is now reentrant and calling
it from inside another MakeCallback() call no longer causes the
nextTick queue or Promises microtask queue to be processed out of
order. (Trevor Norris) #4507
* tls: Add a new tlsSocket.getProtocol() method to get the negotiated
TLS protocol version of the current connection. (Brian White) #4995
* vm: Introduce new 'produceCachedData' and 'cachedData' options to
new vm.Script() to interact with V8's code cache. When a new
vm.Script object is created with the 'produceCachedData' set to true
a Buffer with V8's code cache data will be produced and stored in
cachedData property of the returned object. This data in turn may be
supplied back to another vm.Script() object with a 'cachedData'
option if the supplied source is the same. Successfully executing a
script from cached data can speed up instantiation time. See the API
docs for details. (Fedor Indutny) #4777
* performance: Improvements in:
- process.nextTick() (Ruben Bridgewater) #5092
- path module (Brian White) #5123
- querystring module (Brian White) #5012
- streams module when processing small chunks (Matteo Collina) #4354
PR-URL: https://github.com/nodejs/node/pull/5295
2016-02-18 05:51:45 +00:00
|
|
|
|
2016-02-11 23:40:02 +00:00
|
|
|
## 2016-02-16, Version 4.3.1 'Argon' (LTS), @thealphanerd
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V4.md#4.3.1">Moved to doc/changelogs/CHANGELOG\_V4.md#4.3.1</a>.
|
2016-02-11 23:40:02 +00:00
|
|
|
|
2016-02-08 13:08:56 +00:00
|
|
|
## 2016-02-09, Version 5.6.0 (Stable), @jasnell
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V5.md#5.6.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.6.0</a>.
|
2016-02-08 13:08:56 +00:00
|
|
|
|
2016-02-08 20:36:05 +00:00
|
|
|
## 2016-02-09, Version 4.3.0 'Argon' (LTS), @jasnell
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V4.md#4.3.0">Moved to doc/changelogs/CHANGELOG\_V4.md#4.3.0</a>.
|
2016-02-08 20:36:05 +00:00
|
|
|
|
2016-02-08 20:48:33 +00:00
|
|
|
## 2016-02-09, Version 0.12.10 (LTS), @jasnell
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.10">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.10</a>.
|
2016-02-08 20:48:33 +00:00
|
|
|
|
2016-02-08 20:57:03 +00:00
|
|
|
## 2016-02-09, Version 0.10.42 (Maintenance), @jasnell
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.42">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.42</a>.
|
2016-02-08 20:57:03 +00:00
|
|
|
|
2016-01-21 01:12:44 +00:00
|
|
|
## 2016-01-21, Version 4.2.6 'Argon' (LTS), @TheAlphaNerd
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V4.md#4.2.6">Moved to doc/changelogs/CHANGELOG\_V4.md#4.2.6</a>.
|
2016-01-21 01:12:44 +00:00
|
|
|
|
2016-01-20 21:32:36 +00:00
|
|
|
## 2016-01-20, Version 5.5.0 (Stable), @evanlucas
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V5.md#5.5.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.5.0</a>.
|
2016-01-20 21:32:36 +00:00
|
|
|
|
2016-01-19 20:27:07 +00:00
|
|
|
## 2016-01-20, Version 4.2.5 'Argon' (LTS), @TheAlphaNerd
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V4.md#4.2.5">Moved to doc/changelogs/CHANGELOG\_V4.md#4.2.5</a>.
|
2016-01-19 20:27:07 +00:00
|
|
|
|
2016-01-11 20:09:49 +00:00
|
|
|
## 2016-01-12, Version 5.4.1 (Stable), @TheAlphaNerd
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V5.md#5.4.1">Moved to doc/changelogs/CHANGELOG\_V5.md#5.4.1</a>.
|
2016-01-11 20:09:49 +00:00
|
|
|
|
2016-01-11 17:28:49 +00:00
|
|
|
## 2016-01-06, Version 5.4.0 (Stable), @Fishrock123
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V5.md#5.4.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.4.0</a>.
|
2016-01-11 17:28:49 +00:00
|
|
|
|
2015-12-17 21:21:24 +00:00
|
|
|
## 2015-12-23, Version 4.2.4 'Argon' (LTS), @jasnell
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V4.md#4.2.4">Moved to doc/changelogs/CHANGELOG\_V4.md#4.2.4</a>.
|
2015-12-17 21:21:24 +00:00
|
|
|
|
2015-12-16 17:50:18 +00:00
|
|
|
## 2015-12-16, Version 5.3.0 (Stable), @cjihrig
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V5.md#5.3.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.3.0</a>.
|
2015-12-16 17:50:18 +00:00
|
|
|
|
2015-12-08 00:21:40 +00:00
|
|
|
## 2015-12-09, Version 5.2.0 (Stable), @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V5.md#5.2.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.2.0</a>.
|
2015-12-08 00:21:40 +00:00
|
|
|
|
2015-12-04 11:41:51 +00:00
|
|
|
## 2015-12-04, Version 5.1.1 (Stable), @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V5.md#5.1.1">Moved to doc/changelogs/CHANGELOG\_V5.md#5.1.1</a>.
|
2015-12-04 11:41:51 +00:00
|
|
|
|
2015-12-04 11:41:10 +00:00
|
|
|
## 2015-12-04, Version 4.2.3 'Argon' (LTS), @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V4.md#4.2.3">Moved to doc/changelogs/CHANGELOG\_V4.md#4.2.3</a>.
|
2015-12-04 11:41:10 +00:00
|
|
|
|
2015-12-04 11:40:17 +00:00
|
|
|
## 2015-12-04, Version 0.12.9 (LTS), @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.9">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.9</a>.
|
2015-12-04 11:40:17 +00:00
|
|
|
|
2015-12-04 11:39:33 +00:00
|
|
|
## 2015-12-04, Version 0.10.41 (Maintenance), @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.41">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.41</a>.
|
2015-12-04 11:39:33 +00:00
|
|
|
|
2015-12-04 11:38:20 +00:00
|
|
|
## 2015.11.25, Version 0.12.8 (LTS), @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.8">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.8</a>.
|
2015-12-04 11:38:20 +00:00
|
|
|
|
2015-11-17 21:52:11 +00:00
|
|
|
## 2015-11-17, Version 5.1.0 (Stable), @Fishrock123
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V5.md#5.1.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.1.0</a>.
|
2015-11-17 21:52:11 +00:00
|
|
|
|
2015-11-03 20:33:21 +00:00
|
|
|
## 2015-11-03, Version 4.2.2 'Argon' (LTS), @jasnell
|
2015-10-29 15:58:41 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V4.md#4.2.2">Moved to doc/changelogs/CHANGELOG\_V4.md#4.2.2</a>.
|
2015-10-29 15:58:41 +00:00
|
|
|
|
2015-10-29, Version 5.0.0 (Stable)
Notable changes:
* buffer: (Breaking) Removed both 'raw' and 'raws' encoding types from Buffer,
these have been deprecated for a long time (Sakthipriyan Vairamani) #2859.
* console: (Breaking) Values reported by console.time() now have 3 decimals of
accuracy added (Michaël Zasso) #3166.
* fs:
- fs.readFile*(), fs.writeFile*(), and fs.appendFile*() now also accept a file
descriptor as their first argument (Johannes Wüller) #3163.
- (Breaking) In fs.readFile(), if an encoding is specified and the internal
toString() fails the error is no longer thrown but is passed to the callback
(Evan Lucas) #3485.
- (Breaking) In fs.read() (using the fs.read(fd, length, position, encoding,
callback) form), if the internal toString() fails the error is no longer
thrown but is passed to the callback (Evan Lucas) #3503.
* http:
- Fixed a bug where pipelined http requests would stall (Fedor Indutny) #3342.
- (Breaking) When parsing HTTP, don't add duplicates of the following headers:
Retry-After, ETag, Last-Modified, Server, Age, Expires. This is in addition
to the following headers which already block duplicates: Content-Type,
Content-Length, User-Agent, Referer, Host, Authorization,
Proxy-Authorization, If-Modified-Since, If-Unmodified-Since, From, Location,
Max-Forwards (James M Snell) #3090.
- (Breaking) The callback argument to OutgoingMessage#setTimeout() must be a
function or a TypeError is thrown (James M Snell) #3090.
- (Breaking) HTTP methods and header names must now conform to the RFC 2616
"token" rule, a list of allowed characters that excludes control characters
and a number of separator characters. Specifically, methods and header names
must now match /^[a-zA-Z0-9_!#$%&'*+.^`|~-]+$/ or a TypeError will be thrown
(James M Snell) #2526.
* node:
- (Breaking) Deprecated the _linklist module (Rich Trott) #3078.
- (Breaking) Removed require.paths and require.registerExtension(), both had
been previously set to throw Error when accessed
(Sakthipriyan Vairamani) #2922.
* npm: Upgraded to version 3.3.6 from 2.14.7, see
https://github.com/npm/npm/releases/tag/v3.3.6 for more details. This is a
major version bump for npm and it has seen a significant amount of change.
Please see the original npm v3.0.0 release notes for a list of major changes
(Rebecca Turner) #3310.
* src: (Breaking) Bumped NODE_MODULE_VERSION to 47 from 46, this is necessary
due to the V8 upgrade. Native add-ons will need to be recompiled
(Rod Vagg) #3400.
* timers: Attempt to reuse the timer handle for setTimeout().unref(). This fixes
a long-standing known issue where unrefed timers would perviously hold
beforeExit open (Fedor Indutny) #3407.
* tls:
- Added ALPN Support (Shigeki Ohtsu) #2564.
- TLS options can now be passed in an object to createSecurePair()
(Коренберг Марк) #2441.
- (Breaking) The default minimum DH key size for tls.connect() is now 1024
bits and a warning is shown when DH key size is less than 2048 bits. This a security consideration to prevent "logjam" attacks. A new minDHSize TLS
option can be used to override the default. (Shigeki Ohtsu) #1831.
* util:
- (Breaking) util.p() was deprecated for years, and has now been removed
(Wyatt Preul) #3432.
- (Breaking) util.inherits() can now work with ES6 classes. This is considered
a breaking change because of potential subtle side-effects caused by a
change from directly reassigning the prototype of the constructor using
`ctor.prototype = Object.create(superCtor.prototype, { constructor: { ... } })`
to using `Object.setPrototypeOf(ctor.prototype, superCtor.prototype)`
(Michaël Zasso) #3455.
* v8: (Breaking) Upgraded to 4.6.85.25 from 4.5.103.35 (Ali Ijaz Sheikh) #3351.
- Implements the spread operator, see
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_operator
for further information.
- Implements new.target, see
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/new.target
for further information.
* zlib: Decompression now throws on truncated input (e.g. unexpected end of
file) (Yuval Brik) #2595.
PR-URL: https://github.com/nodejs/node/pull/3466
2015-10-21 03:18:30 +00:00
|
|
|
## 2015-10-29, Version 5.0.0 (Stable), @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V5.md#5.0.0">Moved to doc/changelogs/CHANGELOG\_V5.md#5.0.0</a>.
|
2015-10-29, Version 5.0.0 (Stable)
Notable changes:
* buffer: (Breaking) Removed both 'raw' and 'raws' encoding types from Buffer,
these have been deprecated for a long time (Sakthipriyan Vairamani) #2859.
* console: (Breaking) Values reported by console.time() now have 3 decimals of
accuracy added (Michaël Zasso) #3166.
* fs:
- fs.readFile*(), fs.writeFile*(), and fs.appendFile*() now also accept a file
descriptor as their first argument (Johannes Wüller) #3163.
- (Breaking) In fs.readFile(), if an encoding is specified and the internal
toString() fails the error is no longer thrown but is passed to the callback
(Evan Lucas) #3485.
- (Breaking) In fs.read() (using the fs.read(fd, length, position, encoding,
callback) form), if the internal toString() fails the error is no longer
thrown but is passed to the callback (Evan Lucas) #3503.
* http:
- Fixed a bug where pipelined http requests would stall (Fedor Indutny) #3342.
- (Breaking) When parsing HTTP, don't add duplicates of the following headers:
Retry-After, ETag, Last-Modified, Server, Age, Expires. This is in addition
to the following headers which already block duplicates: Content-Type,
Content-Length, User-Agent, Referer, Host, Authorization,
Proxy-Authorization, If-Modified-Since, If-Unmodified-Since, From, Location,
Max-Forwards (James M Snell) #3090.
- (Breaking) The callback argument to OutgoingMessage#setTimeout() must be a
function or a TypeError is thrown (James M Snell) #3090.
- (Breaking) HTTP methods and header names must now conform to the RFC 2616
"token" rule, a list of allowed characters that excludes control characters
and a number of separator characters. Specifically, methods and header names
must now match /^[a-zA-Z0-9_!#$%&'*+.^`|~-]+$/ or a TypeError will be thrown
(James M Snell) #2526.
* node:
- (Breaking) Deprecated the _linklist module (Rich Trott) #3078.
- (Breaking) Removed require.paths and require.registerExtension(), both had
been previously set to throw Error when accessed
(Sakthipriyan Vairamani) #2922.
* npm: Upgraded to version 3.3.6 from 2.14.7, see
https://github.com/npm/npm/releases/tag/v3.3.6 for more details. This is a
major version bump for npm and it has seen a significant amount of change.
Please see the original npm v3.0.0 release notes for a list of major changes
(Rebecca Turner) #3310.
* src: (Breaking) Bumped NODE_MODULE_VERSION to 47 from 46, this is necessary
due to the V8 upgrade. Native add-ons will need to be recompiled
(Rod Vagg) #3400.
* timers: Attempt to reuse the timer handle for setTimeout().unref(). This fixes
a long-standing known issue where unrefed timers would perviously hold
beforeExit open (Fedor Indutny) #3407.
* tls:
- Added ALPN Support (Shigeki Ohtsu) #2564.
- TLS options can now be passed in an object to createSecurePair()
(Коренберг Марк) #2441.
- (Breaking) The default minimum DH key size for tls.connect() is now 1024
bits and a warning is shown when DH key size is less than 2048 bits. This a security consideration to prevent "logjam" attacks. A new minDHSize TLS
option can be used to override the default. (Shigeki Ohtsu) #1831.
* util:
- (Breaking) util.p() was deprecated for years, and has now been removed
(Wyatt Preul) #3432.
- (Breaking) util.inherits() can now work with ES6 classes. This is considered
a breaking change because of potential subtle side-effects caused by a
change from directly reassigning the prototype of the constructor using
`ctor.prototype = Object.create(superCtor.prototype, { constructor: { ... } })`
to using `Object.setPrototypeOf(ctor.prototype, superCtor.prototype)`
(Michaël Zasso) #3455.
* v8: (Breaking) Upgraded to 4.6.85.25 from 4.5.103.35 (Ali Ijaz Sheikh) #3351.
- Implements the spread operator, see
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_operator
for further information.
- Implements new.target, see
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/new.target
for further information.
* zlib: Decompression now throws on truncated input (e.g. unexpected end of
file) (Yuval Brik) #2595.
PR-URL: https://github.com/nodejs/node/pull/3466
2015-10-21 03:18:30 +00:00
|
|
|
|
2015-10-14 09:17:25 +00:00
|
|
|
## 2015-10-13, Version 4.2.1 'Argon' (LTS), @jasnell
|
2015-10-13 04:21:54 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V4.md#4.2.1">Moved to doc/changelogs/CHANGELOG\_V4.md#4.2.1</a>.
|
2015-10-13 04:21:54 +00:00
|
|
|
|
2015-10-13 06:55:40 +00:00
|
|
|
## 2015-10-07, Version 4.2.0 'Argon' (LTS), @jasnell
|
2015-10-08 05:15:51 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V4.md#4.2.0">Moved to doc/changelogs/CHANGELOG\_V4.md#4.2.0</a>.
|
2015-10-08 05:15:51 +00:00
|
|
|
|
2015-09-30 08:42:34 +00:00
|
|
|
## 2015-10-05, Version 4.1.2 (Stable), @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V4.md#4.1.2">Moved to doc/changelogs/CHANGELOG\_V4.md#4.1.2</a>.
|
2015-09-30 08:42:34 +00:00
|
|
|
|
2015-09-22 06:51:58 +00:00
|
|
|
## 2015-09-22, Version 4.1.1 (Stable), @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V4.md#4.1.1">Moved to doc/changelogs/CHANGELOG\_V4.md#4.1.1</a>.
|
2015-09-22 06:51:58 +00:00
|
|
|
|
2015-09-15 20:47:47 +00:00
|
|
|
## 2015-09-17, Version 4.1.0 (Stable), @Fishrock123
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V4.md#4.1.0">Moved to doc/changelogs/CHANGELOG\_V4.md#4.1.0</a>.
|
2015-09-15 20:47:47 +00:00
|
|
|
|
2015-09-05 02:05:26 +00:00
|
|
|
## 2015-09-15, io.js Version 3.3.1 @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#3.3.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#3.3.1</a>.
|
2015-09-05 02:05:26 +00:00
|
|
|
|
2015-09-08, Version 4.0.0 (Stable) Release
This list of changes is relative to the last io.js v3.x branch
release, v3.3.0. Please see the list of notable changes in the v3.x,
v2.x and v1.x releases for a more complete list of changes from
0.12.x. Note, that some changes in the v3.x series as well as major
breaking changes in this release constitute changes required for full
convergence of the Node.js and io.js projects.
* child_process: ChildProcess.prototype.send() and process.send()
operate asynchronously across all platforms so an optional callback
parameter has been introduced that will be invoked once the message
has been sent, i.e. .send(message[, sendHandle][, callback])
(Ben Noordhuis) #2620.
* node: Rename "io.js" code to "Node.js" (cjihrig) #2367.
* node-gyp: This release bundles an updated version of node-gyp that
works with all versions of Node.js and io.js including nightly and
release candidate builds. From io.js v3 and Node.js v4 onward, it
will only download a headers tarball when building addons rather
than the entire source. (Rod Vagg) #2700.
* npm: Upgrade to version 2.14.2 from 2.13.3, includes a security
update, see https://github.com/npm/npm/releases/tag/v2.14.2 for more
details, (Kat Marchán) #2696.
* timers: Improved timer performance from porting the 0.12
implementation, plus minor fixes (Jeremiah Senkpiel) #2540,
(Julien Gilli) nodejs/node-v0.x-archive#8751 nodejs/node-v0.x-archive#8905
* util: The util.is*() functions have been deprecated, beginning with
deprecation warnings in the documentation for this release, users
are encouraged to seek more robust alternatives in the npm registry,
(Sakthipriyan Vairamani) #2447.
* v8: Upgrade to version 4.5.103.30 from 4.4.63.30 (Ali Ijaz Sheikh) #2632.
- Implement new TypedArray prototype methods: copyWithin(), every(),
fill(), filter(), find(), findIndex(), forEach(), indexOf(),
join(), lastIndexOf(), map(), reduce(), reduceRight(), reverse(),
slice(), some(), sort(). See
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
for further information.
- Implement new TypedArray.from() and TypedArray.of() functions. See
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
for further information.
- Implement arrow functions. See
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions
for further information.
- Full ChangeLog available at
https://github.com/v8/v8-git-mirror/blob/4.5.103/ChangeLog
PR-URL: https://github.com/nodejs/node/pull/2742
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2015-09-07 03:54:43 +00:00
|
|
|
## 2015-09-08, Version 4.0.0 (Stable), @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V4.md#4.0.0">Moved to doc/changelogs/CHANGELOG\_V6.md#6.0.0</a>.
|
2015-09-08, Version 4.0.0 (Stable) Release
This list of changes is relative to the last io.js v3.x branch
release, v3.3.0. Please see the list of notable changes in the v3.x,
v2.x and v1.x releases for a more complete list of changes from
0.12.x. Note, that some changes in the v3.x series as well as major
breaking changes in this release constitute changes required for full
convergence of the Node.js and io.js projects.
* child_process: ChildProcess.prototype.send() and process.send()
operate asynchronously across all platforms so an optional callback
parameter has been introduced that will be invoked once the message
has been sent, i.e. .send(message[, sendHandle][, callback])
(Ben Noordhuis) #2620.
* node: Rename "io.js" code to "Node.js" (cjihrig) #2367.
* node-gyp: This release bundles an updated version of node-gyp that
works with all versions of Node.js and io.js including nightly and
release candidate builds. From io.js v3 and Node.js v4 onward, it
will only download a headers tarball when building addons rather
than the entire source. (Rod Vagg) #2700.
* npm: Upgrade to version 2.14.2 from 2.13.3, includes a security
update, see https://github.com/npm/npm/releases/tag/v2.14.2 for more
details, (Kat Marchán) #2696.
* timers: Improved timer performance from porting the 0.12
implementation, plus minor fixes (Jeremiah Senkpiel) #2540,
(Julien Gilli) nodejs/node-v0.x-archive#8751 nodejs/node-v0.x-archive#8905
* util: The util.is*() functions have been deprecated, beginning with
deprecation warnings in the documentation for this release, users
are encouraged to seek more robust alternatives in the npm registry,
(Sakthipriyan Vairamani) #2447.
* v8: Upgrade to version 4.5.103.30 from 4.4.63.30 (Ali Ijaz Sheikh) #2632.
- Implement new TypedArray prototype methods: copyWithin(), every(),
fill(), filter(), find(), findIndex(), forEach(), indexOf(),
join(), lastIndexOf(), map(), reduce(), reduceRight(), reverse(),
slice(), some(), sort(). See
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
for further information.
- Implement new TypedArray.from() and TypedArray.of() functions. See
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
for further information.
- Implement arrow functions. See
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions
for further information.
- Full ChangeLog available at
https://github.com/v8/v8-git-mirror/blob/4.5.103/ChangeLog
PR-URL: https://github.com/nodejs/node/pull/2742
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2015-09-07 03:54:43 +00:00
|
|
|
|
2015-09-02 05:39:16 +00:00
|
|
|
## 2015-09-02, Version 3.3.0, @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#3.3.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#3.3.0</a>.
|
2015-09-02 05:39:16 +00:00
|
|
|
|
2015-08-23 12:08:06 +00:00
|
|
|
## 2015-08-25, Version 3.2.0, @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#3.2.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#3.2.0</a>.
|
2015-08-23 12:08:06 +00:00
|
|
|
|
2015-08-24 05:17:50 +00:00
|
|
|
## 2015-08-18, Version 3.1.0, @Fishrock123
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#3.1.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#3.1.0</a>.
|
2015-08-24 05:17:50 +00:00
|
|
|
|
2015-08-04 io.js v3.0.0 Release
Notable changes:
* buffer:
- Due to changes in V8, it has been necessary to reimplement Buffer
on top of V8's Uint8Array. While every effort has been made to
maintain performance, users are likely to experience a different
performance profile depending on how Buffer is used.
(Trevor Norris) #1825.
- Buffer can now take ArrayBuffers as a constructor argument
(Trevor Norris) #2002.
- When a single buffer is passed to Buffer.concat(), a new, copied
Buffer object will be returned; previous behavior was to return
the original Buffer object (Sakthipriyan Vairamani) #1937.
* build: PPC support has been added to core to allow compiling on
pLinux BE and LE (AIX support coming soon) (Michael Dawson) #2124.
* dgram: If an error occurs within socket.send() and a callback has
been provided, the error is only passed as the first argument to the
callback and not emitted on the socket object; previous behavior was
to do both (Matteo Collina & Chris Dickinson) #1796
* freelist: Deprecate the undocumented freelist core module
(Sakthipriyan Vairamani) #2176.
* http:
- Status codes now all use the official IANA names as per RFC7231,
e.g. http.STATUS_CODES[414] now returns 'URI Too Long' rather than
'Request-URI Too Large' (jomo) #1470.
- Calling .getName() on an HTTP agent no longer returns a trailing
colon, HTTPS agents will no longer return an extra colon near the
middle of the string (Brendan Ashworth) #1617.
* node:
- NODE_MODULE_VERSION has been bumped to 45 to reflect the break in
ABI (Rod Vagg) #2096.
- Introduce a new process.release object that contains a name
property set to 'io.js' and sourceUrl, headersUrl and libUrl
(Windows only) properties containing URLs for the relevant
resources; this is intended to be used by node-gyp
(Rod Vagg) #2154.
- The version of node-gyp bundled with io.js now downloads and uses
a tarball of header files from iojs.org rather than the full
source for compiling native add-ons; it is hoped this is a
temporary floating patch and the change will be upstreamed to
node-gyp soon (Rod Vagg) #2066.
* repl: Persistent history is now enabled by default. The history file
is located at ~/.node_repl_history, which can be overridden by the
new environment variable NODE_REPL_HISTORY. This deprecates the
previous NODE_REPL_HISTORY_FILE variable. Additionally, the format
of the file has been changed to plain text to better handle file
corruption. (Jeremiah Senkpiel) #2224.
* smalloc: The smalloc module has been removed as it is no longer
possible to provide the API due to changes in V8
(Ben Noordhuis) #2022.
* tls: Add server.getTicketKeys() and server.setTicketKeys() methods
for TLS session key rotation (Fedor Indutny) #2227.
* v8: Upgraded to 4.4.63.26
- ES6: Enabled computed property names
- ES6: Array can now be subclassed in strict mode
- ES6: Implement rest parameters in staging, use the
--harmony-rest-parameters command line flag
- ES6: Implement the spread operator in staging, use the
--harmony-spreadcalls command line flag
- Removed SetIndexedPropertiesToExternalArrayData and related APIs,
forcing a shift to Buffer to be reimplemented based on Uint8Array
- Introduction of Maybe and MaybeLocal C++ API for objects which may
or may not have a value.
- Added support for PPC
PR-URL: https://github.com/nodejs/io.js/pull/2299
2015-08-01 02:10:43 +00:00
|
|
|
## 2015-08-04, Version 3.0.0, @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#3.0.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#3.0.0</a>.
|
2015-08-04 io.js v3.0.0 Release
Notable changes:
* buffer:
- Due to changes in V8, it has been necessary to reimplement Buffer
on top of V8's Uint8Array. While every effort has been made to
maintain performance, users are likely to experience a different
performance profile depending on how Buffer is used.
(Trevor Norris) #1825.
- Buffer can now take ArrayBuffers as a constructor argument
(Trevor Norris) #2002.
- When a single buffer is passed to Buffer.concat(), a new, copied
Buffer object will be returned; previous behavior was to return
the original Buffer object (Sakthipriyan Vairamani) #1937.
* build: PPC support has been added to core to allow compiling on
pLinux BE and LE (AIX support coming soon) (Michael Dawson) #2124.
* dgram: If an error occurs within socket.send() and a callback has
been provided, the error is only passed as the first argument to the
callback and not emitted on the socket object; previous behavior was
to do both (Matteo Collina & Chris Dickinson) #1796
* freelist: Deprecate the undocumented freelist core module
(Sakthipriyan Vairamani) #2176.
* http:
- Status codes now all use the official IANA names as per RFC7231,
e.g. http.STATUS_CODES[414] now returns 'URI Too Long' rather than
'Request-URI Too Large' (jomo) #1470.
- Calling .getName() on an HTTP agent no longer returns a trailing
colon, HTTPS agents will no longer return an extra colon near the
middle of the string (Brendan Ashworth) #1617.
* node:
- NODE_MODULE_VERSION has been bumped to 45 to reflect the break in
ABI (Rod Vagg) #2096.
- Introduce a new process.release object that contains a name
property set to 'io.js' and sourceUrl, headersUrl and libUrl
(Windows only) properties containing URLs for the relevant
resources; this is intended to be used by node-gyp
(Rod Vagg) #2154.
- The version of node-gyp bundled with io.js now downloads and uses
a tarball of header files from iojs.org rather than the full
source for compiling native add-ons; it is hoped this is a
temporary floating patch and the change will be upstreamed to
node-gyp soon (Rod Vagg) #2066.
* repl: Persistent history is now enabled by default. The history file
is located at ~/.node_repl_history, which can be overridden by the
new environment variable NODE_REPL_HISTORY. This deprecates the
previous NODE_REPL_HISTORY_FILE variable. Additionally, the format
of the file has been changed to plain text to better handle file
corruption. (Jeremiah Senkpiel) #2224.
* smalloc: The smalloc module has been removed as it is no longer
possible to provide the API due to changes in V8
(Ben Noordhuis) #2022.
* tls: Add server.getTicketKeys() and server.setTicketKeys() methods
for TLS session key rotation (Fedor Indutny) #2227.
* v8: Upgraded to 4.4.63.26
- ES6: Enabled computed property names
- ES6: Array can now be subclassed in strict mode
- ES6: Implement rest parameters in staging, use the
--harmony-rest-parameters command line flag
- ES6: Implement the spread operator in staging, use the
--harmony-spreadcalls command line flag
- Removed SetIndexedPropertiesToExternalArrayData and related APIs,
forcing a shift to Buffer to be reimplemented based on Uint8Array
- Introduction of Maybe and MaybeLocal C++ API for objects which may
or may not have a value.
- Added support for PPC
PR-URL: https://github.com/nodejs/io.js/pull/2299
2015-08-01 02:10:43 +00:00
|
|
|
|
2015-07-28 14:59:14 +00:00
|
|
|
## 2015-07-28, Version 2.5.0, @cjihrig
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#2.5.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.5.0</a>.
|
2015-07-28 14:59:14 +00:00
|
|
|
|
2015-07-17 23:19:32 +00:00
|
|
|
## 2015-07-17, Version 2.4.0, @Fishrock123
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#2.4.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.4.0</a>.
|
2015-07-17 23:19:32 +00:00
|
|
|
|
2015-07-09 16:46:02 +00:00
|
|
|
## 2015-07-09, Version 2.3.4, @Fishrock123
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#2.3.4">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.3.4</a>.
|
2015-07-09 16:46:02 +00:00
|
|
|
|
2015-07-09 19:12:38 +00:00
|
|
|
## 2015-07-09, Version 1.8.4, @Fishrock123
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#1.8.4">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.8.4</a>.
|
2015-07-09 19:12:38 +00:00
|
|
|
|
2015-08-25 09:37:03 +00:00
|
|
|
## 2015-07-09, Version 0.12.7 (Stable)
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.7">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.7</a>.
|
2015-08-25 09:37:03 +00:00
|
|
|
|
2015-07-03 22:46:16 +00:00
|
|
|
## 2015-07-04, Version 2.3.3, @Fishrock123
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#2.3.3">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.3.3</a>.
|
2015-07-03 22:46:16 +00:00
|
|
|
|
2015-07-04 02:31:02 +00:00
|
|
|
## 2015-07-04, Version 1.8.3, @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#1.8.3">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.8.3</a>.
|
2015-07-04 02:31:02 +00:00
|
|
|
|
2015-08-25 09:37:03 +00:00
|
|
|
## 2015-07-03, Version 0.12.6 (Stable)
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.6">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.6</a>.
|
2015-08-25 09:37:03 +00:00
|
|
|
|
2015-07-02 04:20:35 +00:00
|
|
|
## 2015-07-01, Version 2.3.2, @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#2.3.2">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.3.2</a>.
|
2015-07-02 04:20:35 +00:00
|
|
|
|
2015-06-19 10:42:59 +00:00
|
|
|
## 2015-06-23, Version 2.3.1, @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#2.3.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.3.1</a>.
|
2015-06-19 10:42:59 +00:00
|
|
|
|
2015-08-25 09:37:03 +00:00
|
|
|
## 2015-06-22, Version 0.12.5 (Stable)
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.5">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.5</a>.
|
2015-08-25 09:37:03 +00:00
|
|
|
|
|
|
|
## 2015-06-18, Version 0.10.39 (Maintenance)
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.39">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.39</a>.
|
2015-08-25 09:37:03 +00:00
|
|
|
|
2015-06-13 04:09:33 +00:00
|
|
|
## 2015-06-13, Version 2.3.0, @rvagg
|
2015-06-12 05:01:26 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#2.3.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.3.0</a>.
|
2015-06-12 05:01:26 +00:00
|
|
|
|
2015-06-01 03:21:15 +00:00
|
|
|
## 2015-06-01, Version 2.2.1, @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#2.2.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.2.1</a>.
|
2015-06-01 03:21:15 +00:00
|
|
|
|
2015-05-31 05:23:39 +00:00
|
|
|
## 2015-05-31, Version 2.2.0, @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#2.2.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.2.0</a>.
|
2015-05-31 05:23:39 +00:00
|
|
|
|
2015-05-24 03:56:20 +00:00
|
|
|
## 2015-05-24, Version 2.1.0, @rvagg
|
2015-05-23 22:43:41 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#2.1.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.1.0</a>.
|
2015-05-23 22:43:41 +00:00
|
|
|
|
2015-08-25 09:37:03 +00:00
|
|
|
## 2015-05-22, Version 0.12.4 (Stable)
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.4">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.4</a>.
|
2015-08-25 09:37:03 +00:00
|
|
|
|
2015-05-18 02:25:09 +00:00
|
|
|
## 2015-05-17, Version 1.8.2, @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#1.8.2">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.8.2</a>.
|
2015-05-18 02:25:09 +00:00
|
|
|
|
2015-05-15 23:28:16 +00:00
|
|
|
## 2015-05-15, Version 2.0.2, @Fishrock123
|
2015-05-15 22:37:44 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#2.0.2">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.0.2</a>.
|
2015-05-15 22:37:44 +00:00
|
|
|
|
2015-08-25 09:37:03 +00:00
|
|
|
## 2015-05-13, Version 0.12.3 (Stable)
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.3">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.3</a>.
|
2015-08-25 09:37:03 +00:00
|
|
|
|
2015-05-07 19:28:23 +00:00
|
|
|
## 2015-05-07, Version 2.0.1, @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#2.0.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.0.1</a>.
|
2015-05-07 19:28:23 +00:00
|
|
|
|
2015-04-29 10:49:00 +00:00
|
|
|
## 2015-05-04, Version 2.0.0, @rvagg
|
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#2.0.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#2.0.0</a>.
|
2015-04-29 10:49:00 +00:00
|
|
|
|
2015-04-18 04:33:30 +00:00
|
|
|
## 2015-04-20, Version 1.8.1, @chrisdickinson
|
2015-04-17 21:31:49 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#1.8.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.8.1</a>.
|
2015-04-14 12:57:23 +00:00
|
|
|
|
2016-04-21 21:05:17 +00:00
|
|
|
## 2015-04-14, Version 1.7.1, @rvagg
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#1.7.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.7.1</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-04-14 12:07:18 +00:00
|
|
|
## 2015-04-14, Version 1.7.0, @rvagg
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#1.7.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.7.0</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-04-06 14:09:03 +00:00
|
|
|
## 2015-04-06, Version 1.6.4, @Fishrock123
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#1.6.4">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.6.4</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-03-31 11:36:59 +00:00
|
|
|
## 2015-03-31, Version 1.6.3, @rvagg
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#1.6.3">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.6.3</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-08-25 09:37:03 +00:00
|
|
|
## 2015-03-31, Version 0.12.2 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.2">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.2</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-03-23 05:26:28 +00:00
|
|
|
## 2015-03-23, Version 1.6.2, @rvagg
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#1.6.2">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.6.2</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-08-25 09:37:03 +00:00
|
|
|
## 2015-03-23, Version 0.12.1 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.1">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.1</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-08-25 09:37:03 +00:00
|
|
|
## 2015-03-23, Version 0.10.38 (Maintenance)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.38">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.38</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-03-20 02:19:18 +00:00
|
|
|
## 2015-03-20, Version 1.6.1, @rvagg
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#1.6.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.6.1</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-03-19 18:12:05 +00:00
|
|
|
## 2015-03-19, Version 1.6.0, @chrisdickinson
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#1.6.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.6.0</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-08-25 09:37:03 +00:00
|
|
|
## 2015-03-11, Version 0.10.37 (Maintenance)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.37">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.37</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-03-09 17:58:40 +00:00
|
|
|
## 2015-03-09, Version 1.5.1, @rvagg
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#1.5.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.5.1</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-03-06 21:59:02 +00:00
|
|
|
## 2015-03-06, Version 1.5.0, @rvagg
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#1.5.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.5.0</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-03-03 00:45:43 +00:00
|
|
|
## 2015-03-02, Version 1.4.3, @rvagg
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#1.4.3">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.4.3</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-02-28 21:12:58 +00:00
|
|
|
## 2015-02-28, Version 1.4.2, @rvagg
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#1.4.2">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.4.2</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-02-25 19:18:53 +00:00
|
|
|
## 2015-02-26, Version 1.4.1, @rvagg
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#1.4.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.4.1</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2016-04-21 21:05:17 +00:00
|
|
|
## 2015-02-20, Version 1.3.0, @rvagg
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#1.3.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.3.0</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2016-04-21 21:05:17 +00:00
|
|
|
## 2015-02-10, Version 1.2.0, @rvagg
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#1.2.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.2.0</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2016-04-21 21:05:17 +00:00
|
|
|
## 2015-02-06, Version 0.12.0 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V012.md#0.12.0">Moved to doc/changelogs/CHANGELOG\_V012.md#0.12.0</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2016-04-21 21:05:17 +00:00
|
|
|
## 2015-02-03, Version 1.1.0, @chrisdickinson
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#1.1.0">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.1.0</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2016-04-21 21:05:17 +00:00
|
|
|
## 2015-01-26, Version 0.10.36 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.36">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.36</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2016-04-21 21:05:17 +00:00
|
|
|
## 2015-01-24, Version 1.0.4, @rvagg
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#1.0.4">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.0.4</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2016-04-21 21:05:17 +00:00
|
|
|
## 2015-01-20, Version 1.0.3, @rvagg
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#1.0.3">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.0.3</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2016-04-21 21:05:17 +00:00
|
|
|
## 2015-01-16, Version 1.0.2, @rvagg
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#1.0.2">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.0.2</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2016-04-21 21:05:17 +00:00
|
|
|
## 2015-01-14, Version 1.0.1, @rvagg
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_IOJS.md#1.0.1">Moved to doc/changelogs/CHANGELOG\_IOJS.md#1.0.1</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2014.09.24, Version 0.11.14 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.14">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.14</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2014.05.01, Version 0.11.13 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.13">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.13</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2014.03.11, Version 0.11.12 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.12">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.12</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2014.01.29, Version 0.11.11 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.11">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.11</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.12.31, Version 0.11.10 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.10">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.10</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.11.20, Version 0.11.9 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.9">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.9</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.10.30, Version 0.11.8 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.8">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.8</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.08.21, Version 0.11.7 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.7">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.7</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.08.21, Version 0.11.6 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.6</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.08.06, Version 0.11.5 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.5">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.5</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.07.12, Version 0.11.4 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.4</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.06.26, Version 0.11.3 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.3</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.05.13, Version 0.11.2 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.2">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.2</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.04.19, Version 0.11.1 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.1">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.1</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.03.28, Version 0.11.0 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.11.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.11.0</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2014.12.22, Version 0.10.35 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.35">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.35</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2014.12.17, Version 0.10.34 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.34">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.34</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2014.10.20, Version 0.10.33 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.33">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.33</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2014.09.16, Version 0.10.32 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.32">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.32</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2014.08.19, Version 0.10.31 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.31">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.31</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2014.07.31, Version 0.10.30 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.30">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.30</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2014.06.05, Version 0.10.29 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.29">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.29</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2014.05.01, Version 0.10.28 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.28">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.28</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2014.05.01, Version 0.10.27 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.27">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.27</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2014.02.18, Version 0.10.26 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.26">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.26</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2014.01.23, Version 0.10.25 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.25">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.25</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.12.18, Version 0.10.24 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.24">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.24</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.12.12, Version 0.10.23 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.23">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.23</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.11.12, Version 0.10.22 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.22">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.22</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.10.18, Version 0.10.21 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.21">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.21</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.09.30, Version 0.10.20 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.20">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.20</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.09.24, Version 0.10.19 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.19">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.19</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.09.04, Version 0.10.18 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.18">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.18</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.08.21, Version 0.10.17 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.17">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.17</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.08.16, Version 0.10.16 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.16">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.16</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.07.25, Version 0.10.15 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.15">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.15</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.07.25, Version 0.10.14 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.14">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.14</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.07.09, Version 0.10.13 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.13">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.13</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.06.18, Version 0.10.12 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.12">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.12</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.06.13, Version 0.10.11 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.11">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.11</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.06.04, Version 0.10.10 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.10">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.10</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.05.30, Version 0.10.9 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.9">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.9</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.05.24, Version 0.10.8 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.8">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.8</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.05.17, Version 0.10.7 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.7">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.7</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.05.14, Version 0.10.6 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.6">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.6</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.04.23, Version 0.10.5 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.5">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.5</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.04.11, Version 0.10.4 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.4">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.4</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.04.03, Version 0.10.3 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.3">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.3</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.03.28, Version 0.10.2 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.2">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.2</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.03.21, Version 0.10.1 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.1">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.1</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.03.11, Version 0.10.0 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_V010.md#0.10.0">Moved to doc/changelogs/CHANGELOG\_V010.md#0.10.0</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.03.06, Version 0.9.12 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.12">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.12</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.03.01, Version 0.9.11 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.11">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.11</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.02.19, Version 0.9.10 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.10">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.10</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.02.07, Version 0.9.9 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.9">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.9</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.01.24, Version 0.9.8 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.8">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.8</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.01.18, Version 0.9.7 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.7">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.7</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.01.11, Version 0.9.6 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.6</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.12.30, Version 0.9.5 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.5">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.5</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.12.21, Version 0.9.4 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.4</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.10.24, Version 0.9.3 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.3</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.09.17, Version 0.9.2 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.2">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.2</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.08.28, Version 0.9.1 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.1">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.1</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.07.20, Version 0.9.0 (Unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.9.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.9.0</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.06.13, Version 0.8.25 (maintenance)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.25">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.25</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.06.04, Version 0.8.24 (maintenance)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.24">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.24</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.04.09, Version 0.8.23 (maintenance)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.23">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.23</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.03.07, Version 0.8.22 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.22">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.22</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.02.25, Version 0.8.21 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.21">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.21</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.02.15, Version 0.8.20 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.20">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.20</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.02.06, Version 0.8.19 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.19">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.19</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.01.18, Version 0.8.18 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.18">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.18</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2013.01.09, Version 0.8.17 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.17">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.17</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.12.13, Version 0.8.16 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.16">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.16</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.11.26, Version 0.8.15 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.15">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.15</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.10.25, Version 0.8.14 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.14">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.14</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.10.25, Version 0.8.13 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.13">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.13</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.10.12, Version 0.8.12 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.12">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.12</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.09.27, Version 0.8.11 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.11">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.11</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.09.25, Version 0.8.10 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.10">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.10</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.09.11, Version 0.8.9 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.9">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.9</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.08.22, Version 0.8.8 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.8">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.8</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.08.15, Version 0.8.7 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.7">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.7</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.08.07, Version 0.8.6 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.6</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.08.02, Version 0.8.5 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.5">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.5</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.07.25, Version 0.8.4 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.4</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.07.19, Version 0.8.3 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.3</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.07.09, Version 0.8.2 (Stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.2">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.2</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.06.29, Version 0.8.1 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.1">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.1</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.06.25, Version 0.8.0 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.8.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.8.0</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.06.19, Version 0.7.12 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.12">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.12</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.06.15, Version 0.7.11 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.11">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.11</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.06.11, Version 0.7.10 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.10">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.10</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.05.28, Version 0.7.9 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.9">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.9</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.04.18, Version 0.7.8 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.8">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.8</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.03.30, Version 0.7.7 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.7">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.7</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.03.13, Version 0.7.6 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.6</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.02.23, Version 0.7.5 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.5">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.5</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2016-04-21 21:05:17 +00:00
|
|
|
## 2012.02.14, Version 0.7.4 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.4</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.02.07, Version 0.7.3 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.3</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.02.01, Version 0.7.2 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.2">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.2</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.01.23, Version 0.7.1 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.1">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.1</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.01.16, Version 0.7.0 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.7.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.7.0</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.07.10 Version 0.6.20 (maintenance)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.20">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.20</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.06.06 Version 0.6.19 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.19">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.19</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.05.15 Version 0.6.18 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.18">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.18</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.05.04 Version 0.6.17 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.17">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.17</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.04.30 Version 0.6.16 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.16">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.16</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.04.09 Version 0.6.15 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.15">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.15</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.03.22 Version 0.6.14 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.14">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.14</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.03.15 Version 0.6.13 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.13">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.13</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.03.02 Version 0.6.12 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.12">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.12</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.02.17 Version 0.6.11 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.11">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.11</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.02.02, Version 0.6.10 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.10">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.10</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.01.27, Version 0.6.9 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.9">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.9</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.01.19, Version 0.6.8 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.8">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.8</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2012.01.06, Version 0.6.7 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.7">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.7</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.12.14, Version 0.6.6 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.6</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.12.04, Version 0.6.5 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.5">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.5</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.12.02, Version 0.6.4 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.4</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.11.25, Version 0.6.3 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.3</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.11.18, Version 0.6.2 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.2">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.2</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.11.11, Version 0.6.1 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.1">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.1</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.11.04, Version 0.6.0 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.6.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.6.0</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.10.21, Version 0.5.10 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.10">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.10</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.10.10, Version 0.5.9 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.9">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.9</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.09.30, Version 0.5.8 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.8">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.8</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.09.16, Version 0.5.7 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.7">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.7</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.09.08, Version 0.5.6 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.6</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.08.26, Version 0.5.5 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.5">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.5</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.08.12, Version 0.5.4 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.4</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.08.01, Version 0.5.3 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.3</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.07.22, Version 0.5.2 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.2">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.2</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.07.14, Version 0.5.1 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.1">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.1</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.07.05, Version 0.5.0 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.5.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.5.0</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.09.15, Version 0.4.12 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.12">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.12</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.08.17, Version 0.4.11 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.11">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.11</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.07.19, Version 0.4.10 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.10">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.10</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.06.29, Version 0.4.9 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.9">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.9</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.05.20, Version 0.4.8 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.8">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.8</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.04.22, Version 0.4.7 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.7">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.7</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.04.13, Version 0.4.6 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.6</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.04.01, Version 0.4.5 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.5">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.5</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.03.26, Version 0.4.4 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.4</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.03.18, Version 0.4.3 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.3</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.03.02, Version 0.4.2 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.2">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.2</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.02.19, Version 0.4.1 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.1">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.1</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.02.10, Version 0.4.0 (stable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.4.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.4.0</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.02.04, Version 0.3.8 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.3.8">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.3.8</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.01.27, Version 0.3.7 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.3.7">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.3.7</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.01.21, Version 0.3.6 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.3.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.3.6</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.01.16, Version 0.3.5 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.3.5">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.3.5</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.01.08, Version 0.3.4 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.3.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.3.4</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2011.01.02, Version 0.3.3 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.3.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.3.3</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2010.12.16, Version 0.3.2 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.3.2">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.3.2</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2010.11.16, Version 0.3.1 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.3.1">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.3.1</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2010.10.23, Version 0.3.0 (unstable)
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.3.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.3.0</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2010.08.20, Version 0.2.0
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.2.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.2.0</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2010.08.13, Version 0.1.104
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.104">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.104</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2010.08.04, Version 0.1.103
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.103">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.103</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2010.07.25, Version 0.1.102
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.102">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.102</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2010.07.16, Version 0.1.101
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.101">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.101</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2010.07.03, Version 0.1.100
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.100">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.100</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2010.06.21, Version 0.1.99
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.99">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.99</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2010.06.11, Version 0.1.98
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.98">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.98</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2016-04-21 21:05:17 +00:00
|
|
|
## 2010.05.29, Version 0.1.97
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.97">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.97</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2016-04-21 21:05:17 +00:00
|
|
|
## 2010.05.21, Version 0.1.96
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.96">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.96</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2016-04-21 21:05:17 +00:00
|
|
|
## 2010.05.13, Version 0.1.95
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.95">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.95</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2016-04-21 21:05:17 +00:00
|
|
|
## 2010.05.06, Version 0.1.94
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.94">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.94</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2016-04-21 21:05:17 +00:00
|
|
|
## 2010.04.29, Version 0.1.93
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.93">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.93</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2010.04.23, Version 0.1.92
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.92">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.92</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2010.04.15, Version 0.1.91
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.91">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.91</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2010.04.09, Version 0.1.90
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.90">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.90</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2010.03.19, Version 0.1.33
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.33">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.33</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2010.03.12, Version 0.1.32
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.32">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.32</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2010.03.05, Version 0.1.31
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.31">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.31</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2010.02.22, Version 0.1.30
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.30">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.30</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2010.02.17, Version 0.1.29
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.29">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.29</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2010.02.09, Version 0.1.28
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.28">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.28</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2010.02.03, Version 0.1.27
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.27">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.27</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2010.01.20, Version 0.1.26
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.26">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.26</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2010.01.09, Version 0.1.25
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.25">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.25</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.12.31, Version 0.1.24
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.24">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.24</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.12.22, Version 0.1.23
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.23">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.23</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.12.19, Version 0.1.22
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.22">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.22</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.12.06, Version 0.1.21
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.21">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.21</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.11.28, Version 0.1.20
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.20">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.20</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.11.28, Version 0.1.19
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.19">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.19</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.11.17, Version 0.1.18
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.18">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.18</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.11.07, Version 0.1.17
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.17">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.17</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.11.03, Version 0.1.16
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.16">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.16</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.10.28, Version 0.1.15
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.15">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.15</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.10.09, Version 0.1.14
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.14">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.14</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.09.30, Version 0.1.13
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.13">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.13</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.09.24, Version 0.1.12
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.12">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.12</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.09.18, Version 0.1.11
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.11">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.11</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.09.11, Version 0.1.10
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.10">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.10</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.09.05, Version 0.1.9
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.9">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.9</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.09.04, Version 0.1.8
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.8">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.8</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.08.27, Version 0.1.7
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.7">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.7</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.08.22, Version 0.1.6
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.6</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.08.21, Version 0.1.5
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.5">Moved to doc/changelogs/CHANGELOG\_V6.md#6.0.0</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.08.13, Version 0.1.4
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.4</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.08.06, Version 0.1.3
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.3</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.08.01, Version 0.1.2
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.2">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.2</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.07.27, Version 0.1.1
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.1">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.1</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.06.30, Version 0.1.0
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.1.0">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.1.0</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.06.24, Version 0.0.6
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.0.6">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.0.6</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.06.18, Version 0.0.5
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.0.5">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.0.5</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2015-01-14 01:21:05 +00:00
|
|
|
## 2009.06.13, Version 0.0.4
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.0.4">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.0.4</a>.
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2016-04-28 00:56:53 +00:00
|
|
|
## 2009.06.11, Version 0.0.3
|
2016-04-30 21:28:28 +00:00
|
|
|
|
2021-10-05 03:36:45 +00:00
|
|
|
<a href="doc/changelogs/CHANGELOG_ARCHIVE.md#0.0.3">Moved to doc/changelogs/CHANGELOG\_ARCHIVE.md#0.0.3</a>.
|