All Versions
39
Latest Version
Avg Release Cycle
26 days
Latest Release
672 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v2.4.0 Changes
January 20, 2019- ๐ Asynchronous methods now
try...catch
the synchronous methods to ensure an error from invalid inputs would be given to the callback.- Before they would not do any
try...catch
so if invalid inputs were given, the error would throw.
- Before they would not do any
- ๐ The JSDoc documentation has been updated for accuracy.
- It previously indicated that the return types of the sync methods could have been an error instance, this was incorrect, they would throw if received invalid inputs.
- It previously indicated that the result for of the async
getEncoding
callback was a boolean, this was incorrect, it would be the string result ofgetEncodingSync
.
- โก๏ธ Updated base files and editions using boundation
- ๐ Asynchronous methods now
-
v2.3.0 Changes
November 07, 2018- โ Ensure that textextensions and binaryextensions are the latest versions at the time of publishing
- โก๏ธ Updated base files and editions using boundation
-
v2.2.1 Changes
January 24, 2018- Added missing development dependency
-
v2.2.0 Changes
January 24, 2018- ๐ฆ Fixed invalid
package.json
error- Thanks to Sean for pull request #8
- โก๏ธ Updated base files
- ๐ฆ Fixed invalid
-
v2.1.0 Changes
May 10, 2016- ๐ Support v2 of textextensions and binaryextensions
-
v2.0.0 Changes
May 02, 2016- Converted from CoffeeScript to JavaScript
- ๐ Fixed
getEncoding
andisText
not handling errors correctly - Right-most extension takes preference, instead of left-most
- Thanks to Ian Sibner for pull request #5
- This has bumped the major as it changes the output result, which could potentially break some apps, despite the API remaining exactly the same
-
v1.0.2 Changes
January 16, 2015- ๐ Fixed build
- โ Added test for text files
-
v1.0.1 Changes
January 16, 2015- Cleaned up thanks to Shunnosuke Watanabe for pull request #2
-
v1.0.0 Changes
October 25, 2013- ๐ Initial release extracted from bal-util where it was introduced 2012 September 24.