Skip to content

v2.0.0-alpha1 Release

Pre-release
Pre-release

Choose a tag to compare

@cbornhoft cbornhoft released this 26 Nov 04:12
· 185 commits to master since this release
dbc413d

This is a pre-release! Use at your own risk!

Major Changes

  • 2.0 drops all support for PHP 5.x
  • Added support for PHP 7.2

Code Improvements

  • Fluent is now fully compatible with PSR-4 autoloading standards
  • Added namespaces to all classes
  • Renamed and reorganized all classes and files
  • Ensure statement clauses are countable before attempting to count them (fixed for 7.2, as it warns against this)

Miscellaneous

  • Updated travis-ci config
  • Updated composer.json to match the current state of the repository
  • Updated readme