Packages

Generate HTML views from `.eex` template files for Raxx web applications.

Current section

Files

Jump to
raxx_view CHANGELOG.md
Raw

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.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`.