> For the complete documentation index, see [llms.txt](https://docs.internetobject.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.internetobject.org/versioning-and-stability/version-history.md).

# Version History

This page records notable changes to the **specification**, newest first, once versioned releases begin. Implementations (such as `io-js2`) version independently under their own SemVer and declare which specification version they conform to.

## 1.0 Draft — in progress

The specification is in its **1.0 Draft**: it is still being authored, most features are at **Candidate** maturity, and it may change without a version bump until 1.0 is finalized.

There are **no released versions yet** — the first entry here will be **1.0**, recorded when the draft is finalized. Until then:

* for the current maturity of each feature, see [Feature Status](/versioning-and-stability/feature-status.md);
* for how versions and stability work, see the [Versioning Policy](/versioning-and-stability/versioning.md);
* for planned direction, see the [Roadmap](/appendices/roadmap.md).

## See Also

* [Versioning Policy](/versioning-and-stability/versioning.md) · [Feature Status](/versioning-and-stability/feature-status.md) · [Roadmap](/appendices/roadmap.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.internetobject.org/versioning-and-stability/version-history.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
