Releases: formal-php/access-layer
Releases · formal-php/access-layer
5.1.0
5.0.0
What's Changed
- Next major release by @Baptouuuu in #18
- Add
NoDiscardattributes by @Baptouuuu in #19 - Add extensive CI by @Baptouuuu in #20
Full Changelog: 4.2.0...5.0.0
4.2.0
4.1.0
4.0.0
3.0.0
Added
Formal\AccessLayer\DriverFormal\AccessLayer\Query\MultipleInsertFormal\AccessLayer\Table\Column\Type::uuid()Formal\AccessLayer\Table\Column\Type::bool()Formal\AccessLayer\Connection\Lazy::of()Formal\AccessLayer\Row::new()Formal\AccessLayer\Row\Value::of()
Changed
- Requires
innmind/specification:~4.1 Formal\AccessLayer\Query::sql()now has aDriverargumentFormal\AccessLayer\Query\Insert::into()only accepts 1Row, for multiple rows useMultipleInsertinsteadFormal\AccessLayer\Connection\Lazyconstructor is now private, use::of()insteadFormal\AccessLayer\Rowconstructor is now private, use::new()insteadFormal\AccessLayer\Row\Valueconstructor is now private, use::of()insteadFormal\AccessLayer\Table\Columnconstructor is now private, use::of()insteadFormal\AccessLayer\Table\Column\Nameconstructor is now private, use::of()insteadFormal\AccessLayer\Table\Nameconstructor is now private, use::of()instead
Removed
Formal\AccessLayer\Query\Delete::join()Formal\AccessLayer\Query\Update::join()