Skip to content

Releases: railslove/cmxl

v2.2

Choose a tag to compare

@janz93 janz93 released this 04 Feb 15:08
191c119

What's Changed

  • feat: enable header parsing as default by @janz93 in #66
  • fix: greedy regex for header parsing by @janz93 in #66
  • fix: support windows newlines on details parser by @janz93 in #66

Full Changelog: v2.1...v2.2

v2.1

Choose a tag to compare

@janz93 janz93 released this 28 Jan 14:10
10cf416

What's Changed

New Contributors

Full Changelog: v2.0...v2.1

v2.0

Choose a tag to compare

@janz93 janz93 released this 10 Jan 11:26
ad45764

What's Changed

New Contributors

Full Changelog: 1.5.0...v2.0

1.5.0

Choose a tag to compare

@bumi bumi released this 17 Jul 11:49

Changes

  • Fix deprecations in ruby 2.7 for kw params
  • Add transaction type 'S' to Field 61: Statement Line parser (#42)
  • Travis CI

1.4.1

Choose a tag to compare

@Uepsilon Uepsilon released this 18 Jun 13:37
  • [BUGFIX] changes entry date calculation for transaction
    Thanks to @grncdr

1.4.0

Choose a tag to compare

@Uepsilon Uepsilon released this 24 Jan 16:03
  • [FEATURE] adds ability to parse non-numerical tags (#23)
    Thanks to @prometh07

1.3.0

Choose a tag to compare

@Uepsilon Uepsilon released this 14 Jan 09:25
  • [FEATURE] adds MT942 compatibility

1.2.0

Choose a tag to compare

@Uepsilon Uepsilon released this 08 Oct 07:54
  • [FEATURE] strips mt940 header if configured (#9)
      Cmxl.config[:strip_headers] = true

1.1.1

Choose a tag to compare

@Uepsilon Uepsilon released this 24 Jul 11:27
  • [BUGFIX] prevents short bank references from swallowing supplementary details delimiter

1.0.0

Choose a tag to compare

@Uepsilon Uepsilon released this 03 Apr 12:50
  • [FEATURE] adds support for storno transactions (#14)
  • [NOTE] full backwards compatibility
  • [NOTE] same as release 0.2.2, fixing versioning