nativefier/src
Ronan Jouchet 7c5b2bb68f Bump default Electron to 11.0.3, bump dep eslint-config-prettier to 7.x, bump version to something far away from current Electron version
Rationale for nonsensical major version bump: around Nativefier 8.x,
versions of Nativefier and Electron aligned, by release schedule coincidence.
Since Nativefier has little breaking changes, it was great: as Electron
releases are breaking, Nativefier had no breaking changes, I bumped our
major version on new major Electron, and everything was good.

Except *now*, as I have a breaking change, that would bump Nativefier to
12.x, which would be confusing since we'd still default to Electron 11 :-/ .

-> To keep respecting semver and reduce confusion, bumping Nativefier
   version to something far ahead. No it doesn't matter, version
   number are meaningless anyway (well, outside of semver, whose
   respect is precisely the point here).
2020-12-06 13:57:51 -05:00
..
build Warn on old Electron/Chrome (fix #556) (PR #1076) 2020-11-30 21:45:35 -05:00
helpers Check for improperly-formatted arguments (fix #885) (PR #1080) 2020-12-06 12:34:32 -05:00
infer inferOs: Add support for arm64 (#1037) 2020-08-29 16:12:22 -04:00
options Warn on old Electron/Chrome (fix #556) (PR #1076) 2020-11-30 21:45:35 -05:00
utils Bump eslint to 7.x, fix new lint errors 2020-07-18 11:19:58 -04:00
cli.ts Check for improperly-formatted arguments (fix #885) (PR #1080) 2020-12-06 12:34:32 -05:00
constants.ts Bump default Electron to 11.0.3, bump dep eslint-config-prettier to 7.x, bump version to something far away from current Electron version 2020-12-06 13:57:51 -05:00
integration-test.ts Revamp and move to TypeScript (#898) 2020-03-15 16:50:01 -04:00
jestSetupFiles.ts Revamp and move to TypeScript (#898) 2020-03-15 16:50:01 -04:00
main.ts Bump eslint to 7.x, fix new lint errors 2020-07-18 11:19:58 -04:00