Skip to content

Releases: paweljarosz/pigeon

1.3

02 Nov 00:50

Choose a tag to compare

Added possibility to define multiple possible types for each field in defined message, e.g. string|number|nil
Added Lua annotations.
Improved documentation

1.2

14 Oct 23:01

Choose a tag to compare

1.2

Added possibility to use another logger - Defold-Log by Insality.
Updated to Defold 1.9.3

1.1

10 Jan 11:18

Choose a tag to compare

1.1

January 2024

  • bugfix: pigeon.send() now correctly returns false, when no subscribers are subscribed to the given message and message is therfore not sent. Thanks to LaksVister for finding it out!

1.0

02 May 18:12

Choose a tag to compare

1.0

Pigeon 1.0 is a fully functional library that I use in my projects, documented and tested.