Releases: ndaidong/bellajs
Releases · ndaidong/bellajs
v6.4.1
18 Nov 04:49
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Merge pull request #59 from ndaidong/dev
Rebuild
v6.2.0
10 Nov 10:16
Compare
Sorry, something went wrong.
No results found
v6.0.1
07 Nov 10:49
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Merge pull request #26 from ndaidong/dev
Update README
v5.3.0
18 Jul 07:46
Compare
Sorry, something went wrong.
No results found
Remove Scheduler's APIs from BellaJS core. Now it's available as a separate module here .
v5.2.4
28 Jun 04:00
Compare
Sorry, something went wrong.
No results found
Rename .template() to .compile()
Remove debounce & throttle methods
v5.2.12
14 Jun 02:12
Compare
Sorry, something went wrong.
No results found
Merge pull request #13 from ndaidong/dev
v5.2.12
v5.2.0
13 Jun 09:59
Compare
Sorry, something went wrong.
No results found
No longer support Node.js older than v6.0.0
v5.1.3
07 May 12:53
Compare
Sorry, something went wrong.
No results found
Undeprecated .copies()
Remove .warn()