palace 0.0.1+4
palace: ^0.0.1+4 copied to clipboard
minimal server side dart micro-framework for building REST api easily
0.0.1+4 #
- support decoration
0.0.1+3 #
-
no more
palace.use(BodyParser());
its now powered bypalace_body_parser
out of the box π -
if you register to endpoint with same path end method this will throw exception and the server will not open
-
rename
res.write()
tores.send()
β -
more tests π§ͺ
-
fix β
ip
bug π- fix
router.all()
β - fix validation errors now come within list of strings fixed for all failures πβ
-
new π₯
- support exceptions , you throw and the palace will map them to responses example =>
throw notFound()
; - local guards support πͺπββοΈ
- public files guard ππββοΈ
- support exceptions , you throw and the palace will map them to responses example =>
0.0.1+2 #
- add res.created and res.ok π
- fix validation type miss match now it convert types to the dto by default if possible
- add mongodb example πΏ
0.0.1+1 #
- update dependencies β¬
- add more tests π§ͺ
- fix isOptional validation and null-able variables β
0.0.1 #
- Initial version β