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.7](https://github.com/CrowdHailer/raxx/tree/1.0.0) - 2019-05-02
### Fixed
- Escape values provided as optional variables in templates, so that non primitive values can be used.
## [0.1.6](https://github.com/CrowdHailer/raxx/tree/1.0.0) - 2019-05-02
### Fixed
- Fix bug so that `:optional` argument doesn't have to be provided in layout.
## [0.1.5](https://github.com/CrowdHailer/raxx/tree/1.0.0) - 2019-05-02
### Added
- Both `Raxx.View` and `Raxx.View.Layout` have `:optional` for variables with default values.
## [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`.