Skip to content

Releases: knownout/lib

0.1.1

11 May 05:20
Compare
Choose a tag to compare

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

22 Mar 14:59
Compare
Choose a tag to compare

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

22 Mar 14:55
Compare
Choose a tag to compare

Project configuration update and some rewrites

  • MakeElement class rewrite
  • Jest configuration update

0.0.1-0

20 Mar 16:01
Compare
Choose a tag to compare

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