Skip to content

Releases: EFTEC/PdoOneORM

2.2

07 Jun 14:59
Compare
Choose a tag to compare
  • 2.2 2024-06-07
    • Update phpdoc using markdown without "php" because PHPStorm is not compatible with it.

2.1

02 Mar 13:19
Compare
Choose a tag to compare
2.1
  • 2.1 2024-03-02
    • Updating dependency to PHP 7.4. The extended support of PHP 7.2 ended 3 years ago.
    • Added more type hinting in the code.

2.0

13 Dec 11:18
Compare
Choose a tag to compare
2.0
  • 2.0 2023-12-13
    • Repo classes: Constant fields are now regular fields.
    • Why? Constants are a bit slow, but it also lacks of flexibility.
    • Example: (prev) CustomerRepo::TABLE, (now) CustomerREPO::$TABLE
    • Repositories classes must be regenerated.

1.3.1

13 Nov 11:34
Compare
Choose a tag to compare
  • 1.3.1 2023-11-13
    • Update some templates
    • It shows the table source when update() fails
  • 1.3 2023-09-02
    • [PdoOneORMCli] 1.9 fixed a bug not scanning.
    • Update composer.json dependency.

1.2.2

11 Aug 14:07
Compare
Choose a tag to compare
  • 1.2.2 2023-08-11
    • [PdoOneORMCli] 1.8.2 fixed a bug not scanning.
    • Update dependencies to eftec/pdoone 4.3

1.2.1

21 May 14:09
Compare
Choose a tag to compare
  • 1.2.1 2023-05-21
    • [PdoOneORMCli] 1.8.1 fixed a small bug in "configure per type"

1.2

08 Apr 02:40
Compare
Choose a tag to compare
1.2
  • 1.2 2023-04-7
    • [PdoOneORM] update for compatibility with PdoOne 4.2 and higher
    • [composer.json] PHPUnit reduced to 8.5 (PHP 7.2 compatible)
    • [PdoOneORMCli] 1.8 now configuration files are stored as PHP file instead of a json. Why? It is more flexible.

1.1

21 Mar 18:09
Compare
Choose a tag to compare
1.1
  • 1.1 2023-03-21
    • [PdoOneORMCli] 1.7 CLI menu updated using the new functionality of the menu from CliOne 1.26.1

1.0

11 Mar 22:46
Compare
Choose a tag to compare
1.0
  • 1.0 2023-03-11
  • First public version. This version is a split library from PdoOne.