Skip to content

Commit

Permalink
- Docs: Add CHANGES file
Browse files Browse the repository at this point in the history
- npm: Add npm-recommended `package-lock.json` file
- npm: Bump to 1.1.0
  • Loading branch information
brettz9 committed May 21, 2019
1 parent b926599 commit 7a50613
Show file tree
Hide file tree
Showing 3 changed files with 976 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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
Loading

0 comments on commit 7a50613

Please sign in to comment.