Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Benjamin Tan edited this pageDec 21, 2020 ·3 revisions

v5.0.0 (~2021)

  • Discontinuelodash-cli in favor of bundling withwebpack
  • Discontinueper method packages in favor of modularlodash
  • Drop support for unmaintained Node.js versions(0.10, 0.12, 4, 5)
  • ES2015+ syntax usingbabel-preset-env
  • Split “Collection” methods into array & object methods
  • Remove monolithic entry point in favor of cherry-picking withbabel-plugin-lodash
  • Remove shorthand support by default
  • Remove_.ary,_.assignWith, &_.find
  • Remove_.bind,_.curry,_.rest, &_.spread variations in favor of built-in syntax
  • Remove_.omit in favor of only_.pick
  • Remove_.partial,_.partialRight, &_.wrap in favor of arrow functions
  • Remove_.sortBy in favor of_.orderBy
  • Remove_.template &_.templateSettings in favor of string template
  • Reducelodash package size by more than 94%
    • Minify & gzip modules(will use a .gz loader)
    • Movelodash/fp back tolodash-fp(35% savings)
    • Possibly move browser/core monolithic bundles to a separate package
  • camelCase,startCase,upperCase,kebabCase,lowerCase andsnakeCase do not deburr letters

Implemented

  • Absorbed_.sortByAll into_.sortBy(v4.0.0)
  • Added alias for_#value & API to replace the root value of a chain sequence(v3.2.0)
  • Added AMD, ES, Node.js, & per method packages(v2.0.0, v3.0.0)
  • Added deep property helpers(v3.7.0)
  • Added implicit chaining(v1.0.0-rc.3)
  • Added lazy evaluation to chaining methods(v3.0.0)
  • Added math helpers(v3.4.0)
  • Added string methods likestartsWith,endsWith, &trim(v3.0.0)
  • Added_.mapKeys(v3.8.0)
  • Added_.spread(v3.2.0)
  • Aligned_.defaults &_.extend withObject.assign(v0.10.0)
  • Aligned_.isFinite &_.keys with ES2015(v3.0.0)
  • Changed default filename of compiled templates tolodash.templates.js(v3.0.0)
  • Created a small 4 kB core build(v4.0.0)
  • Dropped IE 6-8 support(v4.0.0)
  • Dropped Node.js 0.6 support(v3.0.0)
  • Dropped Node.js 0.8 support(v4.0.0)
  • Enabled_.merge to deep merge properties onto functions(v4.0.0)
  • Dropped support for thecsp,legacy,mobile, &underscore builds(v3.0.0)
  • Made_.flatten shallow by default instead of deep(v3.0.0)
  • Made_.forEach implicitly end a chain sequence(v4.0.0)
  • Made_.max &_.min non-chainable by default(v3.0.0)
  • Moved website toNetlify(Sept. 2016)
  • Split out_.max,_.min,_.sum, &_.uniq(v4.0.0)
  • Renamed_.createCallback to_.callback(v3.0.0)
  • Removed thedata parameter from_.template(v3.0.0)
  • Removed result sorting from_.functions(v3.0.0)
  • Removed_.findWhere,_.pluck, &_.where(v4.0.0)
  • Removed aliases(v4.0.0)
    _.all,_.any,_.backflow,_.callback,_.collect,_.compose,_.contains,_.detect,_.foldl,_.foldr,_.include,_.inject,_.methods,_.object,_#run,_.select, &_.unique

Maintained by thecore team with help fromour contributors.

Clone this wiki locally


[8]ページ先頭

©2009-2025 Movatter.jp