Releases: rudimk/dua.js
Releases · rudimk/dua.js
v2.2.0
v2.1.1
Basic updates to how translations work, as well as support for running tests on Travis.
Install using npm
:
$ npm install [email protected]
[email protected]
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]
This new release brings dua.js to a stable point.
- 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]
This release further simplifies the core blessing generator, thanks to a PR by @shawndellysse.
Install this release:
npm install [email protected]