Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yafoo committed Feb 26, 2024
1 parent 77154fa commit 26ba018
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.10.0 / 2024-02-26
1. 类型文件位置调整及优化
2. 自动生成应用端类型文件(开启app_debug,并且根目录下存在jsconfig.json文件)
3. utils工具fs库方法优化,保留部分,其他方法建议使用fs.promises库
4. 系统级别调整,app类改为system,默认输出['system', 'error']级别的日志

# v0.9.0 / 2024-02-06
1. 支持jsdoc,完善vscode代码提示
2. 系统核心库app由对象改为class,使用const app = new App()
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A super simple lightweight NodeJS MVC framework(一个超级简单轻量的Nod
2. 系统类库、用户类库都支持自动加载、懒加载、自动生成单实例
3. 支持应用级、路由级、控制器级三级中间件,方便插件及二次开发
4. 支持单应用和多应用两种运行模式
5. jsdoc支持,完善vscode代码提示
5. 基于jsdoc,提供完整的代码提示。支持自动生成应用端jsdoc文件

### 项目地址

Expand Down
33 changes: 32 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jj.js",
"version": "0.9.0",
"version": "0.10.0",
"description": "A super simple lightweight NodeJS MVC framework(一个超级简单轻量的NodeJS MVC框架)",
"main": "jj.js",
"scripts": {},
Expand Down

0 comments on commit 26ba018

Please sign in to comment.