Bare-script

Latest version: v3.0.16

Safety actively analyzes 688313 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 16

3.0.4

- [9d0dc0b](https://github.com/craigahobbs/bare-script/commit/9d0dc0b) - add dataValidate csv argument

3.0.3

- [a702690](https://github.com/craigahobbs/bare-script/commit/a702690) - datetime improvements

3.0.2

- [2303663](https://github.com/craigahobbs/bare-script/commit/2303663) - fix valueString for datetime - sign was reversed

3.0.1

- [2d4bda6](https://github.com/craigahobbs/bare-script/commit/2d4bda6) - datetime iso format now uses local timezone

3.0.0

- [6efffb9](https://github.com/craigahobbs/bare-script/commit/6efffb9) - bare-script 3.0

BareScript 3.0 includes backwards incompatible changes that make it easier to port BareScript to
other runtime platforms (namely [Python](https://github.com/craigahobbs/bare-script-py#readme)).
Most changes to the core language involve more consistent value, operator, and library function
behavior. The most notable changes are:

- [regexMatch](https://craigahobbs.github.io/bare-script-py/library/#var.vGroup='Regex'&regexmatch)
and [regexMatchAll](https://craigahobbs.github.io/bare-script-py/library/#var.vGroup='Regex'&regexmatchall)
now return a simplified match object. Numeric match groups are now strings (e.g. "0" instead of 0).

- [stringReplace](https://craigahobbs.github.io/bare-script-py/library/#var.vGroup='String'&stringreplace)
no longer accepts regular expressions. Instead, use
[regexReplace](https://craigahobbs.github.io/bare-script-py/library/#var.vGroup='Regex'&regexreplace).

- [stringSplit](https://craigahobbs.github.io/bare-script-py/library/#var.vGroup='String'&stringsplit)
no longer accepts regular expressions. Instead, use
[regexSplit](https://craigahobbs.github.io/bare-script-py/library/#var.vGroup='Regex'&regexsplit).

- [systemFetch](https://craigahobbs.github.io/bare-script-py/library/#var.vGroup='System'&systemfetch)
has a simplified interface and returns the resource text. If the resource is JSON, parse the response using
[jsonParse](https://craigahobbs.github.io/bare-script-py/library/#var.vGroup='JSON'&jsonparse).

2.3.2

- [6f69f59](https://github.com/craigahobbs/bare-script/commit/6f69f59) - rename bareDoc.js to baredoc.js

Page 3 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.