fix:
#436log.log
isn't bound to log.info. Previously, it was processed with non-existent
log level.
5.1.0
New entry point for NW.js / Node.js apps: 'electron-log/node'
5.0.0
Core
Now it's a time to use modern ES instead of ES5. It was a joy to use
old-fashioned ES5, but since the library grows it becomes
harder to follow its restrictions. Starting from v5 the library
requires Node.js 14+ or Electron 13 at least.
Now a renderer process just sends log data to the main through IPC,
so only the main logger can be configured. See
initialize for more information
A new tranforms property is added for each transport. It allows to
configure transformations preformed on message data. See
transforms for more information.
log.create(logId) is replaced by log.create({ logId })
File transport
archiveLog options is renamed to archiveLogFn
resolvePath options is renamed to resolvePathFn
All logs are written to main.log file. If you want to write renderer
logs to a separated file, you can do that by overriding resolvePathFn
Console transport
writeFn callback is added. By default, it just passes message.data to
console.log function
Remote transport
onError is renamed to processErrorFn({ error, message, request })
transformBody is renamed to makeBodyFn({ logger, message, transport })
Bumps the desktop-updates group with 10 updates in the /client/electron directory:
9.2.4
9.2.10
3.6.0
4.0.1
5.1.2
5.2.2
1.3.0
2.1.1
4.0.1
5.0.0
6.3.0
6.3.9
2.33.1
2.39.0
1.7.4
1.7.7
12.0.0
12.1.0
5.4.5
5.7.2
Updates
builder-util-runtime
from 9.2.4 to 9.2.10Changelog
Sourced from builder-util-runtime's changelog.
... (truncated)
Commits
Updates
chokidar
from 3.6.0 to 4.0.1Release notes
Sourced from chokidar's releases.
Commits
8c3479f
Release 4.0.1.812cf64
README8f9f136
Remove changelog md66a96ff
Update license yearbf65c94
improve internal types a little bit (#1363)4242091
Merge pull request #1360 from paulmillr/fseventsless95aa953
fix: always return promise in close() (#1359)bad7dce
fix: remove fsevents from docs and JSDoc9b15d99
Merge pull request #1356 from talentlessguy/remove-type-fromjsdocf4d8ad0
fix: remove jsdoc types and improve internal typesUpdates
electron-log
from 5.1.2 to 5.2.2Changelog
Sourced from electron-log's changelog.
... (truncated)
Commits
8f77007
5.2.24d29165
fix(cord): LogMessage.logId is empty, fixes #4427b991aa
chore(ci): Setup GitHub actions timeout606626b
5.2.16f6b95e
chore(ci): Update GitHub actionsc8b43a6
fix: timeZoneFromOffset function to return correct offset for UTC timezone (#...05ff875
chore: Update changeloga52f3e5
fix(core): log.log should be bound to log.info, fixes #4360b60fc4
5.2.012a9f75
fix(docs): Incorrect documentation for EventLogger, fixes #432Updates
electron-serve
from 1.3.0 to 2.1.1Release notes
Sourced from electron-serve's releases.
Commits
b845c84
2.1.1633af66
Fix loading directory specified by relative path (#45)1da640a
2.1.0d72acb3
Improve path resolution026c464
2.0.0a2a542c
Require Node.js 18 and Electron 30 and move to ESMUpdates
electron-unhandled
from 4.0.1 to 5.0.0Release notes
Sourced from electron-unhandled's releases.
Commits
48bf738
5.0.037d7c9b
Require Node.js 18 and Electron 30 and move to ESMUpdates
electron-updater
from 6.3.0 to 6.3.9Release notes
Sourced from electron-updater's releases.
... (truncated)
Changelog
Sourced from electron-updater's changelog.
... (truncated)
Commits
8992911
chore(deploy): Release v25.1.7 (electron-updater@6.3.9) (#8542)21dfd73
chore(deps): eslint and prettier upgrade to v9 (#8552)b6d6ea9
fix(updater): Unable to copy file for caching: ENOENT (#8541)2db6272
chore(deploy): Release v25.1.5 (electron-updater@6.3.8) (#8517)d1cb6bd
chore(deps): update typescript 5.x lockfile (#8516)7dceec7
chore(deps): update typescript eslint monorepo packages (major semver bump) (...afc6a34
chore(deploy): Release v25.1.3 (electron-updater@6.3.7) (#8488)178a3c4
chore(docs): migrating totypedoc
and upgradingmkdocs
+material
package...0dd4616
chore(deploy): Release v25.1.2 (electron-updater@6.3.6) (#8487)d56cd27
fix(deploy): redeploy all packages to sync semver ranges (#8486)Updates
@sentry/cli
from 2.33.1 to 2.39.0Release notes
Sourced from
@sentry/cli
's releases.... (truncated)
Changelog
Sourced from
@sentry/cli
's changelog.... (truncated)
Commits
63b0fbb
meta: Update CHANGELOG.mdd30066d
release: 2.39.0ffd3848
feat(proguard): Introduce experimental chunk uploading feature (#2264)992118c
ref(proguard): Delete pointless code (#2263)fc73749
ref(test): Broadenwith_header_matcher
types6acf1da
ref(test): Acceptimpl Into\<Matcher>
forwith_matcher
61ca9dc
ref(test): Alignwith_reponse_body
parameter tomockito
035c0bb
ref(test): Make mock builder status default to200
233608e
ref(test): Change chunk upload options org (#2257)789d8a9
ref(test): Bumpmockito
mocking library (#2254)Updates
axios
from 1.7.4 to 1.7.7Release notes
Sourced from axios's releases.
Changelog
Sourced from axios's changelog.
Commits
5b8a826
chore(release): v1.7.7 (#6585)364993f
fix(http): fixed support for IPv6 literal strings in url (#5731)d198085
fix(fetch): fix stream handling in Safari by fallback to using a stream reade...d584fcf
chore(release): v1.7.6 (#6583)bc03c6c
chore(examples): fix module import (#6575)df9889b
fix(fetch): optimize signals composing logic; (#6582)ee208cf
chore(sponsor): update sponsor block (#6576)085f568
fix(fetch): fix content length calculation for FormData payload; (#6524)59cd6b0
chore(release): v1.7.5 (#6574)6700a8a
fix(core): add the missed implementation of AxiosError#status property; (#6573)Updates
commander
from 12.0.0 to 12.1.0Release notes
Sourced from commander's releases.
Changelog
Sourced from commander's changelog.
Commits
970ecae
12.1.04a9b211
Prepare CHANGELOG for 12.1.0 (#2193)0e083f8
ci: add 22.x to node-version (#2192)d3b48f7
Remove unimplemented fullDescription from TypeScript (#2191)c749eb8
Bump tsd from 0.30.4 to 0.31.0 (#2172)