Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 376 Bytes

CHANGES.md

File metadata and controls

16 lines (12 loc) · 376 Bytes

CHANGES for mdls

1.1.0

  • Fix: Allow for null values
  • Fix: Don't break on space characters in filenames
  • Enhancement: Return Promise
  • Enhancement: Support optional args
  • Refactoring: Switch to ES6 (const/let, for-of, destructuring); use strict
  • License: Rename to reflect type (MIT)
  • npm: Add test file to test script

1.0.0

  • Original version