並び順

ブックマーク数

期間指定

  • から
  • まで

161 - 200 件 / 711件

新着順 人気順

ReleaseNoteの検索結果161 - 200 件 / 711件

  • ESLint v7.0.0 released - ESLint - Pluggable JavaScript Linter

    Published 08 May, 2020 under Release Notes ESLint v7.0.0 released We just pushed ESLint v7.0.0, which is a major release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release. This release also has some breaking changes, so please read the following closely. Highlights There are several breaking changes in 7.0.0. We’ve created a migration guide

      ESLint v7.0.0 released - ESLint - Pluggable JavaScript Linter
    • Vite 4.3 is out!

      Vite 4.3 is out! ​ April 20, 2023 Quick links: Docs: English, 简体中文, 日本語, Español, Português Vite 4.3 Changelog Performance Improvements ​ In this minor, we focused on improving the dev server performance. The resolve logic got streamlined, improving hot paths and implementing smarter caching for finding package.json, TS config files, and resolved URL in general. You can read a detailed walkthrough

        Vite 4.3 is out!
      • Announcing TypeScript 5.4 - TypeScript

        Today we’re excited to announce the release of TypeScript 5.4! If you’re not familiar with TypeScript, it’s a language that builds on top of JavaScript by making it possible to declare and describe types. Writing types in our code allows us to explain intent and have other tools check our code to catch mistakes like typos, issues with null and undefined, and more. Types also power TypeScript’s edi

          Announcing TypeScript 5.4 - TypeScript
        • Biome formatter wins the Prettier challenge

          With the release of Biome v1.4.0, we claim the bounty of the Prettier challenge! With v1.4.0, you’ll get a better formatter experience, more formatting options, new VSCode features, new sponsors and more! You can upgrade Biome by running the following command: Biome formatter has now over 96% in terms of compatibility against Prettier! This score is computed for JavaScript, TypeScript, and JSX for

            Biome formatter wins the Prettier challenge
          • Release v3.0.0 · typescript-eslint/typescript-eslint

            This major release has been a long time coming! We've been saving up breaking changes for a while now, waiting for the ESLint v7 release which we knew would deprecate support for node version 8. Due to our weekly release cadence, this major release mostly contains breaking changes! Breaking Changes Dropped support for Node version 8 (#1420) In line with ESLint v7 - we've also dropped explicit supp

              Release v3.0.0 · typescript-eslint/typescript-eslint
            • Release v3.0.279 · mozilla/pdf.js

              This major release features the new editor mode in the viewer (enabled by default now), new icons in the viewer, removal of deprecated functionality/APIs, removal of support for outdated browser versions, font conversion/text selection improvements and other features/bugfixes. Changes since v2.16.105 Bump versions in pdfjs.config by @timvandermeij in #15357 [api-major] Remove the enhanceTextSelect

                Release v3.0.279 · mozilla/pdf.js
              • Release v5.0.0 · puppeteer/puppeteer

                Behind the scenes We've continued our drive to migrate to a new documentation system using TSDoc. These docs are available in the new-docs directory on GitHub. These aren't ready for use just yet but we're making great progress. You can track this work in #6118. We've continued improving our TypeScript definitions. Our tests are now migrated to TypeScript (#5830) so that we're consuming our own AP

                  Release v5.0.0 · puppeteer/puppeteer
                • Deno 1.31: package.json support

                  # MacOS and Linux curl -fsSL https://deno.land/x/install/install.sh | sh # Windows iwr https://deno.land/x/install/install.ps1 -useb | iex Click here for more installation options. package.json supportThis release brings an exciting new feature - package.json support. Deno is now even more accessible, enabling developers to transition from existing Node projects with ease. Deno will now automatica

                    Deno 1.31: package.json support
                  • Announcing TypeScript 3.8 RC - TypeScript

                    Today we’re announcing the Release Candidate for TypeScript 3.8! Between this RC and our final release, we expect no changes apart from critical bug fixes. To get started using the RC, you can get it through NuGet, or through npm with the following command: You can also get editor support by Downloading for Visual Studio 2019/2017 Using Visual Studio Code Insiders or following instructions for the

                      Announcing TypeScript 3.8 RC - TypeScript
                    • Bun 1.1 | Bun Blog

                      Bun is a fast, all-in-one toolkit for running, building, testing, and debugging JavaScript and TypeScript, from a single script to a full-stack application. If you're new to Bun, you can learn more in the Bun 1.0 blog post. Bun 1.1 is huge update. There's been over 1,700 commits since Bun 1.0, and we've been working hard to make Bun more stable and more compatible with Node.js. We've fixed over a

                      • Release v8.0.0 · npm/cli

                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                          Release v8.0.0 · npm/cli
                        • Announcing TypeScript 5.0 RC - TypeScript

                          Today we’re excited to announce our Release Candidate of TypeScript 5.0! Between now and the stable release of TypeScript 5.0, we expect no further changes apart from critical bug fixes. This release brings many new features, while aiming to make TypeScript, smaller, simpler, and faster. We’ve implemented the new decorators standard, functionality to better support ESM projects in Node and bundler

                            Announcing TypeScript 5.0 RC - TypeScript
                          • Announcing TypeScript 4.6 - TypeScript

                            Today we’re announcing the availability of TypeScript 4.6. If you’re not yet familiar with TypeScript, it’s a language that builds on JavaScript and adds syntax for types. Types help describe what kinds of values you’re working with and what kinds of functions you’re calling. TypeScript can use this information to help you avoid about mistakes like typos, missing arguments, or forgetting to check

                              Announcing TypeScript 4.6 - TypeScript
                            • Announcing Tauri 1.3.0 | Tauri Apps

                              What's in 1.3.0​NSIS​The Tauri CLI can now create Windows application installers using NSIS. This new bundle target is also available on macOS and Linux as an experimental feature, so you can cross-compile your Windows installer. Documentation on the latter will be published soon. Tauri 1.3 Audit​The internal audit was performed by @tweidinger and @chippers, who are involved in most security topic

                                Announcing Tauri 1.3.0 | Tauri Apps
                              • Announcing Cypress 10 with Component Testing Beta!

                                Hello, friends! Today, we have an exciting announcement to share. The title up above might have given it away, but in case you missed it, Cypress 10 is here 🎉! Cypress 10 is our most exciting release yet, and we have a lot to unpack, so let's dive in and look at some of the new functionality. New Cypress AppThe new Cypress appWe reworked the Cypress app from the ground up to modernize the interfa

                                  Announcing Cypress 10 with Component Testing Beta!
                                • Node.js — Node.js 22 is now available!

                                  We're excited to announce the release of Node.js 22! Highlights include require()ing ES modules, a WebSocket client, updates of the V8 JavaScript engine, and more! Node.js 22 will enter long-term support (LTS) in October, but until then, it will be the "Current" release for the next six months. We encourage you to explore the new features and benefits offered by this latest release and evaluate th

                                    Node.js — Node.js 22 is now available!
                                  • Deno 1.12 Release Notes

                                    If you are installing Deno for the first time, you can use one of the methods listed below: # Using Shell (macOS and Linux): curl -fsSL https://deno.land/x/install/install.sh | sh # Using PowerShell (Windows): iwr https://deno.land/x/install/install.ps1 -useb | iex # Using Homebrew (macOS): brew install deno # Using Scoop (Windows): scoop install deno # Using Chocolatey (Windows): choco install de

                                      Deno 1.12 Release Notes
                                    • New in Chrome 90  |  Blog  |  Chrome for Developers

                                      Build with Chrome Learn how Chrome works, participate in origin trials, and build with Chrome everywhere.

                                      • Announcing TypeScript 4.2 Beta - TypeScript

                                        Today we’re excited to announce the availability of TypeScript 4.2 Beta! To get started using the beta, you can get it through NuGet, or use npm with the following command: You can also get editor support by Downloading for Visual Studio 2019/2017 Following directions for Visual Studio Code and Sublime Text. Let’s take a look at what’s in store for TypeScript 4.2! Leading/Middle Rest Elements in T

                                          Announcing TypeScript 4.2 Beta - TypeScript
                                        • Next.js 13.5

                                          Back to BlogTuesday, September 19th 2023 Next.js 13.5Posted by Next.js 13.5 improves local dev performance and reliability with: 22% faster local server startup: Iterate faster with the App & Pages Router 29% faster HMR (Fast Refresh): For faster iterations when saving changes 40% less memory usage: Measured when running next start Optimized Package Imports: Faster updates when using popular icon

                                            Next.js 13.5
                                          • Yarn 2.1 🐱‍🏍 Git Workspaces, Focused Installs, Loose mode, Live Playground, ...

                                            Yarn 2.1 🐱‍🏍 Git Workspaces, Focused Installs, Loose mode, Live Playground, ... How are you doing since January? So many things happened since then. I hope you're all safe, wherever you are. As for today, we'll be here to talk about Yarn. And as far as Yarn goes I'm happy to report that our work continued at a very good pace! So good in fact that it's now time to release the next minor build, th

                                              Yarn 2.1 🐱‍🏍 Git Workspaces, Focused Installs, Loose mode, Live Playground, ...
                                            • Deno 1.33: Deno 2 is coming

                                              As mentioned in the recent “Forced Optimization” presentation at Node Congress 2023, we’re working diligently towards a major release of Deno 2 in the coming months. Though our vision for Deno 2 is ambitious, our goals haven’t changed since we started the project: Effortless Coding: Whether that’s removing config, boilerplate code, or build steps, we’ve continued to make it easy for you to dive in

                                                Deno 1.33: Deno 2 is coming
                                              • Measuring Developer Productivity via Humans

                                                Measuring developer productivity is a difficult challenge. Conventional metrics focused on development cycle time and throughput are limited, and there aren't obvious answers for where else to turn. Qualitative metrics offer a powerful way to measure and understand developer productivity using data derived from developers themselves. Organizations should prioritize measuring developer productivity

                                                  Measuring Developer Productivity via Humans
                                                • Node.js — Node v16.0.0 (Current)

                                                  Notable Changes Deprecations and Removals (SEMVER-MAJOR) fs: remove permissive rmdir recursive (Antoine du Hamel) #37216 (SEMVER-MAJOR) fs: runtime deprecate rmdir recursive option (Antoine du Hamel) #37302 (SEMVER-MAJOR) lib: runtime deprecate access to process.binding('http_parser') (James M Snell) #37813 (SEMVER-MAJOR) lib: runtime deprecate access to process.binding('url') (James M Snell) #377

                                                    Node.js — Node v16.0.0 (Current)
                                                  • Node v12.13.0 (LTS) | Node.js

                                                    العربية Catalan Deutsch English Español زبان فارسی Français Galego Italiano 日本語 ქართული 한국어 Nederlands Português do Brasil limba română Русский Türkçe Українська 简体中文 繁體中文 This release marks the transition of Node.js 12.x into Long Term Support (LTS) with the codename 'Erbium'. The 12.x release line now moves into "Active LTS" and will remain so until October 2020. After that time, it will move in

                                                      Node v12.13.0 (LTS) | Node.js
                                                    • moon v1.0 - Official release! Project constraints, tagging, and more! | moonrepo

                                                      proto v0.40 - Config mode, progress bars, and moreproto v0.39 - Mid-year quality of life improvementsmoon v1.27 - Task scripts, Docker settings, and moreproto v0.38 - Shell activation / hooksmoon v1.26 - New experimental pipeline, trace profiles, and more

                                                        moon v1.0 - Official release! Project constraints, tagging, and more! | moonrepo
                                                      • The JavaScript Oxidation Compiler

                                                        We are thrilled to announce that oxlint is now generally available! This milestone signifies our team's ability to promptly address and triage issues. Oxlint is a JavaScript linter designed to catch erroneous or useless code without requiring any configurations by default. How to Use ​At this stage, oxlint is not intended to fully replace ESLint; it serves as an enhancement when ESLint's slowness

                                                          The JavaScript Oxidation Compiler
                                                        • New year, new browser – The new Microsoft Edge is out of preview and now available for download

                                                          A little over a year ago, we announced our intention to rebuild Microsoft Edge on the Chromium open source project with the goals of delivering better compatibility for everyone, less fragmentation for web developers, and a partnership with the Chromium community to improve the Chromium engine itself. At Ignite, we unveiled our new vision for the web and search, our colorful new icon, and how Micr

                                                            New year, new browser – The new Microsoft Edge is out of preview and now available for download
                                                          • Release v10.0.0 · TypeStrong/ts-node

                                                            Questions about this release? Ask in the official discussion thread: #1337 Breaking changes are prefixed with [BREAKING] Added Adds --show-config to log the resolved configuration (docs) (#1100, #1243) Bundle and re-export @tsconfig/node* configurations for convenience (docs) (#1202, #1236, #1313) Default to appropriate @tsconfig/node* configuration based on node and typescript versions (docs) (#1

                                                              Release v10.0.0 · TypeStrong/ts-node
                                                            • Announcing Vite 2.0

                                                              Create React App vs Vite React on @replit. Vite ran before the container could even boot CRA files. If you've never heard of Vite before and would love to learn more about it, check out the rationale behind the project. If you are interested in how Vite differs from other similar tools, check out the comparisons. What's New in 2.0 Since we decided to completely refactor the internals before 1.0 go

                                                                Announcing Vite 2.0
                                                              • Svelte <3 TypeScript

                                                                Svelte <3 TypeScript Typernetically enhanced web apps Orta Therox Jul 17 2020 It's been by far the most requested feature for a while, and it's finally here: Svelte officially supports TypeScript. We think it'll give you a much nicer development experience — one that also scales beautifully to larger Svelte code bases — regardless of whether you use TypeScript or JavaScript. Image of TypeScript +

                                                                  Svelte <3 TypeScript
                                                                • Node.js — Node v16.9.0 (Current)

                                                                  Error cause Errors can now be optionally constructed with a cause option, pointing to another error. This adds a cause property on the new error: const error1 = new Error('Error one'); const error2 = new Error('Error two', { cause: error1 }); // error2.cause === error1 Contributed by Michaël Zasso - #39947 Other Notable Changes [34c627e4bc] - (SEMVER-MINOR) crypto: add RSA-PSS params to asymmetric

                                                                    Node.js — Node v16.9.0 (Current)
                                                                  • Announcing TypeScript 4.8 Beta - TypeScript

                                                                    Today we’re announcing our beta release of TypeScript 4.8! To get started using the beta, you can get it through NuGet, or- use npm with the following command: npm install -D typescript@beta You can also get editor support by Downloading for Visual Studio 2022/2019 Following directions for Visual Studio Code. Here’s a quick list of what’s new in TypeScript 4.8! Improved Intersection Reduction, Uni

                                                                      Announcing TypeScript 4.8 Beta - TypeScript
                                                                    • New in Chrome 85  |  Blog  |  Chrome for Developers

                                                                      Chrome 85 is starting to roll out to stable now. Here's what you need to know: You can improve rendering performance with content-visibility: auto. CSS properties can now be set… in CSS. You can now check if your Windows app or PWA is installed with getInstalledRelatedApps(). App icon shortcuts work on Windows too (for real this time). An origin trial for fetch upload streaming has started. And mo

                                                                      • Announcing Serverless Framework v3 Beta

                                                                        Since the release of AWS Lambda, and later Serverless Framework, serverless technologies have radically simplified application development and operations. 6 years later, Serverless Framework is used by 90% of organizations that have gone serverless. Today, we are very excited to announce the availability of Serverless Framework v3 beta! The 3.0 release, planned for Q1 2022, includes a cleaner and

                                                                          Announcing Serverless Framework v3 Beta
                                                                        • Node.js — Node v14.5.0 (Current)

                                                                          Notable Changes V8 engine is updated to version 8.3 This version includes performance improvements and now allows WebAssembly modules to request memories up to 4GB in size. For more information, have a look at the official V8 blog post. Contributed by Matheus Marchini and Michaël Zasso - #33376. Initial experimental implementation of EventTarget This version introduces an new experimental API Even

                                                                            Node.js — Node v14.5.0 (Current)
                                                                          • 月面でも使えるタフなカメラを日本のニコンが作ります!

                                                                            月面でも使えるタフなカメラを日本のニコンが作ります!2024.03.08 22:00 Passant Rabie - Gizmodo US- [原文] ( R.Mitsubori ) NASAのゼナ・カードマン宇宙飛行士とドリュー・フォイステル宇宙飛行士が、アリゾナでの実地試験で初期デザインのハンドヘルド・ユニバーサル・ルナー・カメラを使用 Photo: NASA / Bill Stafford via Gizmodo US 青い地球をふだんのカメラで撮ってきて! 現在NASAでは、宇宙飛行士が月面で使用するハンドヘルドカメラを開発しています。そのパートナーとなっているのが、日本のカメラメーカーであるニコンです。 2026年に向け宇宙用カメラを開発NASAとニコンが契約を結び、月面の過酷な環境温度に耐えるカメラを共同制作することになりました。契約には、宇宙飛行士が月面で過ごす様子を撮影(研

                                                                              月面でも使えるタフなカメラを日本のニコンが作ります!
                                                                            • Remix Vite is Now Stable

                                                                              Today we’re excited to announce that support for Vite is now stable in Remix v2.7.0! After the initial unstable release of Remix Vite, we’ve been hard at work refining and extending it over the past few months with help from all of our early adopters and community contributors. Here’s what we’ve been up to: Closed 75 issues and merged 136 pull requests related to Vite. Migrated the website you’re

                                                                                Remix Vite is Now Stable
                                                                              • Announcing Vue 3.4 | The Vue Point

                                                                                Today we're excited to announce the release of Vue 3.4 "🏀 Slam Dunk"! This release includes some substantial internal improvements - most notably a rewritten template parser that is 2x faster, and a refactored reactivity system that makes effect triggering more accurate and efficient. It also packs a number of quality-of-life API improvements, including the stabilization of defineModel and a new

                                                                                  Announcing Vue 3.4 | The Vue Point
                                                                                • Node.js 16.x runtime now available in AWS Lambda | Amazon Web Services

                                                                                  AWS Compute Blog Node.js 16.x runtime now available in AWS Lambda This post is written by Dan Fox, Principal Specialist Solutions Architect, Serverless. You can now develop AWS Lambda functions using the Node.js 16 runtime. This version is in active LTS status and considered ready for general use. To use this new version, specify a runtime parameter value of nodejs16.x when creating or updating fu

                                                                                    Node.js 16.x runtime now available in AWS Lambda | Amazon Web Services