app-string:1.0.6-2019.1.10 [08-22-2020] - Fixed bug in sliceString task that caused an empty string. Modified the endIndex to be undefined if parameter is left empty.
app-string:1.0.6-2019.1.9 [08-06-2020] - Regex support added to the split method.
app-string:1.0.6-2019.1.7 [01-15-2020] - Updated repository url of repo.
2019.1.8 Maintenance Release [2019-12-03]
Overview
2 Bug Fixes
2 Total Tickets
Bug Fixes
app-string:1.0.6-2019.1.6 [12-06-2019] - Fixed the way 'Search' function interprets the provided regular expression. Any valid JavaScript regular expression will be evaluated correctly by the endpoint.
app-string:1.0.6-2019.1.5 [12-06-2019] - Updated descriptions and examples in pronghorn.json documentation.
2019.1.7 Maintenance Release [2019-11-05]
Overview
0 Total Tickets
2019.1.6 Maintenance Release [2019-10-01]
Overview
0 Total Tickets
2019.1.5 Maintenance Release [2019-09-03]
Overview
0 Total Tickets
2019.1.4 Maintenance Release [2019-08-06]
Overview
1 Improvements
1 Total Tickets
Improvements
app-string:1.0.6-2019.1.4 [07-23-2019] - Migrated from itential-ci to argo.
2019.1.3 Maintenance Release [2019-07-02]
Overview
1 Bug Fixes
1 Total Tickets
Bug Fixes
app-string:1.0.6-2019.1.3 [06-16-2019] - Updated the pronghorn.json file to fit the schema in the cytotox script.
2019.1.2 Maintenance Release [2019-06-04]
Overview
0 Total Tickets
2019.1.1 Maintenance Release [2019-05-09]
Overview
1 Improvements
1 Bug Fixes
2 Total Tickets
Improvements
app-string:1.0.6-2019.1.1 [04-24-2019] - Added JSON schema to pronghorn.json.
Bug Fixes
app-string:1.0.6-2019.1.2 [04-26-2019] - Error message no longer says that index is optional.
2019.1 Feature Release [2019-04-02]
Overview
1 Improvements
4 Bug Fixes
5 Total Tickets
Improvements
app-string:1.0.6-2019.1.0 [03-29-2019] - Pinned dependencies for release.
Bug Fixes
app-string:1.0.6 [03-27-2019] - Added regex support for the STRING.replace method. Now supporting both type RegExp and String regular expressions with or without flags. Added error handling in every Catch-Callback block to allow tasks to error out correctly.
app-string:1.0.5 [03-26-2019] - Fixed URL route for app-string substring function.
app-string:1.0.5 [03-26-2019] - Fixed error handling for invalid user inputs.
app-string:1.0.4 [03-21-2019] - Enabled encoding as part of the build product.
2018.3 Feature Release [2018-12-05]
Overview
1 New Features
1 Improvements
3 Bug Fixes
5 Total Tickets
New Features
app-string:0.2.0 [08-02-2018] - Implement all Javascript String functions as workflow tasks.
Improvements
app-string:0.2.2 [09-24-2018] - Updated documentation to match MDN Web Docs.
Bug Fixes
app-string:1.0.2 [11-30-2018] - Replaced undefined str with first argument.
app-string:1.0.2 [11-30-2018] - Removed callback function check and added empty string check.