Skip to content

2019-03-25, Version 1.25.0

Compare
Choose a tag to compare
@whxaxes whxaxes released this 25 Mar 07:43
· 81 commits to master since this release
  • feat: config improvement.

support dot-prop in configuration

{
  "name": "app",
  "egg": {
    "tsHelper": {
      "watchDirs.model.enabled": false,
      "watchDirs.service": false,
      "watchDirs.dal": {
        "interface": "IDAL2"
      }
    }
  }
}
  • fix: directory of custom loader support array.
  • feat: optimize AutoInstanceType type