Skip to content

Releases: onmoon/money

doctrine/dbal 4 compatibility

07 Nov 22:42
2df9743
Compare
Choose a tag to compare
  • Bumped PHP requirement to 8.1 and added doctrine/dbal:4 compatibility to doctrine types

PHP 8.1 compatibility

11 Feb 12:03
230a865
Compare
Choose a tag to compare
  • Added compatibility with php v8.1
  • Added compatibility with doctrine/dbal v3
  • Added compatibility with thecodingmachine/safe v2

PHP 8.0

19 Oct 12:18
7173d65
Compare
Choose a tag to compare
  • Bumped PHP requirement to 8.0 and added compatibility (thanks @goffyara)
  • Migrated CI to Github Actions (and again thanks @goffyara)

PHP 7.4

05 Mar 13:31
5c57763
Compare
Choose a tag to compare
PHP 7.4 Pre-release
Pre-release

Added correct phpdoc typehint to named constructor

27 Feb 18:30
Compare
Choose a tag to compare
0.0.5

Added correct phpdoc typehint

Allowed Doctrine types to work with nullable values

21 Feb 15:38
Compare
Choose a tag to compare
0.0.4

Doctrine types can work with nullable values now

Fixed persistence error

21 Feb 15:12
Compare
Choose a tag to compare
Pre-release
0.0.3

Fixed missing properties during persistance of child classes

Fixed CI

20 Feb 18:10
Compare
Choose a tag to compare
Fixed CI Pre-release
Pre-release
0.0.2

Change PHP version for code style job in CI

First alpha release

20 Feb 17:38
Compare
Choose a tag to compare
First alpha release Pre-release
Pre-release
0.0.1

Finished implementation