Releases: Alpha4615/gibberish-detection
Releases · Alpha4615/gibberish-detection
1.1.1
1.1.1
- If test input string is falsey, (null/undefined/false), it will be coerced into a string. If derived test string does not end up as a type of string, it will throw an exception.
1.1.0
- Overhauled model building to properly sanitize string of noise and to build more accurate and useful models
- Replaced shipped model with newly built one from the training improvements
- Refactored caching system to use Maps instead of Array of objects.
- Refactored string tester to convert matrix into a map before iterating through each letter pair
- Added .editorconfig to enforce style requirements
- Properly documented module functions
- Cleaned up some code for better readability and efficiency
- Added some more samples of 'bad' and 'good small' for model training analysis.
Full Changelog: 1.1.0...1.1.1
1.1.0
- Overhauled model building to properly sanitize string of noise and to build more accurate and useful models
- Replaced shipped model with newly built one from the training improvements
- Refactored caching system to use Maps instead of Array of objects.
- Refactored string tester to convert matrix into a map before iterating through each letter pair
- Added .editorconfig to enforce style requirements
- Properly documented module functions
- Cleaned up some code for better readability and efficiency
- Added some more samples of 'bad' and 'good small' for model training analysis.
Dependency Changes
- Bump glob-parent from 5.1.1 to 5.1.2 by @dependabot in #4
- Bump pathval from 1.1.0 to 1.1.1 by @dependabot in #5
- Bump ansi-regex from 3.0.0 to 3.0.1 by @dependabot in #7
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #6
- Bump flat and mocha by @dependabot in #8
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #9
Full Changelog: 1.0.2...1.1.0
1.0.2
1.0.2
- Updating lodash (used in devDependancy mocha) to 4.17.21 to address security issue
- Updating y18n (used in devDependancy mocha) to 4.0.1 to address security issue
1.0.1
- Fixing typographical errors in documentation
- Updating lodash (used in devDependancy mocha) to 4.17.19 to address an NPM advisory