# Changelog

## 1.8.13 - 2019-01-18

### Optimized

* The "Where" function has been optimized. Now 76.7% faster.

## 1.8.12 - 2019-01-17

### Optimized

* The "Select" function has been optimized. Now 15% faster.

## 1.8.11 - 2019-01-16

### Fixed

* Fixed a fatal error in the "Where" function.

## 1.8.8 - 2019-01-10

### Added

* Object support is added to "Schema" and "Transform" functions.

## 1.8.6 - 2019-12-12

### Fixed

* Fixed a problem in the "Transform" function.

## 1.8.5 - 2019-12-07

### Added

* Added transform function.

## 1.8.1 - 2019-03-19

### Changed

* "WhereTool" and "SchemaTool" tools have been optimized.
* The "lodash.clonedeep" dependency has been removed.

## 1.7.1 - 2019-03-16

### Added

* Added where function advanced filter methods.

## 1.6.2 - 2019-03-12

### Changed

* Schema function join method option name fixed. **seperator** to **separator**.

### Added

* Added auto-completion and type support for editors. (**index.d.ts**)

## 1.5.0 - 2019-03-08

### Changed

* **join().with()** method changed to **join(...args, { seperator: value })**.
* get-obj-deep-prop utils update.
* **Schema** function added **lodash.clonedeep.**

## 1.4.0 - 2019-03-07

### Added

* **custom()** method was added to **Schema** tool.

## 1.3.0 - 2019-01-27

### Added

* **setQuery()** and **getQuery()** method added.

## 1.2.0 - 2019-01-25

### Fixed

* get-obj-deep-prop utils update.

### Changed

* All method names have been converted from **CapitalCase** to **camelCase**.

## 1.1.1 - 2019-01-25

### Added

* **innerJoin()** method added.


---

# 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://worn.gitbook.io/json-function/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.
