Changelog
1.6.1
path.resolve
changed to path.join
when possible. More rational path specifications. JavaScript files selection
removed from regular expression test (configuration.module.rules[0].test
and
configuration.module.rules[0].exclude
). JavaScript files selection
removed from regular expressions in the file 'jest.config.js' too.Changelog
1.6.0
Changelog
1.5.13
console.warn
and console.error
instead of console.log
.Changelog
1.5.12
configuration.mode = argv.mode
. Webpack configuration was hardcoded as
a factory.Changelog
1.5.11
Changelog
1.5.10
public static readonly
, followed by the class name in uppercase) was
set in each file by the literal numeric value in the files
'FunctionHandle.ts', 'CharString.ts' and 'Structure.ts'. This was necessary to
fix errors occurring in jest tests.Changelog
1.5.9
Changelog
1.5.8
Changelog
1.5.7
Changelog
1.5.6
CoreFunctions.throwInvalidCallError
(test
parameter) and
all CoreFunctions
methods that use it.