qsu 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/CHANGELOG.md +0 -44
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "qsu",
3
- "version": "1.0.6",
4
- "description": "Quick and Simple Utility for javascript",
3
+ "version": "1.0.7",
4
+ "description": "Quick and Simple Utility for JavaScript",
5
5
  "type": "module",
6
6
  "types": "dist/index.d.ts",
7
7
  "scripts": {
package/CHANGELOG.md DELETED
@@ -1,44 +0,0 @@
1
- # Change Log
2
-
3
- ## 1.0.6 (2022-07-24)
4
-
5
- - `isBotAgent`: Add `chrome-lighthouse` in bot lists
6
- - `split`: Fix incorrect return type
7
- - `isEqual`: Add new isEqual method
8
- - `isEqualStrict`: Add new isEqualStrict method
9
- - Import only the methods needed in the path and crypto module
10
-
11
- ## 1.0.5 (2022-06-23)
12
-
13
- - `contains`: When the length of the str parameter value of string type is 0, no error is thrown and false is returned
14
-
15
- ## 1.0.4 (2022-06-16)
16
- **NOTICE**: `convertDate` is no longer supported due to the removal of `moment` as a dependent module.
17
-
18
- The `today` method has changed its usage. We no longer support custom date formats.
19
-
20
- - `split`: Add new split method
21
- - `today`: Remove dependent modules, change parameters to use pure code
22
- - `convertDate`: Remove method
23
- - `encrypt`, `decrypt`: Add basic validation check (more fix)
24
-
25
- ## 1.0.3 (2022-05-24)
26
-
27
- - `encrypt`, `decrypt`: Add basic validation check
28
-
29
- ## 1.0.2 (2022-05-23)
30
-
31
- - `encrypt` `decrypt`: Add basic validation check
32
- - `strBlindRandom`: Override the deprecated substr method
33
-
34
- ## 1.0.1 (2022-05-12)
35
-
36
- - Minimize bundle size and clean up code
37
-
38
- ## 1.0.0 (2022-05-09)
39
-
40
- - First version release
41
-
42
- ## 0.0.1 ~ 0.5.5 (2021-03-16 ~ 2022-04-09)
43
-
44
- - This is for the Alpha release and is not recommended for use