Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

41 lines (30 loc) · 1.34 KB

v0.5.0 (2017-04-12)

  • Updated left-sided return to be Either(Error) instead of Either(String)
  • Move from npm to yarn

v0.4.2 (2017-04-07)

  • Update locks to use files with updated mtime

v0.4.1 (2017-04-04)

  • Fix memory leak

v0.4.0 (2017-03-29)

  • Fix concurrency issues
  • Return Sanctuary Either

v0.3.2 (2017-03-22)

  • Fix mode upon directory and file creation

v0.3.1 (2017-03-06)

  • Fix not installed packages being passed to invalidators

v0.3.0 (2017-03-06)

  • Add custom invalidators
  • Update modules.export to export partially applied install with path and invalidator

v0.2.1 (2017-02-07)

  • Fix installation failures using latest version
  • Add explicit support for scoped packages

v0.2.0 (2017-02-07)

  • Add strict checking of package name and version
  • Add exported validName function
  • Add exported validVersion function

v0.1.0 (2017-02-07)

  • Update errors to return empty String instead of null

v0.0.1 (2017-02-06)

  • Fix missing await on rmdir upon error

v0.0.0 (2017-02-06)

  • Initial release