Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to lodash 3.x #128

Merged
merged 3 commits into from Apr 23, 2015
Merged

Upgrade to lodash 3.x #128

merged 3 commits into from Apr 23, 2015

Conversation

rmg
Copy link
Member

@rmg rmg commented Apr 23, 2015

Replace single-function module with full lodash, which can be shared with other packages if installed in a parent module.

See strongloop/strongloop#213 for context. This is an interim solution so that loopback-workspace can benefit from this change without having to upgrade to loopback-boot 2.x.

@@ -8,6 +8,7 @@ var vm = require('vm');

describe('browser support', function() {
this.timeout(60000); // 60s to give browserify enough time to finish
sandbox.reset();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is wrong. It should be either before(sandbox.reset) or beforeEach(sandbox.reset). I think beforeEach makes more sense.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, that's clearly wrong. I blame tap.

@bajtos bajtos assigned rmg and unassigned bajtos Apr 23, 2015
@bajtos
Copy link
Member

bajtos commented Apr 23, 2015

Releasing this fix will be tricky, as npmjs.org displays README from the last published version. After we release 1.x, we must release another 2.x version to get the right README displayed.

@rmg
Copy link
Member Author

rmg commented Apr 23, 2015

@bajtos I fixed the beforeEach(). Ok to rebase and merge?

@rmg
Copy link
Member Author

rmg commented Apr 23, 2015

Regarding a release, it looks like there are a couple unreleased changes on master.. if you do a 1.x release just before releasing them that would be awesome :-)

@rmg
Copy link
Member Author

rmg commented Apr 23, 2015

Nevermind, my repo was out of date.. you released from master 8 hours ago.

@bajtos
Copy link
Member

bajtos commented Apr 23, 2015

LGTM

rmg added a commit that referenced this pull request Apr 23, 2015
@rmg rmg merged commit 622c64e into 1.x Apr 23, 2015
@rmg rmg deleted the lodash-upgrade-1.x branch April 23, 2015 16:31
@altsang altsang removed the #review label Apr 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants