Releases: nwitch/caps-rate
Releases · nwitch/caps-rate
3.0.0
3.0.0 (2023-10-25)
⚠ BREAKING CHANGES
- Node.js v16 is no longer supported.
Features
2.0.0
2.0.0 (2023-05-15)
⚠ BREAKING CHANGES
- The minimum supported Node.js version is now v16.
Features
1.0.3
- Added @xavi- to
package.json
- Added a missing semicolon
- Updated copyright year to 2014
- Dropped Node.js 0.6 testing
- #2: Switched to Travis's SVG badge
- #3: Switched to Gemnasium's SVG badge
1.0.2
- Ensured
0
is returned for empty strings.
- Removed unnecessary internal multiplication.
- Added IE7 support by using
String.prototype.charAt
.
1.0.1
- #1: Added support for accented characters. (@xavi-)
- Fixed bug where internal loop went a little too far.
- Ensured that cached lengths were being used everywhere.