Skip to content

Releases: bjverde/sysgen

v1.6.0 - Create unit test classes

21 May 15:07
Compare
Choose a tag to compare

generated code stops using static methods to facilitate unit tests with PHPunit

Tests

  • Tests: 43
  • Assertions: 91

Main Changes

  • 🐛 #80 - Bug REST - Delete msg
  • 🐛 #81 - move folder tests
  • 🔨 #82 - Dao change to no static methods
  • 🔨 #83 - Class change to no static methods
  • 🔨 #84 - Form change to no static methods
  • 🔨 #85 - REST Controlles change to no static methods
  • 🔨 #86 - Create Tests with PHPUnit
  • 🔨 #87 - Rename folder classes to controllers

v1.5.0 - Include Help File

20 Apr 18:23
Compare
Choose a tag to compare

Main Changes:

  • 🔨 #63 - reponse JSON
  • 🔨 #65 - include help file
  • 🐛 #74 - Bug Minimum Version Fordin
  • 🐛 #76 - return without type
  • 🐛 #78 - namespaces not contratc

v1.4.0 - Generating ALL CRUD to API REST With Slim FrameWork

15 Apr 01:43
Compare
Choose a tag to compare

With Slim FrameWork to support API REST. Read the database and create the REST APIs

You choose the type of system that Generate:

  • FormDin - Web system HTML + JS + CSS
  • REST only With Slim FrameWork
  • FormDin + REST

Type API Generating

  • POST = Insert a new Record
  • PUT/ID = Update Record By ID
  • GET = Select ALL
  • GET/ID = Select By ID
  • DELETE/ID = Delete By ID

Main Changes

  • 🔨 #58 - create POST and PUT
  • 🔨 #60 - new commom skeleton
  • 🔨 #64 - new classe Message
  • 🔨 #66 - Show Close Button Windows = false
  • 🔨 #67 - Include Minimum Version Fordin
  • 🐛 #68 - Waring: Invalid argument
  • 🐛 #69 - Undefined index: KEY_TYPE
  • 🐛 #70 Notice: Undefined index: FkFieldsTableSelected

v1.3.0 - Generating API REST

02 Apr 04:26
Compare
Choose a tag to compare

With Slim FrameWork to support API REST. Read the database and create the REST APIs

You choose the type of system that Generate:

  • FormDin screen
  • REST only
  • FormDin + REST

Type API Generating

  • GET = Select ALL
  • GET/ID = Select By ID
  • DELETE/ID = Delete By ID

v1.2.0 - PSR1, PSR2

31 Mar 02:56
Compare
Choose a tag to compare

Create Respecting PSR-1, PSR-2

v1.1.0 - Generating Select or AutoComplete for FK

30 Mar 03:56
Compare
Choose a tag to compare

Generating fields Select or Autocomplete Scaffolding for FK. Selected by fk by fk.

Main changes

  • 🔨 #42 - Show number rows on grid
  • 🔨 #38 - Requeried minimum version of formDin
  • 🔨 #26 - Generating Autocomplete Scaffolding for FK
  • 🔨 #25 - Generating Select field for FK

v1.0.0 - Generating screens for views

03 Feb 23:16
Compare
Choose a tag to compare

Main changes

  • 🐛 #32 fixed icon menu
  • 🐛 #33 fixed label step 4
  • 🐛 #35 fixed sonar
  • 🔨 #36 - created Class and form for views
  • 🔨 #37 - created menus for views

v0.9.0

21 Nov 01:19
Compare
Choose a tag to compare

Changelog
#2
#13
#29

v 0.8.0

11 Sep 05:04
Compare
Choose a tag to compare
v0.8.0

:memo: new release v0.8.0

v 0.7.0 - Postgres

18 Jun 05:28
Compare
Choose a tag to compare

Works with Postgres v.10.4

To Work need FormDin 4.2.4 +