All Versions
39
Latest Version
Avg Release Cycle
26 days
Latest Release
672 days ago

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.
    • ๐Ÿ“š 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 of getEncodingSync.
    • โšก๏ธ Updated base files and editions using boundation
  • v2.3.0 Changes

    November 07, 2018
  • v2.2.1 Changes

    January 24, 2018
    • Added missing development dependency
  • v2.2.0 Changes

    January 24, 2018
    • ๐Ÿ“ฆ Fixed invalid package.json error
    • โšก๏ธ Updated base files
  • v2.1.0 Changes

    May 10, 2016
  • v2.0.0 Changes

    May 02, 2016
    • Converted from CoffeeScript to JavaScript
    • ๐Ÿ›  Fixed getEncoding and isText 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
  • v1.0.0 Changes

    October 25, 2013