Skip to content

Releases: ackle-dev/pronouns.js

v3.3.3

26 Jul 19:16
Compare
Choose a tag to compare
npm i pronouns.js[@latest]

Full Changelog: v3.3.2...v3.3.3

v3.3.2

26 Jun 19:07
1377af2
Compare
Choose a tag to compare

Full Changelog: v3.3.0...v3.3.2

v3.3.0

09 Jun 18:38
Compare
Choose a tag to compare

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

04 Jun 22:49
360a9cf
Compare
Choose a tag to compare

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

04 Jun 16:03
Compare
Choose a tag to compare

Added docs (site, source)
Full Changelog: v3.2.0...v3.2.2

v3.2.0

27 May 20:47
3d6827f
Compare
Choose a tag to compare

pronouns.js v3.2.0

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

v3.0.0

03 Mar 02:47
Compare
Choose a tag to compare