Code Monkey home page Code Monkey logo

Comments (6)

shanimal avatar shanimal commented on April 28, 2024

Something is wrong I get an object with name and age...

JSON.stringify(_.drop({ 'name': 'moe', 'age': 40, 'userid': 'moe1' }, 'userid'))
"{"name":"moe","age":40}"

On Sep 7, 2012, at 9:39 AM, klimashkin wrote:

_.drop({ 'name': 'moe', 'age': 40, 'userid': 'moe1' }, 'userid');

from lodash.

shanimal avatar shanimal commented on April 28, 2024

Sorry, comprehension fail... different version.

from lodash.

jdalton avatar jdalton commented on April 28, 2024

@klimashkin In 0.7 _.drop was moved to _.omit and _.drop became an alias of _.rest for compatibility with Underscore.Next. The compat notes of _.zipObject -> _.object and _.drop -> _.omit and alaising _.rest as _.drop will be made clear in the change log.

from lodash.

jdalton avatar jdalton commented on April 28, 2024

For 0.7.0 docs see https://github.com/bestiejs/lodash/tree/master/doc
and for 0.6.1 see http://lodash.com/docs

from lodash.

jdalton avatar jdalton commented on April 28, 2024

Hopefully these changes will be minimal, it's the price we pay for early adoption. However, I would rather get features in than wait for Underscore to settle on an API as it's been almost 6 months since their last stable release.

from lodash.

lock avatar lock commented on April 28, 2024

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

from lodash.

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.