bellajs

Lightweight util for your Node.js and browser apps

MIT License

Downloads
50.6K
Stars
11

Bot releases are hidden (Show)

bellajs - v9.2.1

Published by ndaidong almost 4 years ago

  • Update dependencies
  • Move CI to GitHub action, Codecov and SonarCloud
bellajs - v9.2.0

Published by ndaidong over 4 years ago

  • Fix sort(), sortBy() methods
  • Improve clone() method
bellajs - v9.1.0

Published by ndaidong over 4 years ago

  • Rename some date methods for more meaningful:
    • format() --> toDateString()
    • local() --> toLocalDateString()
    • utc() --> toUTCDateString()
    • relativize() --> toRelativeTime()
  • Add maybe() method that return a static variant of Maybe monad
  • Fix isElement() method to ensure that a boolean value returned
bellajs - v7.5.0

Published by ndaidong about 6 years ago

  • Switch to pure tap
  • No longer support old node version
  • Remove unavailable badges
bellajs - v7.2.1

Published by ndaidong over 6 years ago

bellajs - v7.1.0

Published by ndaidong over 7 years ago

  • Add curry, compose and pip methods
bellajs - v6.4.51

Published by ndaidong over 7 years ago

Last version that includes both stabilitize() and date(); since v7+, 2 methods would be split to standalone libs.

bellajs - v6.4.3

Published by ndaidong almost 8 years ago

  • Fix issue with numeric value in template data
bellajs - v6.4.1

Published by ndaidong almost 8 years ago

  • Change .date() APIs. Now it receive a unix timestamp or date value and return an object with the methods for manipulation.
  • Change complile() to template(), return an object with compile() method.
  • Make exported object as immutable. No longer accept overwrite.
bellajs - v6.3.22

Published by ndaidong almost 8 years ago

bellajs - v6.2.0

Published by ndaidong almost 8 years ago

Latest stable version.

bellajs - v6.0.1

Published by ndaidong almost 8 years ago

Since this version we can deal with immutable data by using new method stabilize.

We also added isUndefined method, while the method isDef has been removed.

The following methods have been removed:

  • strtolower
  • strtoupper
  • min
  • max
  • unique
  • contains
  • first
  • last
  • getIndex
  • getLastIndex
  • sort
  • shuffle
  • pick
  • empty
  • copies
  • clone

The methods for array manipulation are available after stabilizing the array instances.

bellajs - v5.4.1

Published by ndaidong about 8 years ago

bellajs - v5.3.0

Published by ndaidong over 8 years ago

  • Remove Scheduler's APIs from BellaJS core. Now it's available as a separate module here.
bellajs - v5.2.4

Published by ndaidong over 8 years ago

  • Rename .template() to .compile()
  • Remove debounce & throttle methods
bellajs - v5.2.12

Published by ndaidong over 8 years ago

bellajs - v5.2.0

Published by ndaidong over 8 years ago

  • No longer support Node.js older than v6.0.0
bellajs - v5.1.3

Published by ndaidong over 8 years ago

  • Undeprecated .copies()
  • Remove .warn()
bellajs - v5.1.2

Published by ndaidong over 8 years ago

Apr 29, 2016

  • Fix timestamp converting function in node.js v6.0.0 (refer: nodejs/node#6418)
bellajs - v5.1.1

Published by ndaidong over 8 years ago

Apr 26, 2016

  • Add repeat(), warn() methods
  • Improve clone() method to avoid reference
  • Mark copies() method as "is deprecated".
Package Rankings
Top 3.54% on Npmjs.org
Badges
Extracted from project README
CI test Coverage Status NPM JSR
Related Projects