Skip to content

Latest commit

 

History

History
53 lines (26 loc) · 3.03 KB

CHANGELOG.md

File metadata and controls

53 lines (26 loc) · 3.03 KB

Change Log

0.1.0 (2016-01-05)

Fixed bugs:

  • Fix compatibility with Erlang/OTP 18 #17

Merged pull requests:

  • Fixed ebus_handler to support handle_fun/1 #28 (cabol)

  • Fixed ebus_handler to allow create new handlers/pools receiving a fun… #23 (cabol)

  • Chat Example : Switching to cowboy 1.0 in order to support previous E… #22 (ferigis)

  • Chat Example : Unsubscribing from the channel when terminate #21 (ferigis)

  • Issue #17: replace function now/0 by os:timestamp/0, for compatibilit… #18 (cabol)

  • Adding Chat Example #15 (ferigis)

  • Fixes to ebus_pg2 module. #14 (cabol)

  • Refactoring functions: get_subscribers -> subscribers and get_channel… #13 (cabol)

  • Fixed 'ebus:sub/2,3' and 'ebus:unsub/2,3' to receive either a single … #12 (cabol)

  • Code Dialyzed. Added pool_hanler to pub_sub example. #11 (cabol)

  • Fixed indentation issue. #10 (cabol)

  • Cabol.version 0.1 #9 (cabol)

  • Fixed indentation in .app.src file from pub_sub example. Added image … #8 (cabol)

  • Fixed indentation. #7 (cabol)

  • Added pub_sub example. Fixed build files, updated erlang.mk. #6 (cabol)

  • Added rebar.config.script to fetch dependencies on-demand when using … #5 (cabol)

  • Added status function to ebus_handler module. Fixed README. #4 (cabol)

  • Fixed anonymous handler in ebus_handler. Fixed documentation. Added C… #3 (cabol)

  • Cabol.version 0.1 #2 (cabol)

  • Fixed README #1 (cabol)

* This Change Log was automatically generated by github_changelog_generator