Skip to content

Releases: opendevtools/clearingnummer

v0.8.1

03 Nov 14:07
Compare
Choose a tag to compare

0.8.1 (2018-11-03)

Bug Fixes

v0.8.0

27 Jun 13:31
Compare
Choose a tag to compare

0.8.0 (2018-06-27)

Features

v0.7.0

28 May 06:38
Compare
Choose a tag to compare

0.7.0 (2018-05-28)

Features

TypeScript

07 Feb 19:32
Compare
Choose a tag to compare

Switched over to TypeScript, which highlighted some potential issues that are now fixed! ⭐

Update bank names

28 Oct 07:33
Compare
Choose a tag to compare

Fixed #7

Updates the bank name list according to the latest data from Swedish Bankers' Association.

Also restructured test to be more readable and test the full ranges of each bank (didn't surface any unseen errors phew!),

Thanks to @cupofjoakim for making me aware of the updated list!

Simplify code

14 Oct 06:42
Compare
Choose a tag to compare

Use the power of the recently added Babel build step to simplify the code.

  • Add tests for undefined and empty strings and throw errors where appropriate

Add Babel build step

04 Oct 10:44
Compare
Choose a tag to compare

Fix for IE11 not liking the ES2015 syntax.

Fixed issues

  • #6 - Broken in IE11

Bank name adjustments

01 Sep 13:53
Compare
Choose a tag to compare
  • #5 Adjusted some bank names (thanks to @fohlin)

Migrate tests

24 Jul 20:12
Compare
Choose a tag to compare

Migrate tests to Jest