GithubHelp home page GithubHelp logo

using semver about parse-sdk-js HOT 1 CLOSED

parse-community avatar parse-community commented on July 20, 2024
using semver

from parse-sdk-js.

Comments (1)

andrewimm avatar andrewimm commented on July 20, 2024

Our response can be found here: https://groups.google.com/forum/#!msg/parse-developers/zm4o3glBa-o/NXv5oaGbCQAJ

"We didn't make this decision lightly. A survey of developers found that the Backbone features (chiefly, events and collections) were rarely used, often because they were no longer compatible with recent releases of Backbone. Following the upcoming open sourcing of the SDK, we hope that discussions with the larger developer community will determine whether we should release an official Parse+Backbone binding library, or foster a community-driven effort that could be maintained in tandem with Backbone API changes."
"Generally, our SDKs don't follow SEMVER religiously. We use patch numbers for bug fixes, and minor numbers for new features and light behavioral changes. We save major increments for dramatic API changes, and that's not something we've had yet. 2.0 would be reserved for a truly major change. I understand that npm is more focused on SEMVER ranges, but we try to be consistent with our versioning across all platforms. We removed some deprecated functionality, but the rest of the SDK behaves exactly as it did in 1.5."

The only public API changes between 1.5 and 1.6 were to remove outdated implementations of Backbone functionality that we decided were safe to remove. The majority of apps should not have any friction upgrading to 1.6 and above.
That being said, releasing applications with SEMVER ranges in dependencies seems like unsafe behavior. Even patch versions may introduce unexpected changes, so dependencies for an application should be explicitly tied to specific versions. Npm-shrinkwrapping is also a good practice when deploying libraries or applications to production.

from parse-sdk-js.

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.