Packages
TimeQueue is a simple functional timer queue (no processes, no messaging, no erlang timers), serializable, based on a single list of maps.
Current section
Files
Jump to
Current section
Files
time_queue
CHANGELOG.md
CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
## [1.2.3] - 2026-05-29
### ⚙️ Miscellaneous Tasks
- Fixed Compilation warnings for Elixir 1.20
## [1.2.2] - 2025-11-23
### ⚙️ Miscellaneous Tasks
- Maintenance release
## [1.2.1] - 2025-05-13
### ⚙️ Miscellaneous Tasks
- Update dependabot config (#5)
- Update CI config (#6)
- Refactor time-interval formatting
- Suppress dialyzer warnings
- Update dependabot config (#11)
- Update Elixir Github workflow (#19)
## [1.2.0] - 2024-09-26
### 🚀 Features
- Added stream/1 function
### ⚙️ Miscellaneous Tasks
- Update version in readme
- Upgrade dependencies
## [1.1.1] - 2023-11-22
### 🚀 Features
- Added the timestamp/1 function that returns the absolute time of an event
## [1.1.0] - 2023-11-22
### ⚙️ Miscellaneous Tasks
- Removed deprecated pop_entry and peek_entry
- Use mix_version for versioning
## [0.6.0] - 2020-08-02