Skip to content

v0.0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@mdr mdr released this 06 Jul 07:17
· 1115 commits to master since this release
  • Add provenance information to stack trace entries
  • Separate Object from Any
  • Object addition: { foo: 42 } + { bar: 100 }
  • Object field subtraction: { foo: 42 } - "foo"
  • Fix bugs in os.up and git.clone
  • Improve Ctrl-Space invocation assistance
  • Add compound assignment operators: +=, -=, *=, /=
  • Remember the most recent incomplete command as the last entry in history
  • Add a globals object, prevent infinite loops when toStringing cycles
  • Add Any.isA method