|
| 1 | +# Changelogs |
| 2 | +## v.2.0 (The Blog / Wiki Update) |
| 3 | +"Finally, we can release it." ~Me, or so. |
| 4 | +The Blog / Wiki update gives new functionaly to AminoJS, fixed some bugs, enhances security and handles testcases way differently then v.0.1 |
| 5 | + |
| 6 | +Summary: |
| 7 | +* Create, Comment and Delete Different Wiki Entries / Blog Posts. (Restricted to User Online) |
| 8 | +* Fetch Blogs from Community Feed or a Community User. |
| 9 | +* Users can now use AminoJS Safe, because it runs now via HTTPS |
| 10 | +* Testcases, a lot of them. |
| 11 | +* Added Code of Conduct and Issue Templates. |
| 12 | + |
| 13 | +Full Changelog (with PR Refrence): |
| 14 | +[`#6 Make Login more simple`](https://github.com/AminoJS/Amino.JS/pull/6) |
| 15 | +Thanks to [Felix](https://github.com/felixfong227), we don't need to parse in the secret ID, that was required in every function we called. |
| 16 | + |
| 17 | +[`#9 Modulize the Core Libary`](https://github.com/AminoJS/Amino.JS/pull/10) |
| 18 | +Also thanks to [Felix](https://github.com/felixfong227), the entire libary is now seperated in modules, wich makes easier development possible. |
| 19 | + |
| 20 | +[`#12 The Wiki Stuff!`](https://github.com/AminoJS/Amino.JS/pull/12) |
| 21 | +[Robin](https://github.com/moelrobi) then started working on the "Wiki Stuff", with that PR, the Libary started to have Wiki Functionallties. The Libary could, with the PR: Create, Comment, Delete Wiki Blogs. |
| 22 | + |
| 23 | +[`#25 Fetch User Blogs`](https://github.com/AminoJS/Amino.JS/pull/25) |
| 24 | +[Felipe](https://github.com/akatsukilevi) and [Robin](https://github.com/moelrobi) created the Ability to fetch User Blogs! (Dammmn Daniel! :D) |
| 25 | + |
| 26 | +[`#26 Blog all`](https://github.com/AminoJS/Amino.JS/pull/26) |
| 27 | +Thanks to First-Time Contributor [Tau5](https://github.com/Tau5) AminoJS got all of the Blogs! Thanks from me again! |
| 28 | + |
| 29 | +[`#29 HTTPS!`](https://github.com/AminoJS/Amino.JS/pull/29) |
| 30 | +Woo.. we got that now. |
| 31 | + |
| 32 | +[`#30 & #31 & #32 Repoworks!`] |
| 33 | +[`#30 Create issue Templates!`](https://github.com/AminoJS/Amino.JS/pull/30) |
| 34 | +[`#31 Create Code of Conduct`](https://github.com/AminoJS/Amino.JS/pull/31) |
| 35 | +[`#32 New Testcases!`](https://github.com/AminoJS/Amino.JS/pull/32) |
| 36 | + |
| 37 | +Just some Repowork. New Issue Templates, a Code of Conduct and Testcases for easier Development. |
| 38 | + |
| 39 | +## v.0.1.1 |
| 40 | +Updating the NPM Package to be routing to the new Repo. |
| 41 | +Please take a Look at Commit [`d98828f`](https://github.com/AminoJS/Amino.JS/commit/d98828ff184cbb9b4c1fdb788d4ad120d88af598) for more Infomation |
| 42 | +## v.0.1 (The Documentaion Update!): |
| 43 | +The Code was documentated. |
| 44 | +First Official Alpha Release since open-sourcing the Project. |
| 45 | +The Code is now Avaible and Maintend on Github! (https://github.com/AminoJS/Amino.JS) |
| 46 | +Pullrequest is under: (https://gitlab.com/AminoJS/Amino.JS/pull/2) |
| 47 | +Full Changelog with Commit Names: |
| 48 | +[`db28fd1 & 05b6e08`] Switching from gitlab-ci to Travis-Ci. |
| 49 | +[`95180d5`] Added Eslint as a Sutiable Testcase. |
| 50 | +[`6935738`] Removed some Testcases because of Sorter-Rewrite |
| 51 | +[`840c1f2`] Changed the Readme to actually Look Better. |
| 52 | +[`3c489ae`] Added a new Function called getMyProfile which fetches the logged in Profile |
| 53 | +[`4641444`] Added the Docs for the above mentioned Function |
| 54 | +## v.0.0.3: |
| 55 | +A Bug was fixed. |
| 56 | +See: https://gitlab.robsys.space/Kikai/KikaiFramework/issues/2 |
| 57 | +## v.0.0.2: |
| 58 | +A major Bugfix was released. |
| 59 | +See https://gitlab.robsys.space/Kikai/KikaiFramework/issues/1 |
| 60 | +# v.0.0.1: |
| 61 | +The Client Framework can now do the Following: |
| 62 | +It can Authenticate with the Narvii API. |
| 63 | +It can Load all Communitys that a User is joined. |
| 64 | +It can Load all joined Chats. |
| 65 | +It can send Messages to Specific Chats. |
| 66 | +It can load Messages from Specific Chats. |
| 67 | +### TODO: |
| 68 | +Add Media Support (v.0.0.2 alpha) |
| 69 | +Make the Get Messages Cleaner (v.0.0.2 alpha) |
| 70 | +A lot more... |
| 71 | + |
| 72 | +## indev: |
| 73 | +Initial Commit |
| 74 | +Added a Builder |
0 commit comments