# Changelog


## [0.3.2] - 2020-10-02

### Changed
* support `as` for `rewire` block


## [0.3.1] - 2020-10-02

### Added
* Elixir module documentation


## [0.3.0] - 2020-10-01

### Added
* module-scoped `rewire`


## [0.2.1] - 2020-09-30

### Changed
* improved alias detection of caller module


## [0.2.0] - 2020-09-30

### Changed
* moved all code generation to compile-time due to compiler warnings in Elixir 1.10+


## [0.1.1] - 2020-09-30

### Changed
* fixed deprecation warning in Elixir 1.10+


## [0.1.0] - 2020-09-28

### Added
* initial version
* `rewire` with module args
* `rewire` with shorthand args
* error for non-existant module
* error for missing module replacement
