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
120
pub points
0%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

mime_type, palace_validators, path, path_to_regexp

More

Packages that depend on palace