/JBee

A js library that I use sometimes.

Primary LanguageJavaScript

JBee

2020-07-31 -> 2021-07-13

A js library that I use sometimes.

It's basically a copy of js-extension-ling, but without the npm stuff.

I added more functions as well.

This is part of the universe framework.

Install

Using the planet installer via light-cli

lt install Ling.JBee

Using the uni command.

uni import Ling/JBee

Or just download it and place it where you want otherwise.

History Log

  • 1.1.9 -- 2021-07-13

    • fix forgot addOnResizeCallback implementation
  • 1.1.8 -- 2021-07-13

    • add addOnResizeCallback function
  • 1.1.7 -- 2021-07-11

    • add url_remove_params function
  • 1.1.6 -- 2021-05-31

    • Removing trailing plus in lpi-deps file (to work with Light_PlanetInstaller:2.0.0 api
  • 1.1.5 -- 2021-03-05

    • update README.md, add install alternative
  • 1.1.4 -- 2020-12-08

    • Fix lpi-deps not using natsort.
  • 1.1.3 -- 2020-12-04

    • Add lpi-deps.byml file
  • 1.1.2 -- 2020-11-24

    • add getValue function
  • 1.1.1 -- 2020-10-05

    • add convertHumanSizeToBytes function
  • 1.1.0 -- 2020-08-11

    • add isIntegerLike and isNumber functions
  • 1.0.1 -- 2020-07-31

    • fix doc
  • 1.0.0 -- 2020-07-31

    • initial commit