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.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
<!-- generated by git-cliff -->