Skip to content

Releases: leifg/formulon

v2.3.0

31 May 21:13
Compare
Choose a tag to compare

<a name"2.3.0">

2.3.0 (2016-05-31)

Features

  • implement single quote character (dc9792cc, closes #95)

v2.2.1

11 May 15:57
Compare
Choose a tag to compare

<a name"2.2.1">

2.2.1 (2016-05-11)

Bug Fixes

  • give addition a higher priority than logical operations (2a17b79d)
  • separate between comparison and concatination (5f65ae7b, closes #98)

v2.2.0

14 Apr 21:46
Compare
Choose a tag to compare

<a name"2.2.0">

2.2.0 (2016-04-14)

Features

v2.1.0

14 Apr 21:31
Compare
Choose a tag to compare

<a name"2.1.0">

2.1.0 (2016-04-14)

Features

v2.0.0

09 Apr 19:43
Compare
Choose a tag to compare

<a name"2.0.0">

2.0.0 (2016-04-09)

Features

  • coerce text according to options (ee9e8eec)
  • coerce numbers into correct scale (c21b3f28)

Breaking Changes

  • before:
parse('text', {text: {type: 'literal', dataType: 'text', value: 'first
second', options: {length: 1, scale 0}}})
// first second

after:

parse('text', {text: {type: 'literal', dataType: 'text', value: 'first
second', options: {length: 1, scale 0}}})
// first

(ee9e8eec)

before:

parse('variable * 2', {variable: {type: 'literal', dataType: 'number',
value: 1.5, options: {length: 1, scale 0}}})
// 3

after:

parse('variable * 2', {variable: {type: 'literal', dataType: 'number',
value: 1.5, options: {length: 1, scale 0}}})
// 2

(c21b3f28)

v1.0.1

09 Apr 10:06
b5cec31
Compare
Choose a tag to compare

<a name"1.0.1">

1.0.1 (2016-04-09)

Bug Fixes

v1.0.0

09 Apr 09:45
3917a7b
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2016-04-09)

Bug Fixes

  • check empty directory lib in (cacd7cfc)

Features

  • enable semantic release (3917a7b4)
  • make identifiers parameter optional (9362345f)

v0.0.1

03 Apr 08:53
Compare
Choose a tag to compare
remove debug output