This repository was archived by the owner on Dec 3, 2025. It is now read-only.
Releases: webforge-labs/webforge
Releases · webforge-labs/webforge
1.8.0
- webforge release does not require liip/rmt to be installed in project
- GFunctionBody uses only an array for the function body (no strings and statements are allowed anymore)
- fix major and minor bugs in the CodeGenerator
- add a composer class file mapper that allows to read the files in create-test and create-class from the current installed project (not from the global installed projects)
1.7.x
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