Releases: ndaidong/bellajs
Releases · ndaidong/bellajs
v12.0.1
26 Oct 09:07
Compare
Sorry, something went wrong.
No results found
Stop using native structuredClone
Improve randint method
v12.0.0
24 Jun 04:07
Compare
Sorry, something went wrong.
No results found
Deno first approach
Use TypeScript as default
Use DNT to build npm packges
Add scope to package: bellajs
--> @ndaidong/bellajs
Remove maybe
, isElement
v11.2.0
11 May 07:25
Compare
Sorry, something went wrong.
No results found
Stop building cjs version
Use webcrypto to generate random values
Update slugify function
Update eslint config
v11.1.3
23 Feb 04:22
Compare
Sorry, something went wrong.
No results found
Update deps
Remove support node < 18
Update CI config
Add tea.yaml
v11.1.2
28 Feb 14:21
Compare
Sorry, something went wrong.
No results found
change coding style (remove standardjs
)
update dependencies
v11.1.1
12 Oct 10:52
Compare
Sorry, something went wrong.
No results found
Remove crypto dependent parts
remove sha256, sha512 from v11.1.0
use regular method for randoming string/id
Keep support node 14 as before
v11.1.0
12 Oct 10:09
Compare
Sorry, something went wrong.
No results found
Note: This version does not work with vite/svelte. It will be deprecated.
Update genid()
to mix both crypto.getRandomValues()
and Math.random()
.
Update randint()
based on crypto.getRandomValues()
Add sha256()
and sha512()
methods
Stop support node < 15 (as missing crypto
util)
v11.0.7
16 Sep 08:37
Compare
Sorry, something went wrong.
No results found
v11.0.6
16 Sep 07:39
Compare
Sorry, something went wrong.
No results found
Improve string's methods: truncate
, stripTags
, stripAccent
...
v11.0.5
26 Aug 07:23
Compare
Sorry, something went wrong.
No results found
Replace unecessary global vars with function
Update dev dependencies