Skip to content

Releases: hwalde/database2code

Version 0.11.0 Beta

16 Mar 23:23
Compare
Choose a tag to compare

[0.11.0] - 2019-03-17

  • Added PHAR-support
  • Added support for column "nullable" information for code generation
  • Added namespaces-support for code generation
  • Added target php version can be specified for code generation
  • Small bugfixes and improvements

Version 0.10.0 Beta

16 Mar 18:34
Compare
Choose a tag to compare

[0.10.0] - 2019-03-16

  • Added third output template file "constants"
  • Added more mysql column types
  • Output-template can now access config values
  • Added console help text
  • Improved error handling
  • Added more unittests
  • Cleaned up code smells