Releases: TheBigBrainsCompany/TbbcMoneyBundle
Releases · TheBigBrainsCompany/TbbcMoneyBundle
6.0.3
What's Changed
- Relax mongodb-odm constraints after listSearchIndexes exception resolution by @mustanggb in #184
Full Changelog: 6.0.2...6.0.3
6.0.2
What's Changed
- Fix
tbbc_money.pair_history_manager
service definition by @hhamon in #181 (revert ORM service is optional by @mustanggb in #180)
Full Changelog: 6.0.1...6.0.2
6.0.1
v.6.0.0
Versions from 6.0
2024-06-19 : updates for 6.0.0 version
New features
- Add support for MongoDB
- Add support for doctrine/orm 3 and doctrine/dbal 4
BC breaking changes
- Bumped minimum PHP version to PHP ^8.1
- Drop support for moneyphp/money < 4.5
- Drop
symfony/templating
and template function (use twig) - Make
PairManagerInterface
readonly in commands
Internal Developer things
- Migrate PHPUnit to version 10.
What's Changed
- feat: remove symfony/templating by @Chris53897 in #154
- feat: drop support for PHP < 8.1 by @Chris53897 in #162
- chore: small improvements by @Chris53897 in #169
- feat: make constructor parameter readonly for command by @Chris53897 in #168
- docs: improve format of code snippets by @Chris53897 in #167
- Add document storage by @mustanggb in #163
- Fix psalm errors by @mustanggb in #170
- docs: add infos to run tests local with mongoDB by @Chris53897 in #172
- feat: remove support for "moneyphp/money" < 4.5 by @Chris53897 in #173
- feat: support doctrine/orm 3 and doctrine/dbal 4 by @Chris53897 in #176
- Prepare for rc1 release by @johanwilfer in #178
- feat: fix deprecation for Extension by @Chris53897 in #179
New Contributors
- @mustanggb made their first contribution in #163
Full Changelog: 5.2.0...v.6.0.0
v6.0.0 release candidate 1
Versions from 6.0
2024-04-26 : updates for 6.0.0-rc1 version
New features
- Add support for MongoDB
- Add support for doctrine/orm 3 and doctrine/dbal 4
BC breaking changes
- Bumped minimum PHP version to PHP ^8.1
- Drop support for moneyphp/money < 4.5
- Drop
symfony/templating
and template function (use twig) - Make
PairManagerInterface
readonly in commands
Internal Developer things
- Migrate PHPUnit to version 10.
What's Changed
- feat: remove symfony/templating by @Chris53897 in #154
- feat: drop support for PHP < 8.1 by @Chris53897 in #162
- chore: small improvements by @Chris53897 in #169
- feat: make constructor parameter readonly for command by @Chris53897 in #168
- docs: improve format of code snippets by @Chris53897 in #167
- Add document storage by @mustanggb in #163
- Fix psalm errors by @mustanggb in #170
- docs: add infos to run tests local with mongoDB by @Chris53897 in #172
- feat: remove support for "moneyphp/money" < 4.5 by @Chris53897 in #173
- feat: support doctrine/orm 3 and doctrine/dbal 4 by @Chris53897 in #176
- Prepare for rc1 release by @johanwilfer in #178
New Contributors
- @mustanggb made their first contribution in #163
Full Changelog: 5.2.0...v6.0.0rc1
5.2.0
What's Changed
- docs: update links by @Chris53897 in #156
- docs: update readme for php 8 and php attributes by @Chris53897 in #157
- chore: add psalm return for transform() by @Chris53897 in #159
- chore: add throws annotation by @Chris53897 in #160
- feat: migrate travis to gh actions, allow phpunit10 by @Chris53897 in #151
- feat: improve ratio list command (add option "format") by @Chris53897 in #161
- Issue 164 - take away orm 3 support for now by @johanwilfer in #165
- feat: replace deprecated call to getVarcharTypeDeclarationSQL() by @Chris53897 in #158
New Contributors
- @Chris53897 made their first contribution in #156
Full Changelog: 5.0.5...5.2.0
5.1.0
5.0.4
What's Changed
- Use the Doctrine native column types (int) by @johanwilfer in #147
Full Changelog: 5.0.3...5.0.4
5.0.3
5.0.2
What's Changed
- Resolve concurrency issue by updating entites, based on latest version by @johanwilfer in #143
- Rebase of this: #132 by @johanwilfer in #144
Full Changelog: 5.0.1...5.0.2