Skip to content

Releases: appirio-digital/ezbake

Fix an issue where ezbake fails when run in a path containing a space

12 Dec 01:31
Compare
Choose a tag to compare

When running ezbake in a path that contains a space (such as when a username contains a space), ezbake would fail to execute. This issue is now resolved.

Use an Embedded NodeJS + Add new params to the prepare command

21 Nov 20:21
Compare
Choose a tag to compare

EZbake now uses an embedded version of Node (currently Node 8.12.0) to ensure more stable behavior.
There's a new --simple parameter that allows your project to skip the initial questions about name, email, and description
ProjectName now defaults to the Git origin repo's name if that's passed in as a parameter
The EZBake logo no longer shows with every command ... it only shows when ezbake is run without parameters

Increase timeouts and improve error messages

01 Oct 01:59
Compare
Choose a tag to compare

Timeouts increased to 20 seconds for most async commands, and 3 minutes for Git clone. Improved error messages in the event of timeouts.

Add timeouts and better error messages on ezbake prepare

17 Sep 22:02
Compare
Choose a tag to compare

Add timeouts of 5 seconds on several steps, and 30 seconds on Git clone. Improve error messages on timeout failures.

v3.5.3

05 Apr 00:01
Compare
Choose a tag to compare

Overview

  • Fixes applied by @abd3 for long folder names
  • Git processing fixes by @abd3

v3.5.2

24 Mar 07:46
Compare
Choose a tag to compare

Overview

PR's Merged:

Big ups to @abd3 and @gotoplanb for this release! 👏 🏅

v3.5.1

24 Oct 14:29
Compare
Choose a tag to compare

Overview

This is a maintenance release that sets up our Travis builds

v3.5.0

19 Oct 12:39
Compare
Choose a tag to compare

Overview

  • Adds ingredients support to destination in recipes. You may now prompt a user for a path to the destination of a recipe, so long as the template value corresponds with an ingredient
  • When creating recipes, a user will be prompted before staging git changes

v3.4.1

17 Oct 21:29
Compare
Choose a tag to compare

Overview

A minor patch fix that streams icing stdout in real-time instead of using execSync

v3.4.0

17 Oct 13:45
Compare
Choose a tag to compare

Overview

  • icing can now be enhanced with ingredients on both .ezbake/index.js and recipes
  • fileName variable is now a convention for recipes, no need to define it
  • Updated docs