Packages

A lightweight event router for Elixir with hierarchical topics, filtering, and observable delivery.

Current section

Files

Jump to
pub_subx CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.2.0] - 2024-09-01
### Changed
- PubSubx methods to specify pubsub process at first
### Added
- PubSubx.Auto mod for easier usage
- more docs
## [0.1.2] - 2024-09-01
### Added
- Comprehensive module documentation for `PubSubx`, including detailed explanations of functions and usage examples.
- A `README.md` with an overview of the project, installation instructions, usage examples, and contribution guidelines.
- A `CHANGELOG.md` to track changes to the project.
## [0.1.1] - 2022-12-02
### Added
- Initial implementation of the `PubSubx` library, providing basic publish-subscribe functionality.
- Core features:
- Topic subscription and unsubscription.
- Message publishing to topics.
- Listing of subscribers and topics.
- Automatic cleanup of subscriptions when processes terminate.