Releases: chinapnr/fishbase
Releases · chinapnr/fishbase
v1.1.10
v1.1.9
v1.1.8
v1.1.7
v1.1.6
- #192, data, add function fish_data.IdCard.get_cn_idcard(), fish_data.IdCard.get_note_by_province(), doc and unittest;
- #190, random, edit function fish_random.gen_float_by_range(), optimize;
- #152, random, edit function fish_common.GetMD5() fish_common.GetSha256() fish_common.splice_url_params() fish_common.sorted_list_from_dict() fish_common.is_contain_special_char() fish_common.if_any_elements_is_space() fish_common.remove_duplicate_elements() fish_common.sorted_objs_by_attr() fish_common.get_group_list_data() fish_common.if_any_elements_is_letter() fish_common.transform_hump_to_underline(), optimize;
- #204, random, edit function fish_random.gen_random_id_card(), fish_random.gen_random_address(), fish_random.gen_random_bank_card(), fish_random.gen_random_company_name(), fish_random.gen_random_float(), fish_random.gen_random_mobile(), fish_random.gen_random_name(),optimize;
- #200, random, edit function fish_random.gen_random_str(), optimize;
- #200, crypt, move fish_common.FishMD5 to fish_crypt.FishMD5(), move fish_common.Base64 to fish_crypt.Base64(), move fish_common.FishSha256 to fish_crypt.FishSha256()
v1.1.5
- #171, random, add function fish_random.gen_company_name(), doc and unittest;
- #165, random, add function fish_random.gen_id(), doc and unittest;
- #172, random, add function fish_random.gen_bank_card(), doc and unittest;
- #170, random, add function fish_random.gen_address(), doc and unittest;
- #173, random, add function fish_random.get_random_zone_name(), doc and unittest;
- #162, random, add function fish_random.gen_float_by_range(), doc and unittest;
- #166, random, add function fish_random.gen_mobile(), doc and unittest;
- #171, random, add function fish_random.gen_name(), doc and unittest;
- #163, random, add function fish_random.gen_string_by_range(), doc and unittest;
- #164, common, add function fish_date.GetRandomTime.gen_date_by_range(), doc and unittest;
- #142, common, edit function fish_date.GetRandomTime.gen_date_by_year(), doc and unittest;
v1.1.4
v1.1.3
- #137, data, add function fish_data.is_valid_id_number(), doc and unittest;
- #98, common, add function fish_common.yaml_conf_as_dict(), doc and unittest;
- #100, common, add class fish_common.GetSha256(), doc and unittest;
- #116, date, add class fish_date.FishDateTimeFormat(), doc and unittest;
- #80, common, add function fish_common.find_same_between_dicts(), doc and unittest;