Skip to content

1.1.1

Latest

Choose a tag to compare

@Alpha4615 Alpha4615 released this 09 Jul 18:50
· 6 commits to master since this release

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