Commit c4cff11
authored
Version 1.0 (#32)
* Dev mainly completion (#31)
* `njs` alias
* Squashed commit of the following:
commit a5d6cd2
Author: Jan Andrle <[email protected]>
Date: Wed Jul 19 21:55:00 2023 +0200
separate `importRC`
commit 7651d4a
Author: Jan Andrle <[email protected]>
Date: Thu Jul 13 16:35:20 2023 +0200
:bug: :rocket: Better errors
commit 0954cfd
Author: Jan Andrle <[email protected]>
Date: Thu Jul 13 15:57:09 2023 +0200
:bug: Fix error stack trace and process output
commit b2ecb4a
Author: github-actions[bot] <42103905+github-actions[bot]@users.noreply.github.com}>
Date: Thu Jun 15 17:13:37 2023 +0200
:sparkles: Upgrade and use css-in-console@v2-dev :recycle: NODEJSSCRIPTOPTS
commit 8c1e63c
Author: github-actions[bot] <42103905+github-actions[bot]@users.noreply.github.com}>
Date: Wed Jun 14 17:51:38 2023 +0200
:bug: print non-errors, temp scripts names, examples
commit 73da15a
Author: github-actions[bot] <42103905+github-actions[bot]@users.noreply.github.com}>
Date: Wed Jun 14 17:04:25 2023 +0200
:sparkles: nodejsscriptrc + related :broom:
* :boom: css-in-console@v2
* :sparkles: Add repl command
* :zap: :bug: Completion/Help and fixing runs, …
* :bug: mirror `$.is_*`, REPL
* :bug: :zap: Fix `cd` and `query`
* :zap: REPL completer + `$()` off options
* :bug: REPL completer, pwd
* :zap: Add new REPL commands for history and exiting and improve
completions
* :zap: Add completion for on demand scripts and related improvements
* :zap: added interactive mode and eval option to help text
* :zap: :cop: Separate REPL part
* :bug: :cop: various cli errors
* :bug: repl writer
* :bug: :cop: Bugs/issues relating to `shelljs.config` and cli
* :bug: fixing outdated examples
* :abc: :cop:/:zap: v1 docs/info and #15
* 🔤 added fold regions and better `njs --completion`
* 🔤 ⚡ Improve doc amd `--man`
* 🔤 man
* 🔤 examples for goods
* 🔤 ⚡ `--interactive`/`--inspect`/`*rc`
* 🔤 ⚡ 🐛
* 🔤 migrations moved
* 🔤 `njs -p`
* 🔤 “one–file”
* 🔤 included discussions in README
* 🔤 🐛 typos
* 🐛 no crash when `echo(s.echo())`
* ⚡ 🔤 making README.md more readable for contributing
* 🔤 one-p starting
* 🔤 improved `s.run`/`s.runA` docs and moved `node:*` sec. to goods
* 🔤 `--global-jsconfig`, examples
* 🔤 nodejsscriptrc docs: targets, error
* 🔤 ⚡ no-nodejsscript
* 🔤 how to find out config file
* ⚡ `njs --help` and help for subcommands
* 🔤 `njs --man` and `.mjs`/`.js`
* 🔤 📺 docs structure and generating improvements
* 🔤 `shjs`
* 🔤 please visit
* 🔤 shelljs overview and Shell* types
* 🔤 ⚡ `--man`→`--tldr`
* 🐛 REPL history and echo stderr
* 👮 🔤 echo example
* 🔤 `echo.use("-R…`/`echo(…`
* 👮 github workflows security and updates
* 🔤 🐛 better examples
* 🔤 Convention
* :zap 🔤 repl strict mode1 parent 86a8a95 commit c4cff11
File tree
77 files changed
+4622
-1162
lines changed- .github/workflows
- bin
- bs
- docs
- classes
- interfaces
- modules
- examples
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
77 files changed
+4622
-1162
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments