Skip to content
This repository was archived by the owner on Jan 22, 2020. It is now read-only.

v1.0.1

Choose a tag to compare

@zlatanvasovic zlatanvasovic released this 17 Jan 11:14
· 125 commits to master since this release

🪲 Bug fixes

  • Rename ,gitignore to .gitignore

📀 Development fixes

  • Quote node version in .travis.yml so it isn't parsed as a float

🌟 Enhancements

  • Add comparision functions: percent.lt, percent.gt, percent.eq and percent.neq
  • Improve README
  • Add LICENSE.md to package.json files array
  • Improve percent.unsign, so it doesn't perform .match() on numbers anymore.
  • Improve return values
  • Reorder functions
  • Improve tests overall