Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

0.1.3

Compare
Choose a tag to compare
@jakemac53 jakemac53 released this 20 Mar 17:30
· 97 commits to master since this release
  • Add automatic intercepting of print calls and append them to
    response.output. This makes more libraries work out of the box, as printing
    would previously cause an error due to communication over stdin/stdout.
    • Note that using stdin/stdout directly will still cause an error, but that is
      less common.