Releases: eerojala/WordCount-API
Releases · eerojala/WordCount-API
WordCount-API v1.0.2
WordCount-API v1.0.1
- Fixed bug where some special characters resulted in being transformed into whitespace
- Now the API only accepts .txt files for the file
- Added cache eviction policy, cache holds a maximum of 10,000 invididual WordCounts (e.g. if you provide a file with amount = 2, 2 invividual WordCount entries will be saved to the cache)
- Improved error handling
WordCount-API v1.0
Initial release