Releases: ackle-dev/pronouns.js
Releases · ackle-dev/pronouns.js
v3.3.3
v3.3.2
Full Changelog: v3.3.0...v3.3.2
v3.3.0
pronouns.js v3.3.0
npm i pronouns.js[@3.3.0]
Added support for browser
Suggested method: unpkg
<script src="https://unpkg.com/[email protected]/dist/webpack.js"></script>
Secondary method: jsdelivr
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
After that you are free to use the libray as follows:
...
<script>
// object destructuring - https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment
const { Pronoun, PronounCodes } = window.PronounsJS;
// ...do whatever
alert(
JSON.stringify(
new Pronoun(PronounCodes.theyThem).toJSON()
)
)
</script>
Full Changelog: v3.2.4...v3.3.0
v3.2.4
pronouns.js v3.2.4
Complete, beautiful docs at pronounsjs.akpi816218.repl.co/ and pronouns.js.org
Full Changelog: v3.2.2...v3.2.4
v3.2.2
v3.2.0
pronouns.js v3.2.0
- Added TypeScript type declarations
- Created documentation
What's Changed
- v3.0.0 (stable) by @akpi816218 in #1
New Contributors
- @akpi816218 made their first contribution in #1
Full Changelog: https://github.com/akpi816218/pronouns.js/commits/v3.2.0
Full Changelog: v3.0.0...v3.2.0