Skip to content

0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jmdobry jmdobry released this 17 Jan 23:06
· 310 commits to master since this release
0.6.0 - 17 January 2014

Added pluggable filters for the "where" clause of a query. Angular-data's "query language" will remain small and simple.
Developers can provide their own more robust filters for more powerful queries.

Breaking API changes
  • #3 - Pluggable async adapters
Backwards API changes
  • #2 - angular-data query language
  • #4 - Query caching
  • #17 - Where predicates should be able to handle OR, not just AND
  • #22 - Reorganize infrastructure to utilize angular's DI