-
Notifications
You must be signed in to change notification settings - Fork 790
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
New Version #467
Comments
In the next few days. It would be helpful if people could test and provide feedback on the master branch. Check for general functionality and test that new things like browserify and webpack support are working as needed. There were a lot of changes and we've had very limited testing feedback. |
An issue with my use case is I only need In the current published version I can just package With the latest version, due to those new |
@alexlamsl: Good point. I created a new issue for that and will try to make the require()s less aggressive to allow easier custom builds. |
I just stated looking at this and first thing I notice that when I require('node-forge') it added 275KB of javascript to my browserify bundle. That is a big file, I would agree with @alexlamsl to make this browser friendly. @dlongley thank for creating the new issues to cover this. |
@nigampatel: Yes, the main build is large. It's actually slightly smaller now than it was before due to removal of some redundant boilerplate and other minor things. One goal of this next release is to minimize disruption for previous users so that default build will likely stay large. But the new setup should make custom builds much easier. And hopefully we can reduce dependencies and so on to make custom builds even smaller. |
When is the due date? |
0.7.0 released. |
When are you planning on cutting a new version? It seems like you have browserify issue resolved in master branch but no version has been cut for it?
The text was updated successfully, but these errors were encountered: