James Halliday is announcing that Browserify with version number 11.0.0 is already available to download.
What is Browserify ?
Browserify is A fully-featured JavaScript library for client-side on-demand script loading, designed and built after Node.js’ require() function .
The library allows for using just one single <script> tag to load all JS files needed on a page.Browserify will automatically handle dependencies and loading orders, just like require() does within Node.js.This library is a community favorite, allowing JavaScript developers that fell in love with the way Node.js handles JavaScript code on the server-side to continue their working and code writing habits on the client-side without wasting time with extra syntax.
This is changelog for Browserify version 11.0.0 :
- Shiny new HTTP package
You can read the complete changelog and also download this latest version on their homepage: browserify.org