Skip to content

Releases: rudimk/dua.js

v2.2.0

17 Jul 15:37
f53422b
Compare
Choose a tag to compare

This was a housekeeping release, to remove npm-insights and to address two CVEs with dependencies used by dua.js. For more details, refer to this PR: #15

Install using npm:
$ npm install [email protected]

v2.1.1

17 Jul 15:16
549905e
Compare
Choose a tag to compare

Basic updates to how translations work, as well as support for running tests on Travis.

Install using npm:
$ npm install [email protected]

[email protected]

24 Mar 11:03
Compare
Choose a tag to compare

This release adds an isCodeBlessed property to the Dua class - it checks if one's code is blessed.

Thanks @Phanatic for this one! :)

Install this release like so:

npm install [email protected]

[email protected]

24 Mar 08:41
Compare
Choose a tag to compare

This new release brings dua.js to a stable point.

  1. A new Dua class has been added, which is responsible for generating and exposing unique blessing IDs, as well as the eventual blessing message itself. The ID can now be accessed by the blessing-calling code, as was requested by someone on this HN thread.

Shoutout to @akashdeep-singh for this release.

Install this release from npm like so:

npm install [email protected]

[email protected]

24 Mar 05:58
Compare
Choose a tag to compare

This release further simplifies the core blessing generator, thanks to a PR by @shawndellysse.

Install this release:

npm install [email protected]

Alpha

24 Mar 03:57
Compare
Choose a tag to compare

Basic no-frills blessing generator.