Skip to content

0.1.0

Compare
Choose a tag to compare
@c4spar c4spar released this 08 May 17:16
· 155 commits to main since this release
  • Revert "refactor: import from path instead of data url" (4ee4800, b99669e)

Features

  • add quote method to global space and remove cd from $ symbol (866793c)
  • add cd to global namespace (855a800)
  • escape template literal params (0bf5920)
  • add $.cd (9dafdfd)
  • add support for $.shell, execute from url and from stdin (c37e32b)

Bug Fixes

Code Refactoring

  • remove example file (247713a)
  • import from path instead of data url (ad6431a)
  • remove recursive imports (a8226a4)
  • refactor folder structure and add mod.ts file (907a7a1)
  • rename ProcessResult to ProcessOutput (9ce1a61)
  • use combined as error message (8e994b9)

Chore

Documentation Updates