Skip to content

Releases: dmvdbrugge/csv2qif

Framework no more

07 Mar 22:02
Compare
Choose a tag to compare

Parable is dead, long live Parable!

This release switches out the (devvoh) Parable Framework, in favor of its successor: Parable PHP's standalone libraries. In our case mainly Parable Console, aided by Parable Di and Parable Event.

This does mean the commands can no longer be ran using vendor/bin/parable <command> and it therefore also means the removal of the command to convert the pre-v0.3 parable-based config to the v0.3 style yaml config.

This is also the first release since the project started to use actual issues and milestones, so the disclaimer in the readme which contained the todo's has been removed, and all todo's have been made into issues. The readme now has the output of the help command instead. So helpful.

Last but not least, some dependency updates, bugfixes, and a bit of cleanup 🚮

Yaml-based human-readable config

16 Sep 20:00
62821c5
Compare
Choose a tag to compare

Overhauls of config and rule system, see the new *.csv2qif.yml files.

Comes with a command to convert your config from the old to the new system

vendor/bin/parable config [--force]

This should greatly simplify writing of new rulesets 📝

Code Style All the things

08 Sep 11:24
Compare
Choose a tag to compare

This is more of a coder-release, it brings in php-cs-fixer. Prettier code ✨

UI is the new CLI

08 Sep 11:18
Compare
Choose a tag to compare

This (belated) release introduces the UI, provided you have ext-ui installed 😉

Belated "Initial" Release

08 Sep 11:11
Compare
Choose a tag to compare

This is basically the point just before the UI release 😜