Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

37 lines (26 loc) · 1.39 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

2.3.0 - 2023-04-19

  • 🧰 Add support for custom route middleware through the configuration.
  • 🧰 Add support for nested file uploads and recursive directories.
  • 🛠 Clean up some types, add type for config.
  • 🛠 Fix some broken debug output.
  • 🛠 Optimize some file & path manipulation to use path
  • 🎁 Update dev dependencies

2.2.1 - 2023-04-04

  • 🎁 Update dev dependencies

2.2.0 - 2022-06-29

  • 🎁 Update multer to 1.4.5-lts.1
  • 🎁 Update dev dependencies

2.1.1 - 2022-05-29

  • 🥴 Versions got out of sync
  • 🧰 Add ESM Support
  • 🧰 Add explicit exports
  • 🎁 Update dev dependencies
  • 🎁 Update README badge URLs
  • 🧰 Created how directories are verified.

2.0.3 - 2020-11-15

  • 🎁 Update dev dependencies
  • 🎁 Update README badge URLs
  • 🧰 Change how types are made and rebuild types
  • 🧰 Created this file