Skip to content

Commit

Permalink
add compareVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
saqqdy committed Jun 14, 2023
1 parent 426341a commit ebe9666
Show file tree
Hide file tree
Showing 10 changed files with 3,092 additions and 2,829 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# Change logs

## 2023.06.14 v4.7.0

1. add `compareVersion` [API Docs](https://www.saqqdy.com/js-cool/functions/compareVersion.html)
2. upgrade all packages

## 2023.06.06 v4.6.0

1. drop `textareaInsertText` & `textareaMoveToEnd`, If you still need to use it, we using [grace-textarea](https://github.com/saqqdy/grace-textarea)

## 2023.06.05 v4.5.0

1. add `inBrowser`
1. add `inBrowser` [API Docs](https://www.saqqdy.com/js-cool/functions/inBrowser.html)
2. some translate work
3. upgrade all packages

Expand Down
3 changes: 2 additions & 1 deletion README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ const functionList = {
windowSize, // windowSize获取窗口大小
getAppVersion, // 获取APP版本号
getOsVersion, // 获取手机系统版本
getIsAppVersionLastest, // 版本号大小对比
getIsAppVersionLastest, // 版本号大小对比(旧方法,下个大版本移除)
compareVersion, // 版本号大小对比
getDirParam, // 获取目录形式URL参数
getParameter, // 获取单个URL参数
getUrlParam, // 获取URL参数
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ const functionList = {
windowSize, // windowSize to get the window size
getAppVersion, // Get the app version number
getOsVersion, // get the system version of the phone
getIsAppVersionLastest, // compare the version number size
getIsAppVersionLastest, // compare the version number size(old function, will dorp in next major version)
compareVersion, // compare the version number size
getDirParam, // get the URL parameter in the form of a directory
getParameter, // Get a single URL parameter
getUrlParam, // Get URL parameters
Expand Down
Loading

0 comments on commit ebe9666

Please sign in to comment.