Packages

MBU is a collection of build utilities for Mix to make it easier to build your project, for example building the front end. It supports task dependencies and watching directories.

Current section

Files

Jump to
mbu CHANGELOG.md
Raw

CHANGELOG.md

# Change Log
All notable changes to this project will be documented in this file.
The format is roughly based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.3.0] - 2017-04-30
### Added
- This changelog.
### Changed
- Applications returning an error status will now not crash the whole build. The error will be logged into
the console and execution will resume as normal. Crashing the whole build was a problem
when watching, because often you may save an intermediate file that will not parse and
your watch build utility may return an error status.