2015 was big year! Lodash became the most depended on npm package, passed 1 billion downloads, & its v3 release saw massive adoption!
The year was also one of collaboration, as discussions began on merging Lodash & Underscore. Much of Lodash v4 is proofing out the ideas from those discussions. Lodash v4 would not be possible without the collaboration & contributions of the Underscore core team. In the spirit of merging our teams have blended with several members contributing to both libraries.
For 2016 & lodash v4.0.0 we wanted to cut loose, push forward, & take things up a notch!
Lodash’s kitchen-sink size will continue to grow as new methods & functionality are added. However, we now offer a 4 kB (gzipped) core build that’s compatible with Backbone v1.2.4 for folks who want Lodash without lugging around the kitchen sink.
More ES6
We’ve continued to embrace ES6 with methods like _.isSymbol, added support for cloning & comparing array buffers, maps, sets, & symbols, converting iterators to arrays, & iterable _(…).
In addition, we’ve published an es-build & pulled babel-plugin-lodash into core to make tree-shaking a breeze.
More Modular
Pop quiz! 📣
What category path does the bindAll method belong to? Is it
A) require('lodash/function/bindAll')
B) require('lodash/utility/bindAll')
C) require('lodash/util/bindAll')
Don’t know? Well, with v4 it doesn’t matter because now module paths are as simple as
var bindAll = require('lodash/bindAll');
We’ve also reduced module complexity making it easier to create smaller bundles. This has helped Lodash adoption with libraries like Async & Redux!
v3.0.0:
date: 2021-02-21
changes:
- Updated to Less 4.
- ieCompat option removed.
v2.1.0:
date: 2021-02-20
changes:
- Dependency updates.
- New process option to modify the written CSS.
v2.0.0:
date: 2018-05-25
changes:
- Update less to ^3.0.0
v1.4.1:
date: 2017-03-08
changes:
- 'Fix sourceMappingURL to be the same as the CSS if not specified, #322.'
- 'Rethrow the compilation error after printing the message, #315.'
v1.4.0:
date: 2016-07-21
changes:
- Update async and less to ~2.7.1.
v1.3.0:
date: 2016-04-07
changes:
- Update lodash and async dependecies.
v1.2.0:
date: 2016-02-01
changes:
- Update to less ~2.6.0.
- Removed peerDependency from package.json.
v1.1.0:
date: 2015-11-09
changes:
- Update to less ~2.5.0.
v1.0.0:
date: 2014-12-23
changes:
- Update to less 2.1.0.
v0.12.0:
date: 2014-10-23
changes:
- Added cleancssOptions as an option.
- When possible, includes filename for failed writes.
- Ensure banner only outputs on the first file in a series.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Jalle19/xbmc-video-server/network/alerts).
Bumps lodash to 4.17.21 and updates ancestor dependencies lodash, grunt-contrib-less, grunt-contrib-watch and grunt-contrib-uglify. These dependencies need to be updated together.
Updates
lodash
from 1.0.2 to 4.17.21Release notes
Sourced from lodash's releases.
... (truncated)
Commits
f299b52
Bump to v4.17.21c4847eb
Improve performance oftoNumber
,trim
andtrimEnd
on large input strings3469357
Prevent command injection through_.template
'svariable
optionded9bc6
Bump to v4.17.20.63150ef
Documentation fixes.00f0f62
test.js: Remove trailing comma.846e434
Temporarily use a custom fork oflodash-cli
.5d046f3
Re-enable Travis tests on4.17
branch.aa816b3
Remove/npm-package
.d7fbc52
Bump to v4.17.19Maintainer changes
This version was pushed to npm by bnjmnt4n, a new releaser for lodash since your current version.
Updates
grunt-contrib-less
from 0.11.4 to 3.0.0Changelog
Sourced from grunt-contrib-less's changelog.
Commits
6cadf70
v3.0.07d168c8
Merge pull request #358 from gruntjs/newlessa9b7435
Update to less 48842e4f
v2.1.051d03a3
Remove tabs57256e0
Update more deps (#357)e7a6d59
Remove extra tabs25062cf
Update more depsb8785aa
Switch to Github actions, update deps (#356)94533ed
Add a process option to the compiler (#349)Updates
grunt-contrib-watch
from 0.6.1 to 1.1.0Changelog
Sourced from grunt-contrib-watch's changelog.
Commits
3b7ddf4
v1.1.072b1214
Updating dependencies, async, lodash and tiny-lr5adb27c
Merge pull request #543 from digitalbazaar/master6ec71e9
v1.0.17d20933
Update copyright yeare3d19df
Update ci configsd117574
Updating ci configs99410a7
README.md: Fixed typos (#536)f07311b
Update tiny-lr dependency to 1.x7f8cf80
Add local grunt-cliUpdates
grunt-contrib-uglify
from 0.5.1 to 5.2.2Release notes
Sourced from grunt-contrib-uglify's releases.
... (truncated)
Changelog
Sourced from grunt-contrib-uglify's changelog.
... (truncated)
Commits
4a73c8a
5.2.2df82903
Set dev version for publish70b6eb7
update dependencies (#572)a285b24
Bump ejs from 3.1.6 to 3.1.8 (#570)4415d58
Bump grunt from 1.5.2 to 1.5.3 (#569)efdabc7
Update README.mda3f3f34
5.2.13c8d904
Update Readme0850dcd
update dependencies (#568)c27ad5f
Bump minimist from 1.2.5 to 1.2.6 (#567)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show