joemfb / ml-common-ng

An angular module of common components for the MarkLogic REST API
https://joemfb.github.io/ml-common-ng/
2 stars 2 forks source link

adds backwards-incompatable query-builder methods #18

Closed joemfb closed 8 years ago

joemfb commented 9 years ago

removes all deprecated methods adds qb.collection(), qb.range(), and related methods:

This depends on #17, so I'll rebase once that's merged. These changes break backwards compatibility, and can't be released without an incrementing the major version number.

closes #15

/cc @grtjn

joemfb commented 9 years ago

Update, this also depends on #19. Rebase pending merge.