Ubiquity v2.3.12 Release Notes

Release Date: 2020-08-28 // over 3 years ago
  • โž• Added

    • Named db statements for async platforms
    • Rest events on insert and update BEFORE_INSERT = 'rest.before.insert' and BEFORE_UPDATE = 'rest.before.update'
    • insertGroups method (inserts in an implicit transaction)
    • quote options for PDO wrappers
    • ๐Ÿ‘ท ApplicationStorage for global variables with async platforms (Swoole, Workerman, ngx_php...)

    ๐Ÿ›  Fixed

    • ๐Ÿ‘€ [orm] oneToMany and manyToMany loading pb with 2.3.11 version see #145

    โœ… Tests

    • โž• Adding tests
    • increase of coverage to 73%.