Skip to content

v5.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 05 Apr 07:22

Breaking for TypeScript users only:

  • Refactor TypeScript definition to CommonJS compatible export (#19) c07d884
    • You need to change import hasha from 'hasha'; to import hasha = require('hasha');

v4.0.1...v5.0.0