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!
v1.6.1
date: 2023-01-31
changes:
- Downgrades to glob 7 for Windows compatability
- Removes mkdirp and rimraf in favour of node.js APIs.
v1.6.0
date: 2023-01-28
changes:
- Requires node.js 16+.
- template.date now uses dateformat ~4.6.2.
- other dependency updates such as glob, rimraf, etc.
v1.5.3
date: 2022-04-23
changes:
- Patch up race condition in symlink copying.
v1.5.2
date: 2022-04-12
changes:
- Unlink symlinks when copy destination is a symlink.
v1.5.1
date: 2022-04-11
changes:
- Fixed symlink destination handling.
v1.5.0
date: 2022-04-10
changes:
- Updated dependencies.
- Add symlink handling for copying files.
v1.4.1
date: 2021-05-24
changes:
- Fix --preload option to be a known option
- Switch to GitHub Actions
v1.4.0
date: 2021-04-21
changes:
- Security fixes in production and dev dependencies
- Liftup/Liftoff upgrade breaking change. Update your scripts to use --preload instead of --require. Ref: https://github.com/js-cli/js-liftoff/commit/e7a969d6706e730d90abb4e24d3cb4d3bce06ddb.
v1.3.0
date: 2020-08-18
changes:
- Switch to use safeLoad for loading YML files via file.readYAML.
- Upgrade legacy-log to ~3.0.0.
- Upgrade legacy-util to ~2.0.0.
v1.2.1
date: 2020-07-07
changes:
- Remove path-is-absolute dependency.
(PR: gruntjs/grunt#1715)
v1.2.0
v2.0.0:
date: 2016-09-22
changes:
- Update (dev)dependecies including to csslint to v1.0.3.
v1.0.0:
date: 2016-03-04
changes:
- Point main to task and remove peerDeps.
- Updates to docs.
This version was pushed to npm by cmeichel, a new releaser for grunt-webfont since your current version.
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/Sitefinity/feather/network/alerts).
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps lodash to 4.17.21 and updates ancestor dependencies lodash, grunt, grunt-contrib-csslint, grunt-contrib-uglify, grunt-contrib-watch, grunt-uncss and grunt-webfont. These dependencies need to be updated together.
Updates
lodash
from 0.9.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
from 0.4.5 to 1.6.1Release notes
Sourced from grunt's releases.
... (truncated)
Changelog
Sourced from grunt's changelog.
... (truncated)
Commits
8372e11
1.6.172f6f03
Changelog updates8d4c183
Merge pull request #1755 from gruntjs/rm-dep1c7d483
Add recursive2d4fd38
Merge pull request #1756 from gruntjs/downgrade-glob902db7c
Downgrade glob494f243
Fix syntaxb01389e
remove mkdirp0072510
remove dep on rimraf and mkdirp0afeb5c
1.6.0Maintainer changes
This version was pushed to npm by vladikoff, a new releaser for grunt since your current version.
Updates
grunt-contrib-csslint
from 0.5.0 to 2.0.0Changelog
Sourced from grunt-contrib-csslint's changelog.
Commits
def72ff
v2.0.0.ce67536
Reduce lodash usage.f387bb9
Merge pull request #73 from danpoltawski/show-line-numbers888c0e1
Merge pull request #74 from gruntjs/update-csslint r=vladikoff099cc12
Update CSSLint to v1.0.0.d220e09
Show line numbers with lint issues7a02ddf
Merge pull request #70 from gruntjs/deps930ceee
Update dependencies.49d8c8a
Upgrade grunt and devDeps to 1.08e1fde7
Update CHANGELOG.Updates
grunt-contrib-uglify
from 0.10.0 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)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-uncss
from 0.4.3 to 0.10.1Release notes
Sourced from grunt-uncss's releases.
... (truncated)
Changelog
Sourced from grunt-uncss's changelog.
... (truncated)
Commits
ca3755d
0.10.1ce463b3
README.md: update links to use https2019a22
CI: Add Node.js 16e0225d6
Update dependencies and regenerate package-lock.json9c1266c
Bump normalize-url from 4.5.0 to 4.5.1 (#235)cc858d0
Bump trim-newlines from 3.0.0 to 3.0.1 (#234)2f8f389
Bump ws from 6.2.1 to 6.2.2 (#233)a5ab302
Bump hosted-git-info from 2.8.8 to 2.8.9 (#232)879095d
Bump lodash from 4.17.20 to 4.17.21 (#231)2fdf362
Move mocha to npm scripts.Maintainer changes
This version was pushed to npm by xhmikosr, a new releaser for grunt-uncss since your current version.
Updates
grunt-webfont
from 1.0.0 to 1.7.2Release notes
Sourced from grunt-webfont's releases.
Commits
55114cc
1.7.20716803
Merge pull request #383 from ryadiv/patch-1066a44a
Merge pull request #385 from landru29/masterf05eb0c
Ensure no parameter is passed to 'done' functionde7890f
Updated outdated dependencies62b3c30
Strip width and height attribute from SVGf23cb97
Add cachebuster hash to iefix eot6dc6948
1.7.1943574d
Fix less variable name (#365)96efb0a
1.7.0Maintainer changes
This version was pushed to npm by cmeichel, a new releaser for grunt-webfont since your current version.
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