Skip to content

Commit

Permalink
[#25] new release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Euen committed May 5, 2015
1 parent f36360e commit 5ae175c
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 1 deletion.
65 changes: 65 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# Change Log

## [0.2.0](https://github.com/inaka/lasse/tree/HEAD)

[Full Changelog](https://github.com/inaka/lasse/compare/0.1.0...HEAD)

**Implemented enhancements:**

- Send InitialEvents provided by the implementor after init\(\) [\#14](https://github.com/inaka/lasse/issues/14)

**Fixed bugs:**

- Add State to all possible tuples returned from Module:init\(\) [\#13](https://github.com/inaka/lasse/issues/13)

**Closed issues:**

- Change version of Cowboy [\#19](https://github.com/inaka/lasse/issues/19)

**Merged pull requests:**

- Update LICENSE [\#24](https://github.com/inaka/lasse/pull/24) ([andresinaka](https://github.com/andresinaka))

- Fix result handling of module:handle\_error/3 [\#23](https://github.com/inaka/lasse/pull/23) ([stwind](https://github.com/stwind))

- \[fix \#19\] change version to 1.10.0 [\#20](https://github.com/inaka/lasse/pull/20) ([Euen](https://github.com/Euen))

- \[\#14\] Allow Initial Events to be sent on init. [\#16](https://github.com/inaka/lasse/pull/16) ([jfacorro](https://github.com/jfacorro))

- \[\#13\] Added State value to all return values of init\(\) [\#15](https://github.com/inaka/lasse/pull/15) ([jfacorro](https://github.com/jfacorro))

## [0.1.0](https://github.com/inaka/lasse/tree/0.1.0) (2014-06-18)

**Implemented enhancements:**

- Additional Features [\#6](https://github.com/inaka/lasse/issues/6)

**Closed issues:**

- Considerations from reading the Protocol RFC [\#10](https://github.com/inaka/lasse/issues/10)

- Add Examples and Documentation [\#4](https://github.com/inaka/lasse/issues/4)

- Add Tests [\#3](https://github.com/inaka/lasse/issues/3)

- App Structure [\#2](https://github.com/inaka/lasse/issues/2)

- Create an Initial Version [\#1](https://github.com/inaka/lasse/issues/1)

**Merged pull requests:**

- \[\#10\] Implemented missing features form the RFC [\#12](https://github.com/inaka/lasse/pull/12) ([jfacorro](https://github.com/jfacorro))

- \[\#4\] Added examples and updated the README with some documentation. [\#11](https://github.com/inaka/lasse/pull/11) ([jfacorro](https://github.com/jfacorro))

- \[\#6\] Implemented additional features and added tests [\#9](https://github.com/inaka/lasse/pull/9) ([jfacorro](https://github.com/jfacorro))

- \[\#3\] Created test suite for lasse. [\#8](https://github.com/inaka/lasse/pull/8) ([jfacorro](https://github.com/jfacorro))

- \[\#2\] App Structure [\#7](https://github.com/inaka/lasse/pull/7) ([jfacorro](https://github.com/jfacorro))

- \[\#1\] lasse\_handler and related behavior implementation [\#5](https://github.com/inaka/lasse/pull/5) ([jfacorro](https://github.com/jfacorro))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion src/lasse.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
application, lasse,
[
{description, "Lasse: Server-Sent Event handler for Cowboy."},
{vsn, "0.1.0"},
{vsn, "0.2.0"},
{modules, [lasse_handler]},
{applications, [kernel, stdlib]}
]
Expand Down

0 comments on commit 5ae175c

Please sign in to comment.