# Changelog

## Unreleased

* [PR #66](https://github.com/v-community/v_by_example/pull/66) Update .typo-ci.yml [@dhonx](https://github.com/dhonx)

### Enhancement

* [PR #63](https://github.com/v-community/v_by_example/pull/63) Add Typo CI [@Delta456](https://github.com/Delta456)
* [PR #62](https://github.com/v-community/v_by_example/pull/62) remove unused newline [@Delta456](https://github.com/Delta456)

### Documentation

* [PR #69](https://github.com/v-community/v_by_example/pull/69) using 4 spaces for indentation & format table [@dhonx](https://github.com/dhonx)
* [PR #68](https://github.com/v-community/v_by_example/pull/68) update variadic function, fix typo & improve grammar [@dhonx](https://github.com/dhonx)
* [PR #67](https://github.com/v-community/v_by_example/pull/67) update note section [@dhonx](https://github.com/dhonx)
* [PR #60](https://github.com/v-community/v_by_example/pull/60) fix grammar, formating some code & fix example for loop example [@dhonx](https://github.com/dhonx)

## v0.7.0 (2019-11-03)

* [PR #60](https://github.com/v-community/v_by_example/pull/60) Add testing examples [@vbrazo](https://github.com/vbrazo)
* [PR #61](https://github.com/v-community/v_by_example/pull/63) Add Typo CI [@Delta456](https://github.com/Delta456)

## v0.6.0 (2019-11-03)

### Documentation

* [PR #58](https://github.com/v-community/v_by_example/pull/58) add comma and remove some whitespaces [@dhonx](https://github.com/dhonx)
* [PR #57](https://github.com/v-community/v_by_example/pull/57) array: add how to create an empty array [@dhonx](https://github.com/dhonx)
* [PR #41](https://github.com/v-community/v_by_example/pull/41) examples: improve grammar, better MD structure & fix some code [@dhonx](https://github.com/dhonx)
* [PR #40](https://github.com/v-community/v_by_example/pull/40) November and December plan [@vbrazo](https://github.com/vbrazo)
* [PR #38](https://github.com/v-community/v_by_example/pull/38) Improve contributing [@vbrazo](https://github.com/vbrazo)
* [PR #37](https://github.com/v-community/v_by_example/pull/37) Fix broken README links [@vbrazo](https://github.com/vbrazo)

### Feature request

* [PR #59](https://github.com/v-community/v_by_example/pull/59) Add JSON example [@vbrazo](https://github.com/vbrazo)

## v0.5.0 (2019-10-24)

### Bug

* [PR #32](https://github.com/v-community/v_by_example/pull/32) More typos [@ksaj](https://github.com/ksaj)
* [PR #31](https://github.com/v-community/v_by_example/pull/31) Exponent typo [@ksaj](https://github.com/ksaj)

### Chores

* [PR #33](https://github.com/v-community/v_by_example/pull/33) Grammar [@ksaj](https://github.com/ksaj)
* [PR #24](https://github.com/v-community/v_by_example/pull/24) Minor fixes [@vbrazo](https://github.com/vbrazo)
* [PR #23](https://github.com/v-community/v_by_example/pull/23) Missing 'or' [@ksaj](https://github.com/ksaj)

### Feature Request

* [PR #26](https://github.com/v-community/v_by_example/pull/26) Follow #25 and more progress [@Delta456](https://github.com/Delta456)

## v0.4.0 (2019-10-13)

### Chores

* [PR #23](https://github.com/v-community/v_by_example/pull/23) hello.md: formatting [@dhonx](https://github.com/dhonx)

### Feature Request

* [PR #20](https://github.com/v-community/v_by_example/pull/20) example: functions, arrays, structures etc [@vbrazo](https://github.com/vbrazo)

## v0.3.0 (2019-10-12)

### Chores

* [PR #18](https://github.com/v-community/v_by_example/pull/18) update primitives.md [@dhonx](https://github.com/dhonx)
* [PR #17](https://github.com/v-community/v_by_example/pull/17) Update repo structure [@vbrazo](https://github.com/vbrazo)

### Documentation

* [PR #16](https://github.com/v-community/v_by_example/pull/16) Fix Discord link [@vbrazo](https://github.com/vbrazo)

### Feature Request / Enhancement

* [PR #19](https://github.com/v-community/v_by_example/pull/19) example: conditional statements like if, else, else if, for and while [@vbrazo](https://github.com/vbrazo)

## v0.2.0 (2019-10-06)

### Feature Request / Enhancement

* [PR #14](https://github.com/v-community/v_by_example/pull/14) Primitives, Variables, Operators and Mutability [@Delta456](https://github.com/Delta456)

## v0.1.1 (2019-09-30)

### Documentation

* [PR #7](https://github.com/v-community/v_by_example/pull/7) Add october.plan [@vbrazo](https://github.com/vbrazo)
* [PR #6](https://github.com/v-community/v_by_example/pull/6) Add CONTRIBUTING [@vbrazo](https://github.com/vbrazo)
* [PR #5](https://github.com/v-community/v_by_example/pull/5) add a final newline at the end of file [@dhonx](https://github.com/dhonx)

### Chores

* [PR #12](https://github.com/v-community/v_by_example/pull/12) ignore executable chores [@dhonx](https://github.com/dhonx)

## v0.1.0 (2019-09-26)

### Feature Request / Enhancement

* [PR #1](https://github.com/v-community/v_by_example/pull/1) README.md with first example [@Delta456](https://github.com/Delta456)


---

# 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://v-community.gitbook.io/v-by-example/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.
