Releases: guiferviz/mnemocards
Releases · guiferviz/mnemocards
1.0.0b0
Added
- Improving docs.
- Functional test of examples.
Changed
- Readers are now independent tasks. Instead of having a File task that uses
readers we have a ReadCsv task, a ReadJson task... One per each format. This
removes a lot of complexity. - Paths are relative to the config file they are defined.