Skip to content

Latest commit

 

History

History
95 lines (47 loc) · 3.8 KB

CHANGELOG.md

File metadata and controls

95 lines (47 loc) · 3.8 KB

Change Log

1.0.0 (2015-06-08)

Full Changelog

Implemented enhancements:

  • make compatible with erlang.mk and relx #17

Fixed bugs:

  • Export types in lasse_handler #28

  • Complete init callback definition #27

  • Change name to event #21

Closed issues:

  • proplists -> maps #29

Merged pull requests:

0.2.0 (2015-05-05)

Full Changelog

Implemented enhancements:

  • Send InitialEvents provided by the implementor after init() #14

Fixed bugs:

  • Add State to all possible tuples returned from Module:init() #13

Closed issues:

  • Change version of Cowboy #19

Merged pull requests:

  • [#25] new release 0.2.0 #26 (Euen)

  • Update LICENSE #24 (andresinaka)

  • Fix result handling of module:handle_error/3 #23 (stwind)

  • [fix #19] change version to 1.10.0 #20 (Euen)

  • [#14] Allow Initial Events to be sent on init. #16 (jfacorro)

  • [#13] Added State value to all return values of init() #15 (jfacorro)

0.1.0 (2014-06-18)

Implemented enhancements:

  • Additional Features #6

Closed issues:

  • Considerations from reading the Protocol RFC #10

  • Add Examples and Documentation #4

  • Add Tests #3

  • App Structure #2

  • Create an Initial Version #1

Merged pull requests:

  • [#10] Implemented missing features form the RFC #12 (jfacorro)

  • [#4] Added examples and updated the README with some documentation. #11 (jfacorro)

  • [#6] Implemented additional features and added tests #9 (jfacorro)

  • [#3] Created test suite for lasse. #8 (jfacorro)

  • [#2] App Structure #7 (jfacorro)

  • [#1] lasse_handler and related behavior implementation #5 (jfacorro)

* This Change Log was automatically generated by github_changelog_generator