1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-03-01 00:35:28 +08:00
Commit Graph

194 Commits

Author SHA1 Message Date
dudaodong fcb3b97b45 doc: add docment and playground demo for v2.1.19 2023-04-18 15:21:03 +08:00
dudaodong 815791c0b6 Merge branch 'main' into v2 2023-04-17 15:28:37 +08:00
dudaodong a12a691ee6 release v2.1.19 2023-04-17 15:28:01 +08:00
dudaodong c3fad62d8c doc: update stream package document 2023-04-17 13:53:47 +08:00
dudaodong a8a96be21b doc: update doc for new added functions 2023-04-17 11:34:17 +08:00
dudaodong 98cdf1c040 Merge branch 'main' into v2 2023-04-17 10:38:28 +08:00
dudaodong 5b11a8b457 refactor: move typemap.go to maputil package and add document for it 2023-04-17 10:36:59 +08:00
Nothin d4a16534f2 add typemap (#85)
* [FEATURE] typemap, quick map any type to specified type

* [DOC] add more test case

---------

Co-authored-by: zhijian.chen <zhijian.chen@longsys.com>
2023-04-17 10:04:31 +08:00
dudaodong 90f9cad1ea update readme file 2023-04-07 15:23:34 +08:00
dudaodong 18f01ffd75 doc: update doc and example for validator 2023-04-06 10:46:31 +08:00
dudaodong 8bdd46bda4 doc: add play ground demo 2023-04-03 10:33:57 +08:00
dudaodong e29b56c3c3 release v2.1.18 2023-04-03 10:12:50 +08:00
dudaodong c357fc68c8 doc: update readme file for new feature 2023-04-03 10:12:13 +08:00
dudaodong f09e521783 doc: add go playground demo 2023-03-22 21:06:01 +08:00
dudaodong 04b79b3dfe release v2.1.17 2023-03-20 16:17:52 +08:00
dudaodong 302007ebdf doc: update readme file for new feature 2023-03-20 16:12:58 +08:00
dudaodong 71aa91a58d doc: add go playground demo 2023-03-01 11:39:27 +08:00
dudaodong 66efe61834 release v2.1.16 2023-03-01 10:08:53 +08:00
dudaodong 94f7f3e0e5 doc: add new function docs 2023-02-28 15:03:02 +08:00
dudaodong 572e53aa14 doc: add go playground demo for xerror package 2023-02-16 14:28:50 +08:00
dudaodong ca9ecb9c8a update go playground demo 2023-02-16 14:10:24 +08:00
dudaodong 8bf0786abe release v2.1.15 2023-02-16 12:02:34 +08:00
dudaodong dde8a41daf doc: update doc for xerror package 2023-02-15 14:41:41 +08:00
dudaodong c383719496 doc: add doc for DeepClone function 2023-02-12 19:24:56 +08:00
dudaodong 888381a06c doc: add drop and sort related function doc 2023-02-10 10:53:41 +08:00
dudaodong 9cd9d1aeb5 release v2.1.14 2023-02-06 17:42:13 +08:00
dudaodong 8e3911833d doc: normalize documents 2023-02-06 11:42:03 +08:00
dudaodong 9ffe96d3ef update readme file 2023-01-12 11:32:43 +08:00
dudaodong c85d910044 add playground demo 2023-01-09 11:02:41 +08:00
dudaodong 4b9b1d32c5 release v2.1.13 2023-01-08 20:45:43 +08:00
dudaodong 7380721ccc test&doc: add example and update doc for xerror package 2023-01-08 20:36:17 +08:00
dudaodong bc0ee08f38 test&doc: add example and update doc for datetime package 2023-01-08 20:16:04 +08:00
dudaodong b05a0a91c3 test&doc: add example and update doc for netutil package 2023-01-08 16:54:29 +08:00
dudaodong ad20159de2 doc: update doc for datastructure package 2023-01-08 15:41:59 +08:00
dudaodong 278733d3d1 Todo: add todo for playground demo of function 2023-01-07 18:27:07 +08:00
dudaodong 2f184907ff doc: update document for cryptor package 2023-01-07 18:18:23 +08:00
dudaodong cc68feb52d doc&test: add example and update doc for retry package 2023-01-07 14:22:07 +08:00
dudaodong ca2a51b37e test&doc: add example and update doc for function package 2023-01-06 17:12:32 +08:00
dudaodong e21dd07d46 doc: update doc for validator package 2023-01-06 14:14:00 +08:00
dudaodong d8505d1a5f doc: update doc for slice package 2023-01-05 14:49:30 +08:00
dudaodong 1de2e2cedd test: add examples for random package 2023-01-03 15:10:42 +08:00
dudaodong c8f8b1b7d9 doc: update doc for fileutil package 2023-01-03 14:33:29 +08:00
dudaodong 64d5486cc6 doc: add example and update doc for formatter package 2023-01-02 15:35:09 +08:00
dudaodong 6d57891f66 doc: update document for mathutil package 2023-01-02 15:19:47 +08:00
dudaodong 31fdbee0b5 doc: update document for maputil function 2023-01-02 14:21:23 +08:00
dudaodong 6d7dec1cea doc: update doc for convertor package 2023-01-01 22:00:23 +08:00
dudaodong 3ad6f4bd9e doc: update doc for condition package 2022-12-31 16:47:18 +08:00
dudaodong a6ba1028c5 doc: add example and update docment for channel 2022-12-31 13:35:44 +08:00
dudaodong 54834dba4c doc: update doc for system package 2022-12-30 14:28:49 +08:00
dudaodong 526e568d0e doc: add doc for Substring 2022-12-29 20:03:59 +08:00