Skip to content

Latest commit

 

History

History
executable file
·
76 lines (56 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

executable file
·
76 lines (56 loc) · 1.62 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • New configuration file, to change which disk mailman should utilize

Changed

  • Utilize spatie/sheets to handle saving mails

Removed

  • CommonMark is no longer used to parse body

[1.2.0]

Added

  • New destroy route to delete mails
  • Ability to remove mails from the tool
  • Complie SCSS file resolving a 500-error (thanks @bjrnblm! - #19)

Changed

  • New sidebar icon
  • Split vue tool in to individual components
  • Timestamps are now displayed in [YYY-MM-DD HH:MM:SS] format

Removed

[1.1.0]

Added

Changed

  • Stored UUID's of mails are now orderd by time
  • Replaced mail driver with event listener

Removed

[1.0.2]

Added

  • Composer authentication files are now ignored.
  • phpstan is now a part of the build process

Changed

  • Compiled assets for production
  • General cleanup of code to raise quality
  • Cleaned up the CHANGELOG.md (this file)

Removed

[1.0.1]

Added

  • Fleshed out TravisCI process

Changed

  • Badges now properly reflect project status
  • Formatted javascript to fit definition of "pretty"

Removed

[1.0.0]

Added

  • Initial release
  • Initial project skeleton by Spatie
  • Initial inbox layout
  • Initial mail transporter
  • Initial mailman index and show endpoints.
  • Initials are JSS
  • Init
  • In it

Changed

Removed