Skip to content

version 2.0.0 of php locator generator component released

I happy to announce the release of 2.0.0 of bazzlines locator generator component for php. Important changes are:

  • Generator.php now throws "InvalidArgumentException" instead of "RuntimeException
  • Generator now tries to create the provided directory if it does not exists
  • fixed issue 2
  • fixed issue 4
  • fixed issue 5
  • implement usage of php_component_cli_arguments
  • implement usage of php_component_command
  • fixed broken entry of "bin" in composer.json
  • renamed "bin/generalte_locator" to "bin/net_bazzline_generate_locator"
  • renamed "bin/generateLocator.php" to "bin/generate_locator"
  • renamed "example/[..]/run.php" to "example/[...]/run"
  • fixed issue 3
  • updated dependencies

version 1.4.1 of php locator generator component released

I happy to announce the release of 1.4.1 of bazzlines locator generator component for php. Important changes are:

  • removed dependency to apigen
  • implemented generation of "LocatorGeneratorInterface"
  • easy up usage of examples by adding command "execute_example"
  • added example for "method_name_without_namespace"
  • updated api
  • updated dependencies
  • easy up usage of examples (by adding a "run.php" in the directories
  • implemented "method_name_without_namespace" option in "FromPropelSchemaXmlAssembler" ("createMyTable" instead of "createMyNamespaceMyTable")
  • refactored Command
  • refactored FromArrayAssembler
  • refactored FromPropelSchemaXmlAssembler
  • fixed bug in propel name space FromPropelSchemaXmlAssembler
  • refactored FromPropelSchemaXmlAssembler
  • extended usage output
  • enhanced Command (absolute configuration paths are now supported)
  • fixed (stupid) broken unittest
  • fixed error in Command (check if "bootstrap_file" exists in configuration was not well implemented)
  • updated dependencies

version 1.1.0 of php locator generator component released

I happy to announce the release of 1.0.1 of bazzlines locator generator component for php. Important changes are:

  • enhanced Command
    • absolute configuration paths are now supported
  • fixed (stupid) broken unittest
  • fixed error in Command
    • check if "bootstrap_file" exists in configuration was not well implemented
  • updated dependencies

version 1.0.1 of php locator generator component released

I happy to announce the release of 1.0.1 of bazzlines locator generator component for php. Important changes are:

  • added api
  • fixed broken links
  • adapted composer.json project name
  • moved command logic into simple Command class
  • added check in "generateLocator.php" to validate if installed as composer component or not