Skip to content

Commit

Permalink
chore(release): v0.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Oct 20, 2022
1 parent 298f812 commit 96e97dd
Show file tree
Hide file tree
Showing 1,095 changed files with 49,939 additions and 0 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
## 0.1.0 (2022-10-20)


### Bug Fixes

* fixed packet encode/encode ([04bf3e3](https://github.com/Wynntils/Hades/commit/04bf3e38d2841d8d61075d46e43bfa237b976a05))
* forgot to register server channels ([a19f258](https://github.com/Wynntils/Hades/commit/a19f25866f22a703cae1c23a3148387af4dcdfdb))
* inverted packet directions ([6d608b4](https://github.com/Wynntils/Hades/commit/6d608b4695f36f97c65ea15f25cde145946b29d2))
* properly attributed packet ids ([1669d70](https://github.com/Wynntils/Hades/commit/1669d70d42357fb6a5c4d18ab8de58578a24636a))
* removed debug ([04e77c1](https://github.com/Wynntils/Hades/commit/04e77c19f66880a670f0718a3c4ef3990e2d4af9))


### New Features

* added empty constructors to packets ([48f949e](https://github.com/Wynntils/Hades/commit/48f949e9ce603ba5c461bc59b3e88b8e5e1f4226))
* added flush packets ([d8661f7](https://github.com/Wynntils/Hades/commit/d8661f7f8882a51ecb1764f40700093152c17bb8))
* added packet HPacketClearMutual ([5442f83](https://github.com/Wynntils/Hades/commit/5442f83f1055d90f3eaacb6797df31860d761c74))
* added packet HPacketUpdateWorld ([6014fc1](https://github.com/Wynntils/Hades/commit/6014fc17200e29a6534b8933d90bad138a774359))
* added properly var int splitter and prepender ([977f12b](https://github.com/Wynntils/Hades/commit/977f12b1a8680f2d0a862491ebc3093c2989e82a))
* allowed exceptions to be printed ([eb672bc](https://github.com/Wynntils/Hades/commit/eb672bc5983ab05c8a995e06d6552dd13648776f))
* better enum handling ([0c9ce9f](https://github.com/Wynntils/Hades/commit/0c9ce9f4326d94e1e7283ebaf4543be171a89b7d))
* complete rewrite ([080de31](https://github.com/Wynntils/Hades/commit/080de3183bc4aa5212b482cd9702c61faf83235a))
* Overall Structural Changes ([a8b4808](https://github.com/Wynntils/Hades/commit/a8b48081c73f57b29b499e3b10382f3d635b223f))


### Miscellaneous Chores

* add github release ([298f812](https://github.com/Wynntils/Hades/commit/298f812374c4290e2cf6c33944dfc282ee1f41cd))
* add github workflow ([58fb559](https://github.com/Wynntils/Hades/commit/58fb559dc097e2aaf88c3240c50b1078a5a4d96e))
* add max values ([af96219](https://github.com/Wynntils/Hades/commit/af962197cfc53f0cf254e4a3bf89ef891067f020))
* bugfix + add onConnect event ([972825f](https://github.com/Wynntils/Hades/commit/972825f9d79eab6efcd337a0befe1cc26ea91b26))
* remove default from interface ([71def20](https://github.com/Wynntils/Hades/commit/71def2061955f26455c340483cc203f8b2f87dd4))
* update file permissions ([7ab3f18](https://github.com/Wynntils/Hades/commit/7ab3f1896778e0e4453e20858463fc76c7999d01))
* update gradle ([6684db3](https://github.com/Wynntils/Hades/commit/6684db3d32a7dbd4fbcfe425cc1509d28431d7cd))
* update guild packet ([c81e64d](https://github.com/Wynntils/Hades/commit/c81e64d05b8c3b81ad90eea15bc8c002af5a7664))
* update java version ([d614191](https://github.com/Wynntils/Hades/commit/d614191d1573dbc5aa00d7db5c305370ce89928e))
* updates ([332f280](https://github.com/Wynntils/Hades/commit/332f280ae02d08fc7412e6476cee479e89e43cbe))

67 changes: 67 additions & 0 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

51 changes: 51 additions & 0 deletions node_modules/array-ify/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions node_modules/array-ify/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

37 changes: 37 additions & 0 deletions node_modules/array-ify/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions node_modules/compare-func/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 70 additions & 0 deletions node_modules/compare-func/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 42 additions & 0 deletions node_modules/compare-func/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 47 additions & 0 deletions node_modules/compare-func/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 96e97dd

Please sign in to comment.