Changelogs

On this page:

app-string

app-string Change Logs

2019.2.14 Maintenance Release [2020-09-01]

Overview

  • 2 Bug Fixes
  • 2 Total Tickets

Bug Fixes

  • app-string:1.1.4-2019.2.7 [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.1.4-2019.2.5 [08-06-2020] - Regex support added to the split method.

2019.2.13 Maintenance Release [2020-08-04]

Overview

  • 0 Total Tickets

2019.2.12 Maintenance Release [2020-07-07]

Overview

  • 0 Total Tickets

2019.2.11 Maintenance Release [2020-06-02]

Overview

  • 1 Chores
  • 1 Total Tickets

Chores

  • app-string:1.1.4-2019.2.4 [05-17-2020] - Updated allowed Node.js dependency.

2019.2.10 Maintenance Release [2020-05-05]

Overview

  • 0 Total Tickets

2019.2.9 Maintenance Release [2020-04-07]

Overview

  • 0 Total Tickets

2019.2.8 Maintenance Release [2020-03-03]

Overview

  • 0 Total Tickets

2019.2.7 Maintenance Release [2020-02-04]

Overview

  • 1 Chores
  • 1 Total Tickets

Chores

  • app-string:1.1.4-2019.2.3 [01-15-2020] - Updated repository url of repo.

2019.2.6 Maintenance Release [2020-01-14]

Overview

  • 0 Total Tickets

2019.2.5 Maintenance Release [2019-12-24]

Overview

  • 0 Total Tickets

2019.2.4 Maintenance Release [2019-12-03]

Overview

  • 2 Bug Fixes
  • 2 Total Tickets

Bug Fixes

  • app-string:1.1.4-2019.2.2 [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.1.4-2019.2.1 [12-06-2019] - Updated descriptions and examples in pronghorn.json documentation.

2019.2.3 Maintenance Release [2019-11-05]

Overview

  • 0 Total Tickets

2019.2.2 Maintenance Release [2019-10-01]

Overview

  • 0 Total Tickets

2019.2.1 Maintenance Release [2019-09-03]

Overview

  • 0 Total Tickets

2019.2 Feature Release [2019-08-20]

Overview

  • 2 Improvements
  • 5 Bug Fixes
  • 7 Total Tickets

Improvements

  • app-string:1.1.3 [07-23-2019] - Migrated from itential-ci to argo.
  • app-string:1.1.0 [04-24-2019] - Added JSON schema to pronghorn.json.

Bug Fixes

  • app-string:1.1.4-2019.2.0 [08-05-2019] - Pinned dependencies for release.
  • app-string:1.1.4 [07-29-2019] - Updated npmignore to exclude unencoded js files.
  • app-string:1.1.2 [06-16-2019] - Updated pronghorn.json file to conform to the schema present in the cytotox script.
  • app-string:1.1.1 [04-26-2019] - Error message no longer indicates index is optional.
  • app-string:1.0.7 [04-23-2019] - Updated the package.json path in GitLab.

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.
  • app-string:1.0.0 [12-01-2018] - Removed optional callback parameter check and add empty string check.