Skip to content

Commit d05064a

Browse files
committed
demo: add user/password in document; add change log
1 parent 49475f5 commit d05064a

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
- 0.2.0(2019-09-17)
4+
- setup: add fix utf8 for reading file
5+
- **fix json response structure to be same as original apijson api (java)**
6+
- demo: use menu to display example list
7+
- **add association query support**
8+
- 0.1.3(2019-08-06)
9+
- demo: use admlte style layout
10+
- apijson-table: add sort support
11+
- apply_vars -> _apply_vars to avoid mapping to view; don't show db exception detail for security
12+
- apijson-viewedit: remove custom_tcolumns_render_generator in apijson-viewedit; add custom_viewedit_componet block
13+
- 0.1.2 (2019-05-27)
14+
- **add @expr support in apijson_get array**
15+
- more strict check with model name in get action; fix request_tag should get with tag not with model name
16+
- add vue component apijson-viewedit
17+
- apijson post/put/delete should get model name from request_tag setting; add NECESSARY support in _put_one
18+
- add functions.get_apijson_table
19+
- apijson-table: add custom_tcolumns_render_generator prop; deault component is input in add modal; add Notice top config
20+
- 0.1.1 (2019-05-07)
21+
- more strict check to tag_POST; support DISALLOW in apijson_put
22+
- fix DISALLOW and NECESSARY get wrongly problem
23+
- vue component apijson-table: change hook function names; change "type" to "component" in fields config; override modal footer, only cancel button; add checkbox render; add set deleted support
24+
- 0.1.0 (2019-04-02)
25+
- First workable release

demo/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ uliweb runserver
2121

2222
Then you can access http://localhost:8000 to try demo.
2323

24+
Users in demo for test: **admin**/**usera**/**userb**/**userc** , password: **123**
25+
2426
![](doc/imgs/demo_screenshot.png)

0 commit comments

Comments
 (0)