Denis Rechkunov is announcing that Catberry with version number 5.2.2 is already available to download.
What is Catberry ?
Catberry is A modular JavaScript framework for developing apps on Node.js, working with client-side (browsers) and server-side (Node.js) environments .
Catberry was developed to help in creating "isomorphic" Web applications. Isomorphic applications are apps that use the same codebase to run from both server and client-side environments.This means you write the code only once, and deploy it the way you want. Catberry handles all the differences between these two environments, and will make sure the normal JavaScript modules that would need a server-side environment to run will execute without errors inside a browser.The application fits best when developing single-page applications (SPAs) and is also very well documented, helping developers new to the platform easily get acquainted to all of its features.Catberry uses modern technologies like HTML 5, Browserify, Connect, and Express, works on most modern browsers, and can also be extended via dedicated packages.
This is changelog for Catberry version 5.2.2 :
- Fixed bug in cookie parsing value with '='
You can read the complete changelog and also download this latest version on their homepage:
github.com