Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.5.0](https://github.com/tomshaw/mediable/compare/v1.4.0...v1.5.0) (2026-06-13)


### Features

* enhance type annotations and improve code clarity across multiple files ([c45d4ca](https://github.com/tomshaw/mediable/commit/c45d4ca15b8075bec87839fbd8b38cd76022bca7))
* implement garbage collection for hidden attachments and add tests ([e07d96a](https://github.com/tomshaw/mediable/commit/e07d96a508bd4e88d514ba5ec599154b8e9cd6f3))


### Bug Fixes

* normalize order direction in query method to ensure consistent sorting ([735b52c](https://github.com/tomshaw/mediable/commit/735b52c4b0b2887cfd70e4e66760683031568fbb))

## [1.4.0](https://github.com/tomshaw/mediable/compare/v1.3.0...v1.4.0) (2026-05-07)


Expand Down