@quenty/string
Advanced tools
Comparing version 3.2.0 to 3.2.1-canary.497.2df557a.0
@@ -6,2 +6,15 @@ # Change Log | ||
## [3.2.1-canary.497.2df557a.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/string@3.2.0...@quenty/string@3.2.1-canary.497.2df557a.0) (2024-09-20) | ||
### Bug Fixes | ||
* Rename `:gsub()` to `string.gsub` ([9a730cb](https://github.com/Quenty/NevermoreEngine/commit/9a730cbd7001706787c5e5db0efe2306b2234b3a)) | ||
* Rename `:sub()` to `string.sub` ([6874e06](https://github.com/Quenty/NevermoreEngine/commit/6874e06e456d7094a2d7f25a3a7b24a40d77fe3c)) | ||
* Rename `:upper()` to `string.upper` ([2df557a](https://github.com/Quenty/NevermoreEngine/commit/2df557a9a5463c2c7beb257ff9f7786ac8ad746a)) | ||
# [3.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/string@3.1.0...@quenty/string@3.2.0) (2024-05-09) | ||
@@ -8,0 +21,0 @@ |
{ | ||
"name": "@quenty/string", | ||
"version": "3.2.0", | ||
"version": "3.2.1-canary.497.2df557a.0", | ||
"description": "This module provides utility functions for strings", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "3fd5cdca3128bf34c8d9dfae1e92d62533b6e6f5" | ||
"gitHead": "2df557a9a5463c2c7beb257ff9f7786ac8ad746a" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10848
2