- Fix error responses
- Fix delete action
- denormalize url since it's referenced so often
- Add a few checks to prevent JS errors on new resources
- Allow customized list resources
- Add fault tolerance to some resource class methods
- Allow Angular 1.4x
- Fixed error with calling update on embedded list
- Convert all chained loads to being asynchronous -- until you call load, nothing happens
- Add utility functions for accessing aspects of relationships
- Convert to using $q for promises for now
- Fixed update for list resources
- Fix initialization so that;
- a resource with no initial values does not error
- a resource does not build embeds for all its relationships automatically
- Fix issue with endless refetch for missing relationship
Mistakenly published to NPM before finished
- The Initial Commit / Relayer