Skip to content

Latest commit

History

History
175 lines (81 loc) 路 7.51 KB

NEWS.md

File metadata and controls

175 lines (81 loc) 路 7.51 KB

News

0.10.3 (2021-10-11)

Bug Fixes

  • Codec: Return Stencila entities (1e1adfc)

0.10.2 (2021-02-02)

Bug Fixes

  • Deps: Update Stencila Schema (6d44bd6)

0.10.1 (2021-02-02)

Bug Fixes

  • Encoding: Handle errors and supress warnings when decoding outputs (90a1b9a), closes #6
  • Server: Call own log (46a29ee)

0.10.0 (2020-12-23)

Bug Fixes

  • Codec: Skip some data.frame column types (48eb94b)

Features

  • Codec: Add row names as a new column (6fbab53)

0.9.0 (2020-10-01)

Bug Fixes

  • Deps: Upgrade Schema version (d4f4e5b)
  • Server: Reduce the size of debug log entries (fff41d8)

Features

  • Logging: Allow stack to be passed to error method (c375752)

0.8.1 (2020-09-10)

Bug Fixes

  • Interpreter: Group recordedplot outputs (0fe994d), closes #3

0.8.0 (2020-09-10)

Features

  • PipeServer: Remove unused server class (5001f4c)

0.7.1 (2020-08-14)

Bug Fixes

  • Improve serialization to/from JSON (3f148d3)

0.7.0 (2020-08-13)

Features

  • Interpreter: Allow setting of chunk options using comments (a53b19f)

0.6.0 (2020-08-11)

Bug Fixes

  • Messages: Send other messages to the log. (a91fe32)
  • Warnings: Send code chunk warning messages to log instead of output (dc4b19e)

Features

  • Interpreter: Handle fig.width and fig.height options (f721587)

0.5.2 (2020-05-17)

Bug Fixes

  • Logger: Fix spelling mistake in assignment of fallback (4095d67)

0.5.1 (2020-03-13)

Bug Fixes

  • Dependencies: Upgrade and pin to Schema 0.42.0 (f6decf7)

0.5.0 (2020-02-07)

Bug Fixes

  • JSON: Suppress warning in toJSON (c3cfc33)

Features

  • Codec: Add support for decoding more R types (f3ef158)
  • Decode: Add handling of table values. (35013a0)
  • Logger: Allow get / set of log handler (b8f3a6a)

0.4.1 (2020-02-06)

Bug Fixes

  • Decode: Remove incorrect use of graphics::replayPlot (ccbae8f), closes #1

0.4.0 (2020-02-05)

Bug Fixes

  • Interpreter: Upgrade to new schema API (1304994)
  • Interpreter: Use stencilaschema types (411c83b)
  • Package: Add necessary imports (c24b1a3)
  • Server: Add more logging (9ab15a0)

Features

  • Decoding: Add module for decoding R objects to nodes (c38f99c)

0.3.0 (2020-01-08)

Bug Fixes

Features

  • Message streams: Allow incoming stream to be non-blocking (e732df3)
  • Message streams: C++ implementation of length-prefixed message streams (c25cd97)
  • PipeServer: Add server using names pipes (5603a69)
  • tmp_dir: Add function to return OS-specific temporary directory (d77d7e1)

0.2.0 (2020-01-05)

Bug Fixes

  • StreamServer: Open error file on start() and close on stop() (5db990a)

Features

  • Server and Interpreter: Allow for receive and dispatch methods to be async (19f0c99)
  • Session state: Persist environment across calls to execute (56fc7f5)

0.1.2 (2020-01-03)

Bug Fixes

  • Releases: Configure committing of NEWS.md and DESCRIPTION. (40f2121)