Skip to content

v0.48.0

Compare
Choose a tag to compare
@noseglid noseglid released this 22 Oct 18:00
· 394 commits to master since this release

Changes:

  • Build tools are no longer part of the atom-build. They are instead provided by different tools. You can refer to the custom build-tools list for some common ones. The .atom-build.json file is still supported out of the box.
  • Build providers get called with the same context so work can be hashed.
  • Fixed an issue where cwd was prepended multiple times (#194).
  • Now supports CSON build files (.atom-build.cson) (#178).
  • Fixed an issue where build couldn't match output if it contained certain characters. (Thanks @MackieLoeffel)
  • Build now fails if error matcher matches anything (Thanks @MackieLoeffel)
  • Build now uses the default monospace font of Atom, as set by editor.fontFamily (Thanks @braver)