Changelog
0.0.11
Changelog
0.0.10
Handle an edge case where rendering can fail due to defaulting the response body to undefined.
Changelog
0.0.9
braced
path variables to clients and :
prefixed path variables for server-side routingChangelog
0.0.8
Refactor how hyperModel works in order to support the ability to render a collection of related resources from another resource's action.
Changelog
0.0.7
Fix edge case causing origins and links rendered for a nested resource not to have the correct prefix or parentUrl.
Changelog
0.0.5
Embedded properties are no longer included in the response model by default. The only way to get a property on the model that was listed under the embed
section is to also list the property in an include
property.
Changelog
0.0.4
Focused entirely on allowing hyped to control URL generation for autohost - see autohost's changelog for reference. This approach was required in order to avoid pulling a great deal of hyped's URL creation approach while still allowing valid express routes to be created when dealing with parent/child resources.