# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

### \[Unreleased 0.2.0] - 2020-07

Graphs and traversal algorithms for them.

... (probably several more patch releases)

### \[0.1.2] - 2020-01-27

#### Updated

Dependencies versions fixed.

### \[0.1.1] - 2020-01-14

#### Fixed

Not adding bundles to package installation directory.

### \[0.1.0] - 2020-01-11

#### Added

Implementations for the following sets of data structures and algorithms:

* lists
* maps
* queues
* searches
* text-processing
* trees

Support for the following platforms and languages:

* TypeScript
* Node.js
* ECMAScript Modules
* UMD bundles


---

# Agent Instructions: 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://alex-myznikov.gitbook.io/adsjs/changelog.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.
