Skip to content

Releases: qixin1991/web-zero

V0.1.16 bug fix for tpl.js

Choose a tag to compare

@qixin1991 qixin1991 released this 22 Feb 08:05

Bug fix for tpl.js

const tpl_app = require('./tpl_app'),
  ...
  tpl_dao = require('./tpl_dao'); // bug was here
  tpl_dao_mysql = require('./tpl_dao_mysql');

V0.1.15 Released!

V0.1.15 Released! Pre-release
Pre-release

Choose a tag to compare

@qixin1991 qixin1991 released this 22 Feb 07:54
  • Use async await to rebuild the index.js file.
  • Add tpl_mysql_dao.js template file. Support generate code for dao base on mysql.

Template files split

Template files split Pre-release
Pre-release

Choose a tag to compare

@qixin1991 qixin1991 released this 15 Feb 03:18
  • template/tpl.js => template/tpl_xxx.js
  • mongo.js bug fix
  • Ready for prodution