- fix: support node 20
- BREAKING CHANGE: drop support for ancient node versions (< 18)
- BREAKING CHANGE: drop support for ancient node versions (< 8)
- fix: support node 12
- other goodies, see #27
- lodash upgrade to v4.17.15
- fix: os-homedir related deprecation warning
- BREAKING CHANGE: drop support for old lodash version (3.x) and ancient node versions (< 6.x)
- BREAKING CHANGE: drop support for enabling strict mode via environment variable NODE_REPL_MODE
- fix: rli related deprecation warning
- lodash upgrade to v4.17.11
- added package-lock.json
- fix: install on windows (resolves #21)
- fix: all additional lodash versions are now stored in the folder extraneous (resolves #19)
- fix:
$ n_3 --fp
now throws as FP-mode does not exist in [email protected].
- fix: using tar.gz package to “manually” unpack lodash@3 instead of npm-install-version
- fix: bin entry n_3 was missing in package.json
- n_ additionally includes lodash@^3.10.1 selectable via
n_3
- n_ stores its session history under
~/.n_repl_history
- you can now enable FP mode via
$ n_ --fp
- you can now enable strict mode via
$ n_ --use_strict
or$ NODE_REPL_MODE=strict n_
in Node.js >= 4.x
- lodash upgrade to v4.0.0
- you can now define a custom special variable via
$ SPECIAL_VAR=my_var n_
(see #13) - added CHANGELOG.md