Skip to content

Tags: WillFantom/nescript

Tags

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
WillFantom Will Fantom
chore: Change badge layout to match other nes repos

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
WillFantom Will Fantom
feat: Switched to a plugin-style model for eval

Move the evaluation logic to a subpackage, making way for supporting
more options than just expr for output evaulation

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
WillFantom Will Fantom
chore: Added dependabot config 🤖

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1 from WillFantom/executable

NEScript Update

v0.2.2

Toggle v0.2.2's commit message

Verified

This commit was signed with the committer’s verified signature.
WillFantom Will Fantom
chore: Added basic usage example

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
WillFantom Will Fantom
feat: Extended support for script outputs 📤

Scripts can now use ::set-output name=...:: rather than ::set-json::. JSON can still be outputted, so long as the type is set  (::set-output name=example type=json::{...}).

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
WillFantom Will Fantom
docs: Updated README to contain info on evaluation 📚

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was signed with the committer’s verified signature.
WillFantom Will Fantom
feat: Support bypassing all Script logic ↝

Remove the need to use Scripts at all if the raw script is not a
template. This can be done from a raw string, file contents, or a remote
script

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
WillFantom Will Fantom
fix: Use full link when using a http script 🔗

The HTTP GET call was only using the path, thus failing. It now uses the full URL provided

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
WillFantom Will Fantom
feat: Initial commit ✨