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

add backward-incompatible query-builder methods #15

Closed joemfb closed 8 years ago

joemfb commented 9 years ago

Part of the query-builder improvement plan documented here: https://github.com/joemfb/ml-common-ng/pull/13#issuecomment-139840486.

re #1 depends on #14

Remove deprecated methods (range(), collection(), etc.), replacing them with methods that match the name, signature, and behavior of the comparable method in the official query-builder from the node-client-api.

At this point, we'll be aiming for rough API compatibility with a subset of the node-client-api query-builder. We don't need to support all the methods, or all the edge-cases of the methods we do support.