Releases: knownout/lib
Releases · knownout/lib
0.1.1
Changelog:
- Fixed a huge number of problems and added new functionality
- Package readme update
- MakeElement now deprecated
Full Changelog: v0.0.6...v0.1.1
Installation:
Use npm
to add this package into your project...
npm add -D @knownout/lib
...or use yarn
:
yarn add --dev @knownout/lib
Note:
Now all available functions, classes and its description with usage can be found in the package README.md file
0.0.6-1
New functions (integrated with StringProcessor):
- cleanString (stringProcessor.clean): remove extra chars from string
- compareStrings (stringProcessor.compare): compare two strings with specific filters
Planned:
- calculateItemsWeight: calculate weight of strings array items based on another string (query)
Full Changelog: v0.0.5...v0.0.6
0.0.5
0.0.1-0
Initial release
npm
npm i -D @knownout/lib
yarn
yarn add --dev @knownout/lib
Full Changelog: https://github.com/re-knownout/lib/commits/v0.0.3