Skip to content

1.7.x

Compare
Choose a tag to compare
@pscheit pscheit released this 12 Nov 15:39
· 45 commits to master since this release

This new release adds some advanced methods to the project and package interface for directory locations.

Changelog

  • the Framework\Project interface was updated with new methods (configurationUpdate, defineDirectory, getNamespaceDirectory)
  • the Framework\Package\Package interface was update with new methods (defineDirectory)
  • AutoLoadInfo::getFiles is now AutoLoadInfo::getFilesInfos and returns the found prefix for each file

parts

  • installTestSuite is now TestSuite
  • CreateBootstrap is now Bootstrap

bugs

  • This release fixes several bugs with the code generator component
  • The conflict resolving mechanism for finding packages while create-class or create-tests has been changed and should be more stable now