Releases: JoshiCodes/WebAPI
Releases · JoshiCodes/WebAPI
1.4.0
1.3.3
Full Changelog: 1.3.2...v1.3.3
1.3.2
Added the ResponseModificationData
Full Changelog: v1.3.1...1.3.2
1.3.1d
using URLDecoder#decode instead of URLEncoder#encode
v1.3.1c
Merge remote-tracking branch 'origin/master'
v1.3.1b
Fixed the Header Implementation Changed the Version
v1.3.1
Implemented ResponseData#getContentType in Webserver#write, as it was…
v1.3
Full Changelog: v1.2...v1.3
v1.2
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
changed pom.xml version updated the README.md