palace 0.0.1+4 copy "palace: ^0.0.1+4" to clipboard
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 by palace_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

  • renameres.write() to res.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 πŸŒŽπŸ’‚β€β™‚οΈ

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 ⭐
16
likes
130
points
0
downloads

Publisher

unverified uploader

Weekly Downloads

minimal server side dart micro-framework for building REST api easily

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

mime_type, palace_validators, path, path_to_regexp

More

Packages that depend on palace