Skip to content

2.0.0

Compare
Choose a tag to compare
@hrach hrach released this 21 Feb 10:50
· 548 commits to main since this release

Next major version 2.0.0 is out! 🍎 🎉

  • BC breaks:
    • minimal PHP version is 5.5 [c6b199b]
    • changed signature of IPlatform [91fe03f, fe3f3f8]
    • changed signature of IDriver, convertToSql() method was splitted [a28ba05]
    • changed behavior of %column[] and %table[] modifiers, no parenthesis are added, #31 [e433127]
  • New features:
    • Nette Extension: added support for multiple instances with autowired [bc406a8]
    • SqlProcessor: added %_like_ placeholder, #9 [00a1833]
    • SqlProcessor: added support for insert into table with all default values [96698e0]
    • Connection::queryArgs accepts only an array [7a3474a]
    • added QueryBuilder::getLimitOffsetClause() [2a89af2]
    • added IPlatform::getSequenceName() [91fe03f]
    • added IPlatform::getName() [fe3f3f8]
    • added CachedPlafom [ccbfd48]
  • See full commit changelog since version 1.1.