Skip to content

Releases: tandrewnichols/indefinite

v2.2.1

14 Jan 15:41
Compare
Choose a tag to compare

Add the word "user" to the list of irregular words.

v2.2.0

03 Oct 15:16
Compare
Choose a tag to compare

Add support for numbers

v2.1.1

12 Feb 11:37
Compare
Choose a tag to compare

This release updates the documentation for using indefinite in the browser and adds the engines field to package.json.

v2.1.0

12 Feb 08:54
Compare
Choose a tag to compare

This release adds a browser target to package.json for bundling tools like rollup and webpack, as well as changing the output in dist to UMD format.

v2.0.4

21 Jan 03:36
Compare
Choose a tag to compare

This release fixes acronyms that start with consonants that are pronounced like vowels (F, H, L, M, N, R, S, and X).

v2.0.2

24 Dec 04:40
Compare
Choose a tag to compare

This release adds an irregular words list and attempts to return the correct article in cases where the normal article would be incorrect based on pronunciation.

v2.0.1

23 Dec 16:10
Compare
Choose a tag to compare

This release rebuilds dist files, which I forgot to do in 2.0.0. ☹️

v2.0.0

23 Dec 05:03
Compare
Choose a tag to compare

This release adds acronym checking to attempt to prevent incorrect article selection for words beginning with "u" where that "u" is pronounced long.

v1.0.1

24 Oct 17:53
Compare
Choose a tag to compare
  • Adds client side tests via karma
  • Adds the ability to capitalize the article by passing true as the second parameter