The open-source JavaScript and WebAssembly engine has reached version 8.0. According to the team, V8 version 8 focuses on bug fixes and performance improvements. Some of the key improvements include: pointer compression, optimizations for higher-order builtins, optional chaining, nullish coalescing, and updates to the V8 API. The full list of improvements is available here. Dotscience … continue reading
V8 version 6.8 is now available. V8 is an open-source JavaScript engine developed by Google and used in Google’s open-source browser Chrome. The latest release focuses on memory, performance, WebAssembly and APIs. To avoid memory leaks, the latest version lets the context point to a ScopeInfo in order to break down dependencies. According to the … continue reading
The Node.js Foundation announced the release of version 9 of the Node.js JavaScript runtime today, while Node.js 8 is going into long-term support. The community-driven, open-source library has seen use in enterprise applications, robotics, API toolkits, serverless apps, mobile websites and others, according to the foundation, and long-term support means companies should begin migrating to … continue reading
SmartBear Software’s new Swagger Editor and Swagger UI adds support for the OpenAPI Specification (OAS) 3.0, allowing users to design and document the most popular API tooling. As of last week, OAI (Open API Initiative) released a new version know as the OpenAPI Specification 3.0, which included major improvements like increased reusability, extended JSON Schema … continue reading
Developers around the world are waiting patiently for the release of Node.js 8, expected to officially drop today, May 30. There is a big emphasis on debugging and developer workflow in this release, which will replace version 7 in the Node.js current release line. As displayed on Twitter, many developers are excited and ready to … continue reading
Version 3.0 of the open-source io.js fork of the Node.js JavaScript V8 runtime has been released. Now under the auspices of the Node.js Foundation, io.js 3.0 implements changes in buffers for more performant arrays; adds PPC build support and a new dgram error callback; and has changes to freelist, http, the node module, REPL, TLS … continue reading
The Node.js and io.js forks of the open-source JavaScript runtime platform have announced official plans to merge development under the Node.js Foundation. The merger was put to a vote on GitHub by io.js developer Mikeal Rogers, who initially proposed the merger in February, and the io.js technical committee voted to approve the merger yesterday. According … continue reading
Version 2.0 of io.js, the popular fork of the Node.js server-side JavaScript runtime platform, has been released. io.js 2.0 adds conformance to for the coming ECMAScript 6 specification of standardized JavaScript, as well as support for the latest version of Google’s Chrome V8 engine. In addition to ES6 features such as classes, the release adds … continue reading
Node.js is quickly becoming the JavaScript runtime powering the next generation of Web development, and GoDaddy aims to extend the technology to one of the Web’s most expansive, ubiquitous frontiers: domain hosting. As part of a complete infrastructure overhaul almost two years in the making, GoDaddy recently completed its “acqui-hire” of Nodejitsu, a Node.js deployment … continue reading
Google has announced the release of its Cloud Security Scanner into beta. The new tool is designed to help developers scan for two common vulnerabilities: cross-site scripting and mixed content. According to the company, there was a need for the scanner because other security scanners are often hard to set up, not well suited for … continue reading
Node.js is moving to an open governance model under the auspices of the newly announced Node.js Foundation. Cloud infrastructure company Joyent, the corporate steward behind the open-source runtime technology, announced the establishment of an independent Node.js Foundation with Fidelity, IBM, Microsoft, PayPal and The Linux Foundation as founding members. Under the open governance model, the … continue reading