|
| 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 |