Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.1.4](https://github.com/CrowdHailer/raxx/tree/1.0.0) - 2019-04-16
### Added
- Support for raxx 1.0.0.
- Support for eex_html 1.0.0.
## [0.1.3](https://github.com/CrowdHailer/raxx/tree/0.18.0) - 2019-03-03
### Added
- Specific dependency on `eex_html`, needed because no longer a dependency of `raxx`.
## [0.1.2](https://github.com/CrowdHailer/raxx/tree/0.18.0) - 2019-02-07
### Deprecated
- `Raxx.Layout` deprecated in favour of `Raxx.View.Layout`.
### Added
- Support for raxx 0.18.0.
## [0.1.1](#) - 2019-02-06
### Added
- `Raxx.View.partial/3` to generate helper functions from template files.
## [0.1.0](https://github.com/CrowdHailer/raxx/tree/0.17.6) - 2019-02-05
### Added
- Library extracted from Raxx package version `0.17.5`.