Skip to content
Merged

Sync #42

Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
bump version to 0.2.1; update CHANGELOG
  • Loading branch information
zhangchunlin committed Oct 22, 2019
commit 1b303bf5fc5875d72c52c45ef56b672da40c9d28
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

- 0.2.1(2019-10-22)
- **apison-post: modify to be same with original apijson, just return "id" and "count", not other fields**
- apijson-table: fix key and title problem in viewedit_items
- apijson-viewedit: fix @role
- apijson-table: fix apijson-put and apijson-delete @role not work problem
- doc: add difference in tag parameter in apijson post/put
- **tests: add 97 test cases, and fix bugs found by tests**
- fix "NameError: name 'log' is not defined"
- fix py2/3 compatible
- fix issue #4 :"NameError: name 'UliwebError' is not defined"
- apijson-table: add hook_add, for customizing the add action in apijson-table component
- 0.2.0(2019-09-17)
- setup: add fix utf8 for reading file
- **fix json response structure to be same as original apijson api (java)**
Expand Down
2 changes: 1 addition & 1 deletion uliweb_apijson/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.2.0'
__version__ = '0.2.1'
__url__ = 'https://github.com/zhangchunlin/uliweb-apijson'
__author__ = 'Chunlin Zhang'
__email__ = 'zhangchunlin@gmail.com'