all-of-just

A single collection of all of Just utility functions in one single library

MIT License

Downloads
147
Stars
21
Committers
2
all-of-just - 1.1.0 Latest Release

Published by PuruVJ over 1 year ago

1.0.0: All packages now have TS support

1.1.0: Add just-random-integer

Full Changelog: https://github.com/PuruVJ/all-of-just/compare/1.17.0...1.1.0

all-of-just - 0.17.0

Published by PuruVJ over 2 years ago

all-of-just - ๐Ÿ”ฆ๐Ÿ‘ Avatar State - 0.16.0, 0.16.1, 0.16.2, 0.16.3

Published by PuruVJ almost 3 years ago

0.16.0, 0.16.1, 0.16.2, 0.16.3

Drop CJS Support
Update packages

Full Changelog: https://github.com/PuruVJ/all-of-just/compare/0.15.0...0.16.3

all-of-just - 0.15.0 - Umi

Published by PuruVJ almost 3 years ago

Add just-deep-map-values
Update all deps

Full Changelog: https://github.com/PuruVJ/all-of-just/compare/0.14.0...0.15.0

all-of-just - 0.14.0 - ๐ŸบPrincess

Published by PuruVJ almost 3 years ago

all-of-just - 0.13.1

Published by PuruVJ almost 3 years ago

Ship ESM outputs as .mjs files, fixing issue in Sveltekit

Full Changelog: https://github.com/PuruVJ/all-of-just/compare/0.12.0...0.13.1

all-of-just - 0.13.0 - Asano ๐Ÿ‘‘

Published by PuruVJ almost 3 years ago

Update all dependencies

Full Changelog: https://github.com/PuruVJ/all-of-just/compare/0.12.0...0.13.0

all-of-just - 0.12.0 - Tenzin ๐Ÿ’จ

Published by PuruVJ almost 3 years ago

all-of-just - 0.9.0 - Ubaba ๐Ÿ‘ต

Published by PuruVJ almost 3 years ago

Update dependencies

Fix some functions

Full Changelog: https://github.com/PuruVJ/all-of-just/compare/0.8.0...0.9.0

all-of-just - 0.8.1

Published by PuruVJ about 3 years ago

Update README

all-of-just - 0.8.0 - Haku

Published by PuruVJ about 3 years ago

Rename functions in objects module

primitive -> isPrimitive
empty -> isEmpty
circular -> isCircular

Full Changelog: https://github.com/PuruVJ/all-of-just/compare/0.7.0...0.8.0

all-of-just - 0.7.0

Published by PuruVJ about 3 years ago

Shared bundles. Earlier, all the submodules had huge files with no imports. This could cause code duplication if you imported same method, but one from main module, and from a submodule. Now, all the main methods are shared among all exported modules, reducing redundancy

Full Changelog: https://github.com/PuruVJ/all-of-just/compare/0.6.0...0.7.0

all-of-just - 0.6.0 - Chihiro

Published by PuruVJ about 3 years ago

  • Update just-left-pad to 2.2.0
  • Update just-memoize to 1.2.0

BREAKING CHANGE: Rename stdev to standardDeviation, owing to official deprecation of just-stdev

Full Changelog: https://github.com/PuruVJ/all-of-just/compare/0.5.1...0.6.0

all-of-just - 0.5.1

Published by PuruVJ about 3 years ago

  • Rename numbersPrime to numbersIsPrime in the main module
  • Rename prime to isPrime in /numbers module