Skip to content

Commit

Permalink
Add changelog (#5)
Browse files Browse the repository at this point in the history
* Add changelog

* Add rubygems badge
  • Loading branch information
jaimevelaz authored Oct 17, 2019
1 parent 995980e commit a710ce2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 2.0.1 (2019-10-17)

### Breaking Changes

- Drop Ruby support below 2.4.

### Bug fixes

-

### Enhancements

- Clean up dependencies

## 1.0.1 (2016-02-16)
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# Norma43 file parser

Norma43 is the standard format file to extract bank transactions from the SEPA (Single euro payments area), format details and content is described in the [Norma43 format](https://github.com/sequra/norma43_parser/blob/master/doc/cuaderno_43_-_junio_2012.pdf).
[![Gem Version](https://badge.fury.io/rb/norma43_parser.svg)](https://badge.fury.io/rb/norma43_parser)

Norma43 is the standard format file to extract bank transactions from the SEPA (Single euro payments area), format details and content is described in the [Norma43 format](https://github.com/sequra/norma43_parser/blob/master/doc/cuaderno_43_-_junio_2012.pdf).

## Usage

Include it in your Gemfile

```
gem 'norma43_parser', git: "git@github.com:sequra/norma43_parser.git"
```


```ruby
require "norma43"

Expand All @@ -25,7 +27,7 @@ The parser returns a Norma43 Document that may include multiple accounts.
accounts=[account1..accountN]
```

### Account
### Account

The account object has all the information described in the standard format and the transactions between **start_date** and **end_date**.

Expand Down

0 comments on commit a710ce2

Please sign in to comment.