Skip to content

Releases: Mandala/node-repl

Node 4 Compatibility and Auto-Resolve Disabler

Choose a tag to compare

@adzil adzil released this 22 Nov 05:27

Fix compatibility with Node 4 and add .enable and .disable keyword to control the promise auto-resolve functionality

Fix NODE_ENV=production behavior

Choose a tag to compare

@adzil adzil released this 20 Nov 02:47

Add functionality to crash applicaiton when invoking RE-PL in production environment (NODE_ENV=production).

Node.js RE-PL first release

Choose a tag to compare

@adzil adzil released this 20 Nov 01:47

In this release, you can use REPL to stop current async operation with Promises or Generator Function and automatic promise resolution for better promise handling on terminal. See README.md for usage and more information.