mbu/CHANGELOG.md
2018-03-18 17:53:51 +02:00

1.3 KiB

Change Log

All notable changes to this project will be documented in this file.

The format is roughly based on Keep a Changelog and this project adheres to Semantic Versioning.

[3.0.0] - 2018-03-18

Added

  • Automatic directory handling, autogenerate out_path/0 and create the actual directory when task runs.

Fixed

  • Possible issue killing AppRunner child on Windows.
  • Removed unused fs config.
  • Dialyzer issues.

[2.0.0] - 2017-08-21

Changed

  • Switched from fs to file_system, which should have better support for compiling on different systems.

[1.0.1] - 2017-06-06

Changed

  • Reverted fs version back to 2.12.0 because of compilation issues.

[1.0.0] - 2017-06-03 (Unreleased)

Changed

  • Bumped fs version to 3.4.0.

Fixed

  • Should now work on Windows, uses cmd.exe to run npm's batch scripts.

Fixed

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