v1.3.4
- Updated dependencies to fresh versions.
v1.3.3
- Fixed bug in interactive autocompletion.
v1.3.2
- Added function to make fixture.
v1.3.1
v1.3.0
- Added timestamp to stdout log.
- Added alias
coalesce
for defVal
.
- Fixed bug that
--help
didn't show help menu.
v1.2.9
- Fixed bug that autocompletion in debug mode didn't work for objects started with
$
.
- Provided help message customization in debug mode.
v1.2.8
v1.2.7
- Added function
each2each
to create combinations.
v1.2.6
- Destroy file stream on network error.
v1.2.5
- Destroy file stream on download error.
v1.2.4
v1.2.3
- Added download timeout option.
v1.2.2
- Fixed bug in download function in order to download only 200-response files.
v1.2.1
- Added function to download files.
v1.2.0
v1.1.9
v1.1.8
v1.1.7
- Added helper
textContains
.
- Added infrastructure scripts.
v1.1.6
- Added support for docstring style in
js
functions.
- Added helper
waitDuring
.
v1.1.5
v1.1.4
- Fixed bug that autocomplete didn't show full list of object properties.
v1.1.3
v1.1.2
- Fixed bug that
killProcs
killed current process.
v1.1.1
- Fixed bug that code completion showed variants which are started with numbers or contain non-alphanumeric symbols.
v1.1.0
- Fixed bugs, that it wasn't possible to assign variables and not all object properties and methods were shown.
v1.0.8
- Added interactive debugger.
v1.0.7
v1.0.6
v1.0.5
- Added functions
isInScene
and toKebab
.
v1.0.4
- Supports recursive json load if key
__parent
with path to parent json is specified in json file. Arguments config file supports __parent
key too.
v1.0.3
- Fixed bug, that internal module variable
logger
was defined only if global variable __glaceLogger
wasn't defined before.