Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

去除一部分向前兼容的函数 #263

Closed
wingfish opened this issue Mar 28, 2020 · 1 comment
Closed

去除一部分向前兼容的函数 #263

wingfish opened this issue Mar 28, 2020 · 1 comment
Assignees
Milestone

Comments

@wingfish
Copy link
Contributor

删除 common 中的 GetMD5()类,GetSha256()类,使用 fish_crypt 函数包中的函数替代;
删除 common 中的 splice_url_params() 函数,使用 join_url_params() 函数替代;
删除 common 中的 is_contain_special_char() 函数,使用 has_special_char() 函数替代;
删除 common 中的 if_any_elements_is_space() 函数,使用 has_space_element() 函数替代;
删除 common 中的 remove_duplicate_elements() 函数,使用 get_distinct_element() 函数替代;
删除 common 中的 transform_hump_to_underline() 函数,使用 camelcase_to_underline() 函数替代;
删除 common 中的 if_any_elements_is_letter() 函数,使用
删除 common 中的 get_random_str() 函数,使用 fish_random 函数包替代;

@wingfish wingfish added this to the v1.2 release milestone Mar 28, 2020
@wingfish wingfish self-assigned this Mar 28, 2020
@wingfish
Copy link
Contributor Author

unittest 中的警告暂时都删除,建议所有使用 fishbase 的程序使用最新版本,这部分函数不再考虑向前兼容。

wingfish added a commit that referenced this issue Mar 28, 2020
2020.3.28 v1.12, by David, 去除一部分向前兼容的函数, #263
@wingfish wingfish closed this as completed Apr 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant