Skip to content
This repository was archived by the owner on Dec 3, 2025. It is now read-only.

Releases: webforge-labs/webforge

1.8.0

19 Dec 08:08

Choose a tag to compare

  • 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

12 Nov 15:39

Choose a tag to compare

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

1.7.0

12 Nov 15:18

Choose a tag to compare

see 1.7.2 for the real release notes