Skip to content

0.5.0

Choose a tag to compare

@jansiegel jansiegel released this 15 Apr 10:07
· 467 commits to master since this release
6ec629b

Changed

  • Breaking change: A change to the type of value returned via serialization methods. (#617)
  • An input value should be preserved through serialization more precisely. (#617)
  • GPU.js constructor needs to be provided directly to engine configuration. (#355)
  • A deprecated config option vlookupThreshold has been removed. (#620)

Added

  • Added support for row and column reordering. (#343)
  • Added type inferrence for subtypes for number. (#313)
  • Added parsing of number literals containing '%' or currency symbol (default '$'). (#590)
  • Added ability to fallback to plain CPU implementation for functions that uses GPU.js (#355)

Fixed

  • Fixed minor issue. (#631)
  • Fixed a bug with serialization of some addresses after CRUDs. (#587)
  • Fixed a bug with MEDIAN function implementation. (#601)
  • Fixed a bug with copy-paste operation that could cause out of scope references (#591)
  • Fixed a bug with date parsing. (#614)
  • Fixed a bug where accent/case sensitivity was ignored for LOOKUPs. (#621)
  • Fixed a bug with handling of no time format/no date format scenarios. (#616)