Skip to content

v2.0.0

Compare
Choose a tag to compare
@Sheyne Sheyne released this 27 Feb 00:37

<a name"2.0.0">

2.0.0 (2017-02-27)

Bug Fixes

  • types: depend less externally on typescript (163ac0cb)

Features

  • Program: runArguments implemented (aae24642)
  • Value:
    • return Errors as CoreValues (25fb4b0c)
    • CoreValue exists and has a .value field (a25556d3)
  • checkJSON: a function to test types of arbitrary objects (5e9cb33a)

Breaking Changes

  • data->value

    (a25556d3)

  • some tests don't pass because they used to depend on internals of typescript

    (163ac0cb)