# Change Log

## [Unreleased](https://github.com/danielberkompas/destructure/tree/HEAD)

[Full Changelog](https://github.com/danielberkompas/destructure/compare/v0.2.2...HEAD)

**Closed issues:**

- Dynamic list of arguments in function definition [\#5](https://github.com/danielberkompas/destructure/issues/5)

**Merged pull requests:**

- Add support for keyword list using square brackets [\#6](https://github.com/danielberkompas/destructure/pull/6) ([muhifauzan](https://github.com/muhifauzan))

## [v0.2.2](https://github.com/danielberkompas/destructure/tree/v0.2.2) (2016-12-30)
[Full Changelog](https://github.com/danielberkompas/destructure/compare/v0.1.1...v0.2.2)

**Closed issues:**

- Destructure Structures [\#2](https://github.com/danielberkompas/destructure/issues/2)

**Merged pull requests:**

- Fix destructure structs implementation [\#4](https://github.com/danielberkompas/destructure/pull/4) ([muhifauzan](https://github.com/muhifauzan))
- Add destructure structs feature [\#3](https://github.com/danielberkompas/destructure/pull/3) ([muhifauzan](https://github.com/muhifauzan))

## [v0.1.1](https://github.com/danielberkompas/destructure/tree/v0.1.1) (2016-10-31)
[Full Changelog](https://github.com/danielberkompas/destructure/compare/v0.1.0...v0.1.1)

**Merged pull requests:**

- Add support for custom variables in patterns [\#1](https://github.com/danielberkompas/destructure/pull/1) ([danielberkompas](https://github.com/danielberkompas))

## [v0.1.0](https://github.com/danielberkompas/destructure/tree/v0.1.0) (2016-10-31)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*