Code Monkey home page Code Monkey logo

Comments (3)

Sayan751 avatar Sayan751 commented on May 24, 2024

@zhaparoff The work is not yet completed. I got busy with other stuff. I would love to come back to this at some point in future and finish the work. Till then here is a bare minimal type definition you can use.

declare module "odata-query" {
    export default function buildQuery(parameters: any): string;
}

from odata-query.

zhaparoff avatar zhaparoff commented on May 24, 2024

@Sayan751
Thanks for quick feedback.
Can I use type definitions from v6 with 5.7.0 instead? Are they compatible? Or there were some API changes that are not supported by v5.x?

from odata-query.

Sayan751 avatar Sayan751 commented on May 24, 2024

The target is to make those compatible. At this point the typings in v6 is pretty complicated, and can should be made simpler.
AFAIK, there is support for collection operator in v6, refer #23. Apart from that there should no be any breaking change in API in v6. The method signature changes are all internal. From that perspective, the API is compatible, altough the typing may not.
Having said that feel free to give v6 a try. Would love to hear feedback from you.

from odata-query.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.