Changelogs

On this page:

app-string

app-string Change Logs

2018.3.25 Maintenance Release [2020-09-01]

Overview

  • 2 Bug Fixes
  • 2 Total Tickets

Bug Fixes

  • app-string:1.0.3-2018.3.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.3-2018.3.9 [08-06-2020] - Regex support added to the split method.

2018.3.24 Maintenance Release [2020-08-04]

Overview

  • 0 Total Tickets

2018.3.23 Maintenance Release [2020-07-07]

Overview

  • 0 Total Tickets

2018.3.22 Maintenance Release [2020-06-02]

Overview

  • 1 Chores
  • 1 Total Tickets

Chores

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

2018.3.21 Maintenance Release [2020-05-05]

Overview

  • 0 Total Tickets

2018.3.20 Maintenance Release [2020-04-07]

Overview

  • 0 Total Tickets

2018.3.19 Maintenance Release [2020-03-03]

Overview

  • 0 Total Tickets

2018.3.18 Maintenance Release [2020-02-04]

Overview

  • 1 Chores
  • 1 Total Tickets

Chores

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

2018.3.17 Maintenance Release [2019-12-03]

Overview

  • 2 Bug Fixes
  • 2 Total Tickets

Bug Fixes

  • app-string:1.0.3-2018.3.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.3-2018.3.5 [12-06-2019] - Updated descriptions and examples in pronghorn.json documentation.

2018.3.16 Maintenance Release [2019-11-05]

Overview

  • 1 Bug Fixes
  • 1 Total Tickets

Bug Fixes

  • app-string:1.0.3-2018.3.4 [11-07-2019] - Fixed URL route for app-string substring function.

2018.3.15 Maintenance Release [2019-10-01]

Overview

  • 0 Total Tickets

2018.3.14 Maintenance Release [2019-09-03]

Overview

  • 0 Total Tickets

2018.3.13 Maintenance Release [2019-08-06]

Overview

  • 1 Improvements
  • 1 Total Tickets

Improvements

  • app-string:1.0.3-2018.3.3 [07-23-2019] - Migrated from itential-ci to argo.

2018.3.12 Maintenance Release [2019-07-02]

Overview

  • 0 Total Tickets

2018.3.11 Maintenance Release [2019-06-04]

Overview

  • 0 Total Tickets

2018.3.10 Maintenance Release [2019-05-09]

Overview

  • 0 Total Tickets

2018.3.9 Maintenance Release [2019-04-01]

Overview

  • 2 Bug Fixes
  • 2 Total Tickets

Bug Fixes

  • app-string:1.0.3-2018.3.2 [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.3-2018.3.1 [03-21-2019] - Security: This app is now encoded before being released to customers.

2018.3.8 Maintenance Release [2019-03-04]

Overview

  • 0 Total Tickets

2018.3.7 Maintenance Release [2019-02-11]

Overview

  • 0 Total Tickets

2018.3.6 Maintenance Release [2019-01-25]

Overview

  • 0 Total Tickets

2018.3.5 Maintenance Release [2019-01-11]

Overview

  • 0 Total Tickets

2018.3.4 Maintenance Release [2019-01-04]

Overview

  • 0 Total Tickets

2018.3.3 Maintenance Release [2018-12-21]

Overview

  • 0 Total Tickets

2018.3.2 Maintenance Release [2018-12-14]

Overview

  • 0 Total Tickets

2018.3.1 Maintenance Release [2018-12-07]

Overview

  • 0 Total Tickets

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.