Skip to content

v0.26.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 May 02:26
0fcbb16

News

Behaviour change

  • jshell now exits by default making jshell and java runs behave the same. Use new flag --interactive to stay in the REPL/interactive mode.

New Features

  • Supports running twitter and carbon.now.sh urls. i.e. jbang https://twitter.com/maxandersen/status/1266904846239752192. This will extract text/source code from url html content using og:description meta header. If static main detected run as java otherwise as a jshell script.
  • Running url Gists without a username now works

Bug fixes