Skip to content

Releases: noseglid/atom-build

V0.69.0

02 Oct 18:04
8e663a4
Compare
Choose a tag to compare

Changes:

  • Support .yaml as an buildfile extension, (@jvhellemond , #497), tests ( @C-Bouthoorn , #539 )
  • Migrate from busy to busy-signal. You can now uninstall the busy package.
  • Fix an issue in beta when atomCommandName wasn't specified #532

v0.68.0

22 May 19:43
Compare
Choose a tag to compare

Changes:

  • Fixed an issue when a path was linked, #501 , thanks @ivankravets
  • Added cursor row/column as replacements, #516 , thanks @formigarafa
  • Fixed an issue where the editor would sometimes hang if no targets exists , #520 (Fixes: #484, #447)

v0.67.0

10 Nov 17:10
Compare
Choose a tag to compare

Changes:

  • Fixed an issue where the eventemitter used in terminal didn't include all methods ( Fixes: #485, #481 )

v0.66.0

24 Oct 16:02
Compare
Choose a tag to compare

Changes:

  • Support for the html field for linter messages (#455, thanks @alygin )
  • postBuild now get's passed stdout and stderr along with the build status. (#464, thanks @ProPuke
  • changed the spawned from deprecated cross-spawn-async to spawn-async which is better maintained. (#478, thanks @Ingramz)
  • Added better error messages with stacktraces.

v0.65.0

10 Jul 07:54
Compare
Choose a tag to compare

Changes:

  • Killing process has been improved. The signals can now be specified which order. Default is SIGINT -> SIGTERM -> SIGKILL.
  • Better error messages with stack (thanks @Gawdl3y )
  • More menu options (thanks @Gawdl3y )
  • Consume builders (for build providers) now accept an array (thanks @Gawdl3y )
  • Bug fix where replacements was attempted on an int (#405)

v0.64.0

28 May 07:29
Compare
Choose a tag to compare

Changes:

  • Reduced dependencies for quicker install/load times
  • Integration with busy for neater working display. This is automatically installed.
  • Fixed an issue where targets when refreshing targets (#420)

v0.63.0

13 May 18:42
Compare
Choose a tag to compare

Changes:

  • Improved README
  • Error matcher improvements (#418 thanks @oli-obk)
    • Better messages to Linter
    • Support for matching Errors or Warnings

v0.62.0

05 May 15:19
Compare
Choose a tag to compare

Changes:

  • .atom-build.js and build providers can now provide a function as an error matcher ( #398 , thanks @oli-obk)
  • Font weight in terminal is now "normal" ( #416 , thanks @braver)
  • Fixed an issue where terminal height was not set properly in left and right mode ( #387 , thanks @abartelsmeier )

v0.61.0

29 Apr 20:57
Compare
Choose a tag to compare

Changes:

  • Refreshes targets automatically when building if no targets exist ( #411 )
  • Error matching even when build is aborted ( #412 )
  • Fixed an issue when listing targets for files outside of projects ( #410 )
  • Fixed an issue when resizing bottom panel if panel heading was disabled ( #413 )

v0.60.0

29 Apr 20:54
Compare
Choose a tag to compare

Changes:

  • Added {SELECTION} which is replaced by the currently selected text. ( #400, thanks @evmorov )
  • Allow installation without git by fetching term.js as zip ( #395 , thanks @ivankravets )
  • Fixed an issue where watch crashed under linux ( #372 )
  • Added Refresh on show target list option