Skip to content

v0.14.0

Compare
Choose a tag to compare
@dev-nicolaos dev-nicolaos released this 18 Jun 15:49
· 14 commits to main since this release
8f29805

Added

  • Build script to create executables
  • New trivia from
    • Ahsoka
    • The Clone Wars
    • Thrawn Ascendancy: Chaos Rising
    • Rebels
    • Dooku: Jedi Lost
    • Smuggler's Run
    • Light of the Jedi

Changed

  • Update target runtime (Deno) to v1.11.1 and dependencies (Deno Standard) to v0.99.0
  • Rewrite README.md
  • Scripts (run program, scaffold new trivia source file, build executables) are now written in TS to be run with Deno

Fixed

  • Add missing question marks to a few questions
  • Replace deprecated use of Deno.writeAllSync w/same function from Deno Standard Modules