Skip to content

Commit

Permalink
Added a CHANGELOG.md to track releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
angelomelonas committed Aug 20, 2020
1 parent 9828187 commit ade2100
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Changelog

## [Unreleased](https://github.com/angelomelonas/grpc-web-chat/tree/HEAD)

[Full Changelog](https://github.com/angelomelonas/grpc-web-chat/compare/09636384c5a63bd5fea4235e5d1ed08e54f9a23e...HEAD)

**Implemented enhancements:**

- Add a Subscribed Users list [\#11](https://github.com/angelomelonas/grpc-web-chat/issues/11)
- Database for Java Implementation [\#6](https://github.com/angelomelonas/grpc-web-chat/issues/6)
- Better error handling and more on the client side [\#20](https://github.com/angelomelonas/grpc-web-chat/pull/20) ([angelomelonas](https://github.com/angelomelonas))
- Latest client and shared code updates [\#16](https://github.com/angelomelonas/grpc-web-chat/pull/16) ([angelomelonas](https://github.com/angelomelonas))
- Converted project from HTTP to HTTPS to enable HTTP2 between browser and Envoy [\#13](https://github.com/angelomelonas/grpc-web-chat/pull/13) ([angelomelonas](https://github.com/angelomelonas))

**Closed issues:**

- Bump package.json versions to resolve dependencies [\#26](https://github.com/angelomelonas/grpc-web-chat/issues/26)
- Add a Subscribed Users list [\#10](https://github.com/angelomelonas/grpc-web-chat/issues/10)

**Merged pull requests:**

- Bump elliptic from 6.5.0 to 6.5.3 in /client [\#25](https://github.com/angelomelonas/grpc-web-chat/pull/25) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump lodash from 4.17.15 to 4.17.19 in /client [\#24](https://github.com/angelomelonas/grpc-web-chat/pull/24) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump websocket-extensions from 0.1.3 to 0.1.4 in /client [\#23](https://github.com/angelomelonas/grpc-web-chat/pull/23) ([dependabot[bot]](https://github.com/apps/dependabot))
- Bump eslint-utils from 1.3.1 to 1.4.3 in /client [\#22](https://github.com/angelomelonas/grpc-web-chat/pull/22) ([dependabot[bot]](https://github.com/apps/dependabot))
- Merging Dev-Stable updates in Dev branch [\#14](https://github.com/angelomelonas/grpc-web-chat/pull/14) ([angelomelonas](https://github.com/angelomelonas))
- Add a Subscribed Users list [\#12](https://github.com/angelomelonas/grpc-web-chat/pull/12) ([angelomelonas](https://github.com/angelomelonas))
- Client Updates \(Improvements and Fixes\) [\#5](https://github.com/angelomelonas/grpc-web-chat/pull/5) ([angelomelonas](https://github.com/angelomelonas))
- Updated the client to work with the latest proto changes. [\#3](https://github.com/angelomelonas/grpc-web-chat/pull/3) ([angelomelonas](https://github.com/angelomelonas))



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 comments on commit ade2100

Please sign in to comment.