Skip to content

1.0.0-beta.17

Pre-release
Pre-release
Compare
Choose a tag to compare
@jcubic jcubic released this 07 Jan 13:37
· 974 commits to master since this release
e812bf9

Breaking

  • chars are now not automatically unboxed to strings #233

Features

  • make bookmark REPL dockable #205
  • make Strings iterators that return characters
  • improve object literals #237
  • better error message with exception on invalid string literal
  • add non-standard with-input-from-string function

Bugfix

  • fix using performance object for older version of Node
  • fixing escaped symbols in CodeMirror
  • fix parsing strings #193
  • add proper error message to --> macro #200
  • fix performance.timeOrigin on Node 12 #207
  • fix string->list to handle longer code points
  • fix numerator and denominator #213
  • fix Map object repr
  • fix parsing regular expressions #238
  • fix exception when syntax-rule macro contain undefined
  • fix REPL clearing stdin when using read-line #253
  • add proper handling of Paste Brackets mode in REPL for NodeJS