Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Releases: BrosSquad/MicroORM

v0.1.5: Merge pull request #2 from BrosSquad/dusan

29 Jun 15:09
bab52ff
Compare
Choose a tag to compare

MicroORM Update

26 Jun 18:50
Compare
Choose a tag to compare

MicroORM

Breaking Changes:

  1. Namespace change from Dusan\MicroORM to BrosSquad\MicroORM

Minor Improvements

  1. Speeding up SQL delete statement

v0.1

24 Jun 10:42
Compare
Choose a tag to compare

MicroORM

Breaking change

  1. Changing the namespace from Dusan\PhpMvc\Database to Dusan\MicroORM

Minor changes

  1. Preparing for Php 7.4
  2. Removing dead code
  3. Adding more where* methods to FluentApi
  4. More type safety
  5. Performance improvements