214 Commits

Author SHA1 Message Date
dependabot[bot]
787474ee48 Bump actions/setup-go from 5 to 6 (#116)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-10 15:10:43 +08:00
jefferyjob
2a234dfc75 优化支持 ErrUnsupported (#115) 2025-09-05 13:50:28 +08:00
dependabot[bot]
5008deca98 Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 (#114)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.11.0...v1.11.1)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-05 13:43:26 +08:00
jefferyjob
7c0e30770a update changelog (#113) 2025-08-29 17:02:23 +08:00
dependabot[bot]
ec41ff7c3f Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (#112)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-29 13:38:43 +08:00
jefferyjob
b059faa86c The default language of readme is Chinese (#111) 2025-08-22 11:08:13 +08:00
dependabot[bot]
dcf56bcee0 Bump actions/checkout from 4 to 5 (#110)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-19 09:56:26 +08:00
jefferyjob
627648d9a2 beta版本的ToStructBeta正式升级为 ToStruct (#109) 2025-08-16 20:52:20 +08:00
jefferyjob
c2cd2b2c81 del: 删除json转结构体老的方法 (#108) 2025-08-16 19:54:28 +08:00
jefferyjob
e438f475b4 Revert "Downgrade to go1.20 version (#105)" (#107)
This reverts commit 26a846d8b2.
2025-08-06 19:46:06 +08:00
jefferyjob
26a846d8b2 Downgrade to go1.20 version (#105) 2025-08-06 17:16:50 +08:00
jefferyjob
eb156f947a 支持Filter方法函数 (#104) v3.0.2 2025-07-31 09:40:41 +08:00
jefferyjob
41d82ec8ec Feature/0723 docs update (#103) 2025-07-23 19:07:35 +08:00
jefferyjob
11fdc4d3ca Feature/cut (#102) 2025-07-23 15:03:25 +08:00
jefferyjob
e7323b7144 三元运算符 (#101) v3.0.1 2025-07-23 11:15:03 +08:00
jefferyjob
334f8362f8 Update the document URL address (#100) 2025-07-23 09:50:57 +08:00
dependabot[bot]
1acf0ce0f0 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#99)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-14 19:40:29 +08:00
libin
4f281c4947 Unified package names (#98) 2025-07-11 10:18:22 +08:00
libin
dbb8bb13e9 toStruct稳定版和beta版合并 (#97) v3.0.0 2025-07-11 10:11:52 +08:00
libin
19ce00725c v3 change log (#96) 2025-07-11 10:04:39 +08:00
libin
8a9793b8a1 Feature/toStruct beta版本发布 (#95) 2025-07-11 09:57:06 +08:00
libin
e1378e8d56 升级到v3版本 (#94) 2025-07-08 15:26:54 +08:00
libin
20172967bd Feature/0708 docs (#93) v2.3.0 2025-07-08 11:19:36 +08:00
libin
c36cad7d1b 支持 ExtractKeys 和 ExtractValues 方法 (#92) 2025-07-08 11:15:28 +08:00
libin
f71f6c495b go 版本升级到 1.24 (#91) 2025-07-08 10:43:26 +08:00
libin
943d68e8a8 go workflow 升级到 1.24 (#90) 2025-07-08 10:36:20 +08:00
dependabot[bot]
5cc229e3a6 Bump codecov/codecov-action from 4 to 5 (#89)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-19 10:58:20 +08:00
libin
64a1ee6b7e 优化jsonUtil文档 (#87)
* 86 change log

* 优化jsonUtil文档

* 优化jsonUtil文档
2024-09-30 10:19:03 +08:00
libin
6231e924f7 codecov:Test Analytics (#86)
https://docs.codecov.com/docs/test-result-ingestion-beta#failed-test-reporting
2024-08-20 16:16:56 +08:00
libin
34373589ae Optimizing the IsDate method (#85)
* version log

* 1

* 1

* 1

* 1

* change log

* change log

* Optimizing the IsDate method

* version log

* unit tests

* unit tests
v2.2.4
2024-08-20 15:48:09 +08:00
libin
27dd105c1e Update to issue question form (#84) 2024-08-17 08:21:05 +08:00
libin
43a73909e9 feature: update issue template (#83) 2024-08-13 13:49:25 +08:00
libin
a723bd549f dependabot schedule interval weekly (#82) 2024-08-01 18:59:04 +08:00
libin
a59af60d9a Feature/cover unit test (#81) 2024-07-31 19:51:01 +08:00
libin
0990bbce4d jsonUtil Optimize the definition of var (#80) v2.2.3 2024-07-30 10:07:32 +08:00
libin
702107dd05 Optimize the definition of var (#79) v2.2.2 2024-07-13 16:27:30 +08:00
libin
ce676ac327 feat: 文档补充 (#78)
- 完善readme中文文档
2024-07-13 16:23:49 +08:00
libin
9f72a1e7ad feat: 增加了集合方法 差集、对称差集、交集 (#77) 2024-07-13 16:15:57 +08:00
libin
37d3ed1753 优化文档中存在的已知问题 (#76) v2.2.1 2024-06-20 16:55:23 +08:00
libin
126e2f0c84 v2.2.0 version log (#75)
Co-authored-by: libin <libin@zmexing.com>
v2.2.0
2024-06-20 16:02:18 +08:00
libin
d20be347b5 feat:开发新的方法 (#74)
ExtractKeys 切片字段提取
SliceToMap 切片转map
2024-06-20 15:09:54 +08:00
libin
6b6e32f2b0 v2.1.3 change version log (#73) v2.1.3 2024-04-08 11:05:16 +08:00
libin
3694f34c7a cryptoUtil 增加单元测试覆盖率 (#68) 2024-04-03 14:30:15 +08:00
libin
5a16cb3559 Feature/error code 迁移到各自的包下 (#67) 2024-04-03 11:00:09 +08:00
libin
b5654c2b4b Revert "fix: err code 迁移到各自的包下 (#65)" (#66)
This reverts commit ef397cab50.
2024-04-03 10:46:39 +08:00
libin
ef397cab50 fix: err code 迁移到各自的包下 (#65) 2024-04-03 10:37:59 +08:00
libin
0a5162c6ca fix: v2.1.2 change log (#64) v2.1.2 2024-04-03 10:17:49 +08:00
libin
d5e042f4b9 fix: Conflict Naming Modification (#63) 2024-03-15 13:33:34 +08:00
libin
230b885f70 Feature/cryptoUtil rsa (#62)
* feat: rsa crypto

* feat: update

* feat: TestGenerateRSAKeys

* feat: TestGenerateRSAKeysError
2024-03-15 13:00:19 +08:00
dependabot[bot]
1ee9ff4ba3 Bump codecov/codecov-action from 3 to 4 (#59)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-15 09:45:31 +08:00