Karpich Dmitry is announcing that clinch with version number 1.0.3 is already available to download.
What is clinch ?
clinch is A toolkit for converting CommonJS modules to browser compatible JavaScript, a powerful toolkit for running server-side code in the browser .
AMD (Asynchronous Module Definition) modules work mainly with CommonJS, an unofficial standard for server-side JavaScript.Most of the times, CommonJS-comliant code doesn’t run properly inside the browser, being specially written for server-side JS interpreters like Node.js.The clinch toolkit allows developers to translate CommonJS code to normal, client-side, browser-friendly JavaScript syntax.This syntax can then be passed to the browser and executed without errors, while still producing the same results as the original code.Basically, in layman’s terms clinch is a server-side to client-side JavaScript syntax converter.
This is changelog for clinch version 1.0.3 :
- Move all processors to separate modules
- Remove unneeded dependencies
- Remove templates tests – its test in separate modules
- Update all nmp modules to latest (again)
You can read the complete changelog and also download this latest version on their homepage: github.com