Monarch 3.2.0
NEW: Added monarch.replace(screen_id, [options], [data], [callback]) which will replace the topmost screen with a new screen after transition out has completed
NEW: Added a new option sequential to the show() options. If the sequential flag is set Monarch will start loading the screen only after the previous screen finished transitioning out.