shelf_rest 0.3.4 copy "shelf_rest: ^0.3.4" to clipboard
shelf_rest: ^0.3.4 copied to clipboard

outdatedDart 1 only

Shelf components that makes it easy to create uniform, hierarchical REST resources.

Change Log #

0.3.4 #

  • Strong mode changes. Changes to some generics

0.3.3 #

  • Updated versions of constrain, hateoas_models, shelf_bind, shelf_path and shelf_route.

0.3.0 #

  • includes shelf_bind 0.9.0 which has many significant and some BREAKING changes. Consult the change logs for shelf_bind

0.2.0 #

  • completely rewritten on top of new (rewritten) shelf_route. Should be mostly transparent to users except for the following breaking changes:
    • shelf_rest now extends shelf_route.
      • The previous functions such as bindResource, routeableAdapter, restHandler and restRouter have been removed. Now you simply import shelf_rest instead of shelf_route and the handling for shelf_rest is built into the router returned via the router() function.
    • child resources are now added using the @AddAll annotation. The previous method using a map is no longer supported
  • several new features including:
    • annotations for basic route methods (@Get, @Post etc)
    • helpers to create HATEOAS links
    • see README for more details

0.1.5-pre.* #

  • experimental HATEOAS support

0.1.4 #

  • Support query parameters on all methods. Thanks to pajn for the contribution

0.1.4-pre.* #

  • experimental HATEOAS support

0.1.3 #

  • Allow validation of parameters to be configured at the bind function and annotation level

0.1.2+1 #

  • Doco improvements

0.1.2 #

  • Turned validation of parameters on by default

0.1.1 #

  • Add middleware support in the RestMethod annotation

0.1.0 #

  • First version
0
likes
20
pub points
12%
popularity

Publisher

unverified uploader

Shelf components that makes it easy to create uniform, hierarchical REST resources.

Homepage

License

BSD-2-Clause-Views (LICENSE)

Dependencies

constrain, hateoas_models, http_exception, matcher, option, quiver, shelf, shelf_bind, shelf_path, shelf_route

More

Packages that depend on shelf_rest