Releases: noseglid/atom-build
Releases · noseglid/atom-build
v0.19.0
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
Changes:
- Show monospace in the build output
Fixes:
- Graceful error if build file (e.g.
.atom-build.json
) is syntactically incorrect.
v0.17.0
Changes:
- Updated README so the Gif is properly shown on the atom.io packages page
v0.16.0
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
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
Changes:
Fixes:
- Fixed bug which caused crash if atom <= 0.138.0
v0.13.0
Fixes:
- Keep panel open if the build output is cleared (but not closed) #13
Layout redesign
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!