Skip to content

Latest commit

 

History

History
127 lines (85 loc) · 7.19 KB

CHANGELOG.md

File metadata and controls

127 lines (85 loc) · 7.19 KB

Change Log

1.2.0 (2018-05-13)

Full Changelog

Closed issues:

  • Move the example to compile with rebar3 instead Erlang.mk #54
  • Examples doesn't work #45

Merged pull requests:

1.1.1 (2017-06-14)

Full Changelog

Fixed bugs:

  • Fix -callback spec for init #36

Closed issues:

  • Bump Version to 1.1.1 #51
  • Bump Version to 1.0.2 #49
  • Move form erlang.mk to rebar3 #47
  • Update Lasse in order to work fine with Cowboy 2.x #42
  • Update repo and make it ready for hex.pm #40
  • Switch build tools to erlang.mk and republish to hex.pm #39
  • Fulfill the open-source checklist #18

Merged pull requests:

  • [Close #51] Bump Version to 1.1.1 #52 (Euen)
  • [Close #49] Bump Version to 1.0.2 #50 (Euen)
  • [Close #47] Move from Erlang.mk to rebar3 and add specs #48 (Euen)
  • [Close #42] Euen.42.update to cowboy 2 #44 (Euen)
  • [Fix #40] Update dependencies; Update erlang.mk; Add ruleset to elvis config; Add rebar.config file #41 (harenson)
  • [#36] Fixed specs for init callback #38 (jfacorro)
  • Hex Package #37 (elbrujohalcon)
  • Updated license #35 (spike886)

1.0.1 (2015-06-09)

Full Changelog

Merged pull requests:

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