Skip to content

Releases: ndaidong/bellajs

v6.4.1

18 Nov 04:49

Choose a tag to compare

  • 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.

v6.3.22

15 Nov 16:04

Choose a tag to compare

Merge pull request #59 from ndaidong/dev

Rebuild

v6.2.0

10 Nov 10:16

Choose a tag to compare

Latest stable version.

v6.0.1

07 Nov 10:49

Choose a tag to compare

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.

v5.4.1

13 Sep 16:18

Choose a tag to compare

Merge pull request #26 from ndaidong/dev

Update README

v5.3.0

18 Jul 07:46

Choose a tag to compare

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

v5.2.4

28 Jun 04:00

Choose a tag to compare

  • Rename .template() to .compile()
  • Remove debounce & throttle methods

v5.2.12

14 Jun 02:12

Choose a tag to compare

Merge pull request #13 from ndaidong/dev

v5.2.12

v5.2.0

13 Jun 09:59

Choose a tag to compare

  • No longer support Node.js older than v6.0.0

v5.1.3

07 May 12:53

Choose a tag to compare

  • Undeprecated .copies()
  • Remove .warn()