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.

[0.2.1] - 2024-09-01

Added

  • Registry options in start_link args

[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.