Skip to content

Releases: JoshiCodes/WebAPI

1.4.0

06 Oct 18:56
cb1051a
Compare
Choose a tag to compare

Made some Bugfixes and added the Event System

1.3.3

30 Jul 21:31
1b82f08
Compare
Choose a tag to compare

Full Changelog: 1.3.2...v1.3.3

1.3.2

28 Jul 20:07
40e32c2
Compare
Choose a tag to compare

Added the ResponseModificationData

Full Changelog: v1.3.1...1.3.2

1.3.1d

28 Apr 22:27
Compare
Choose a tag to compare
using URLDecoder#decode instead of URLEncoder#encode

v1.3.1c

28 Apr 22:22
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/master'

v1.3.1b

22 Apr 19:48
Compare
Choose a tag to compare
Fixed the Header Implementation

Changed the Version

v1.3.1

22 Apr 19:35
Compare
Choose a tag to compare
Implemented ResponseData#getContentType in Webserver#write, as it was…

v1.3

17 Mar 17:35
Compare
Choose a tag to compare

Full Changelog: v1.2...v1.3

v1.2

13 Mar 22:20
Compare
Choose a tag to compare
Important change to the Route and Router!

Route and Router does no longer require a "path" argument in their constructor! This will be set by using WebserverBuilder#addRoute(String, Route), WebserverBuilder#addRouter(String, Router) or Router#addRoute(String, Route)

Removed Debug messages in Webserver#handle
Made Webserver#handle compatible with the new Route and Router
updated the version to 1.2
updated the README.md to explain the new Route and Router

1.1.2

13 Mar 13:06
Compare
Choose a tag to compare
changed pom.xml version

updated the README.md