strings.js
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "strings.js", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "A flexible, robust and powerful Javascript string manipulation library.", | ||
@@ -5,0 +5,0 @@ "main": "strings.min.js", |
@@ -87,2 +87,6 @@ strings.js | ||
// The included libs/tools. Most methods can be directly used from Strings, only a few specific overloaded methods. | ||
Types= require("strings.js").Types; | ||
Chars= require("strings.js").Chars; | ||
// When I have a little time available I will try to update the examples to have it more meaningful and elaborate. | ||
@@ -483,2 +487,8 @@ // For now, check the API, there's a lot more! | ||
**Strings.upper** | ||
> `<string> Strings.upper( <string> string, <string>/<number> args [args1, ..., argsN] )` | ||
**Strings.lower** | ||
> `<string> Strings.lower( <string> string, <string>/<number> args [args1, ..., argsN] )` | ||
**Strings.insert** | ||
@@ -609,2 +619,27 @@ > `<string> Strings.insert( <string>/<number> string, <string>/<number> index, <string>/<number> insertion )` | ||
**types.js** | ||
> The entire library is included in strings.js. Check the repo for general info and API. | ||
> The entire library is included in strings.js. Check the repo for general info and API. | ||
__________ | ||
change log | ||
========== | ||
**1.1.3** | ||
Added Jasmine tests for the static part of the library. The dynamic part was thorougly tested already, but I hope | ||
to add soon some tests for that as well. | ||
types.js included in strings.js is updated to the latest version now. | ||
Many little enhancements and a few minor bug fixes. | ||
Added: | ||
- Strings.get(). | ||
Removed: | ||
- Strings.force, as force is now implemented in types.js. Use Strings.forceString, or the other force'Types' | ||
from types.js. | ||
__________ |
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
342427
19
642
0