v1.1.0
Observer v1.1.0
- The destructor of subject now calls the disconnect of its observers in the reversed order the in which observers were connected.
- Refactored the connection handle.
- Made pg::invoke part of the public API.
- Added doxygen documentation for the public API.
- Changed the observer interface to allow custom observer types.