-
Notifications
You must be signed in to change notification settings - Fork 1
Version 1.0 #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Version 1.0 #32
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit a5d6cd2 Author: Jan Andrle <andrle.jan@centrum.cz> Date: Wed Jul 19 21:55:00 2023 +0200 separate `importRC` commit 7651d4a Author: Jan Andrle <andrle.jan@centrum.cz> Date: Thu Jul 13 16:35:20 2023 +0200 :bug: :rocket: Better errors commit 0954cfd Author: Jan Andrle <andrle.jan@centrum.cz> 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:
This was
linked to
issues
Mar 18, 2024
Closed
Closed
jaandrle
commented
Mar 25, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems OK
jaandrle
commented
Mar 26, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just better ci and examples in docs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
API changes 0.9 → 1.0
cyclicLoopfunction$.xdg.scriptrenamed to$.xdg.main$.stdin.*methods is alwaysShellString$.is_*/$.glob_optionsnow works as expected in all nodejsscript areas$.is_fatal= true; s.runA("exit 1")s.cd(".."); s.runA("pwd")$.nosed/$.noawk/$.nojqfetch()is used if running on node@18 (node-fetchis used as fallback for older node versions)$.readuses.read($.readis just an alias and may be removed in future versions)New features
nodejsscript --eval/nodejsscript --printnodejsscript --inspectnodejsscript --interactivenodejsscript --completionFixes
In general, this version fixes all the “glued parts” between libraries (ensures that everything works as the user would expect). Some issues were mentioned here https://github.com/jaandrle/nodejsscript/milestone/2.