Releases: tandrewnichols/indefinite
v2.2.1
Add the word "user" to the list of irregular words.
v2.2.0
Add support for numbers
v2.1.1
This release updates the documentation for using indefinite
in the browser and adds the engines field to package.json
.
v2.1.0
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
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
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
This release rebuilds dist files, which I forgot to do in 2.0.0.
v2.0.0
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
- Adds client side tests via karma
- Adds the ability to capitalize the article by passing
true
as the second parameter