Skip to content

Releases: noseglid/atom-build

v0.19.0

27 Nov 19:16
Compare
Choose a tag to compare

This release does not give you any features. There's just some behind-the-scenes work.

Fixes:

  • Moved all code from CoffeeScript to JavaScript, and all configs from CSON to JSON.

v0.18.0

18 Nov 20:05
Compare
Choose a tag to compare

Changes:

  • Show monospace in the build output

Fixes:

  • Graceful error if build file (e.g. .atom-build.json) is syntactically incorrect.

v0.17.0

12 Nov 09:14
Compare
Choose a tag to compare

Changes:

  • Updated README so the Gif is properly shown on the atom.io packages page

v0.16.0

08 Nov 07:41
Compare
Choose a tag to compare

Changes:

  • Now prompts you for saving your editors if you attempt to build while you have unsaved changes. Also allows you to set the configuration Save On Build which automatically saves all buffers when building.

v0.15.0

25 Oct 11:58
Compare
Choose a tag to compare

Changes:

  • Added replacement variables (FILE_ACTIVE_NAME and FILE_ACTIVE_NAME_BASE)

Fixes:

  • Fixes bug if root dir was changed and not re-activating atom-build
  • Fixes escape key-binding overriding others (e.g. find-and-replace)

v0.14.0

25 Oct 11:56
Compare
Choose a tag to compare

Changes:

Fixes:

  • Fixed bug which caused crash if atom <= 0.138.0

v0.13.0

23 Oct 19:38
Compare
Choose a tag to compare

Fixes:

  • Keep panel open if the build output is cleared (but not closed) #13

v0.12.0

22 Oct 20:38
Compare
Choose a tag to compare
Prepare 0.12.0 release

Layout redesign

08 Sep 18:07
Compare
Choose a tag to compare

Redesigned how the package looks.

It's now more integrated into Atom, building its own panel.
The panel can be visible at all times, or displayed when building is initiated (as it worked before).

It's also possible to increase the size of the build window on demand to get more display size which might be required when those pesky build errors arise.

Let me know what you think in the gitter chatroom!