Skip to content

1.2.0

Compare
Choose a tag to compare
@mgonto mgonto released this 09 Dec 21:26
· 369 commits to master since this release
  • Added $object property to solve promise unwrapping being disabled in AngularJS > 1.2. Check https://github.com/mgonto/restangular#using-values-directly-in-templates to see how it works.
  • Added ability to nest withConfig calls. If you create a new withConfig from another one, properties are inherited
  • Exposed stripRestangular to Restangular service. Added missing functions from strip.
  • Only objects that were restangularized get stripped (Solves problem with FormData objects)
  • Suffix isn't added to Absolute URLs
  • Ability for user to define what's an absolute URL and what's not
  • stripRestangular now strips recursively on arrays.