This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
1.61.0-beta0
Pre-release
Pre-release
Notable Changes
- atom/atom#22687 - Electron upgrade to
v11.4.7
- #23446 - Fixes
git-diff
nested repositories REDUX - atom/github#2676 - Correctly discard history of two files with the same name
- atom/language-php#445 - Detects nullable types in phpdoc
- atom/language-php#432 - Supports blade syntax in heredoc
- atom/language-ruby#240 - Adds ERB highlighting inside of script tags
All Changes
Atom Core
v1.60.0...1.61.0-beta0
- atom/atom#23158 - Remove
if (reason === crashed)
- atom/atom#23282 - Remove aws-sdk
- atom/atom#23286 - Bump path-parse from 1.0.6 to 1.0.7 in /packages/dalek
- atom/atom#23285 - Bump lodash from 4.17.15 to 4.17.21 in /packages/dalek
- atom/atom#22687 - Electron upgrade 11.4.7
- atom/atom#23322 - Install using npm installed during installation of script dependencies
- atom/atom#23446 - Fix
git-diff
nested repositories REDUX - atom/atom#23492 - ⬆️ [email protected]
- atom/atom#23506 - Bump node-fetch from 2.6.1 to 3.1.1 in /script
- atom/atom#23505 - Bump nanoid from 3.1.22 to 3.2.0
- atom/atom#23575 - fix/deps: min versions of electron-chromedriver...
- atom/atom#23578 - ⬆️ [email protected]
- atom/atom#23624 - Bump language-ruby to 0.73.0
- atom/atom#23647 - deps: "downgrade" node-fetch to ^v2.6.7 in script/ (fix "Bump dependencies" job in Nightly CI)
- atom/atom#23655 - (docs) Add FAQ link
- atom/atom#23668 - ⬆️ electron-packager to 15.1.0 in /script
github
v0.36.9...v0.36.10
- atom/github#2676 - Hotfix in restore discard history of files with same name
- atom/github#2682 - Clarify debug line
- atom/github#2683 - update os matrix in ci
- atom/github#2712 - Remote module defaults to false
language-php
v0.47.0...v0.48.1
- atom/language-php#445 - Detect nullable types in phpdoc
- atom/language-php#439 - Replace noreturn with never
- atom/language-php#444 - limit allowed characters to UTF-8 range (0x10FFFF)
- atom/language-php#432 - Support blade syntax in heredoc
language-ruby
v0.72.23...v0.73.0
- atom/language-ruby#289 - GitHub Actions
- atom/language-ruby#288 - Bump tree-sitter-ruby to 0.17.0
- atom/language-ruby#240 - Add ERB highlighting inside of script tags
- atom/language-ruby#218 - add interpolated snippet
- atom/language-ruby#234 - Support multiline YARD comments
- atom/language-ruby#224 - Fix missing scopes on separators and
self
, differentiate->
- atom/language-ruby#294 - Fix some typos