Init Log at v 1.0.5.......
- Fixed issue with enclosers detection.
- For ease in scaling and development. I split most (important huge) methods across in the
utils
folder. Happy dev, happy you. :I - Improved Error detections and logs.
- Updated
README.md
, removing typos, and making it easier to read implementing hierarchy.
- A lot of dynamic requires is considered a red flag. I have at least resolved where possible.
- Fixed bug of kingchop not strongly detecting bad parameters.
- Fixed inconsistency in errors.
- Made error rending more efficient.
- Traversed
CHANGELOG.md
. - Corrected some typo in
README.md
.
- Added the advannced enclosers extractor function.
- Updated
README.md
. - Set folder for modularization, for easy development, for me. :)
- Fixed
levelUp
option not working by default. - changed
levelUp
method togravity
for easy learning. - Fixed
returnStatus
status property, that was negated by thelevelUp
option, and let's just say overally. - Added the
toSubSentence
method. - Improved
toWord
method vastly. - Improved
correctText
method. - Improved
toSentence
method overall. - Updated the
README.md
to showcase up-to-date changes. - Depreciated all version below
v1.0.6
, because of vast changes, and poor performance of previous versions.
- Fixed
correctText
method not working throughtoSentence
method, even when enabled. - Added the
levelUp
option. - Updated wrongly written README.md.
- Fixed other bugs.