Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 541 Bytes

HISTORY.md

File metadata and controls

21 lines (13 loc) · 541 Bytes

Changes

This file is a manually maintained list of changes for each release. Feel free to add your changes here when sending pull requests. Also send corrections if you spot any mistakes.

1.0.0

Breaking Changes

  • Updated codebase to ES20XX standards
  • Order of callbacks in shred is now swapped.
  • Name of options have changed from snake case to camel case

General Changes

  • Added linting
  • Added tests
  • Now following Air BnB code style

Enhancements

  • shred method now returns a Promise (supports async/await).