Skip to content

2018-05-07

Compare
Choose a tag to compare
@davazp davazp released this 08 May 18:51
· 346 commits to master since this release

Added

  • This CHANGELOG.md file
  • We have a logo!
  • Run text/x-common-lisp scripts #289
  • Experimental service worker-based synchronicity
  • Fix SYMBOL-FUNCTION and (SETF SYMBOL-FUNCTION) (98e2f0d)
  • Basic support for arrays with fill-pointers (c8af504)
  • defpackage supports :export #288
  • format directive ~C #303
  • Improved support for symbol property list
  • Add (SETF FIRST) and (SETF REST) (e122dc5)
  • Make the build reproducible (58beddf)
  • Exposes jscl.evaluateString from the jscl module #265

Fixed

  • floor returns multiple values #301
  • Documentation string and declaration parsing (0234901)
  • reduce for sequences of length 1 #261
  • (SETF GETHASH) #307
  • Many minor fixes