Samuel Attard
00ecb65fd2
fix: handle case where there is no active electron beta line
2021-05-25 14:18:49 -07:00
GitHub Actions
857624d267
feat: update ABI registry
2021-05-25 19:38:05 +00:00
GitHub Actions
1970714dd8
feat: update ABI registry
2021-05-25 18:10:25 +00:00
Samuel Attard
e7638f32fd
feat: update ABI registry
2021-05-25 10:13:31 -07:00
GitHub Actions
f42e18178d
feat: update ABI registry
2021-05-25 14:33:52 +00:00
GitHub Actions
173652f909
feat: update ABI registry
2021-05-25 12:39:29 +00:00
GitHub Actions
8e696075af
feat: update ABI registry
2021-04-21 01:30:38 +00:00
GitHub Actions
4d4faf73c1
feat: update ABI registry
2021-04-21 00:20:49 +00:00
GitHub Actions
5ad787cc48
feat: update ABI registry
2021-04-20 21:06:29 +00:00
GitHub Actions
0a758a3c28
feat: update ABI registry
2021-04-20 20:06:45 +00:00
GitHub Actions
e641b1175a
feat: update ABI registry
2021-04-20 19:10:42 +00:00
GitHub Actions
9a6e988f2e
feat: update ABI registry
2021-03-06 02:32:46 +00:00
Samuel Attard
0b69668dce
feat: update ABI registry
2021-03-02 14:24:45 -08:00
Samuel Attard
6a5341469d
build: run ABI updater every hour
2021-03-02 14:23:25 -08:00
GitHub Actions
d7a3f00c93
feat: update ABI registry
2020-11-25 00:32:41 +00:00
GitHub Actions
6e33fb9455
feat: update ABI registry
2020-11-20 00:31:21 +00:00
Attila Večerek
42932775e7
fix: sorting of targets ( #99 )
...
* fix: sorting of targets
* fix: sort by both abi and target
2020-11-18 08:33:49 +01:00
Samuel Attard
7b787b46f5
force ABI update ( #98 )
...
* force ABI update
* feat: update ABI registry
* Update update-abi.yml
Co-authored-by: GitHub Actions <github-actions@users.noreply.github.com>
2020-11-17 12:58:09 -08:00
Attila Večerek
65c4a08589
fix: ABI registry updater ( #95 )
...
* fix: ABI registry updater
* fix: update ABI registry
* chore: add different lock files to .gitignore
* Update test/index.js
Co-authored-by: Mark Lee <malept@users.noreply.github.com>
* refactor: move ABI filtering to fetchAbiVersions
* refactor: extract processing of electron targets to a standalone function
* chore: update ABI registry
* refactor: format matching target in getTarget
* fix: detection of the correct ABI versions for Node v13, v12 and v11
* refactor: derivation of node targets
* fix: sorting of node + electron targets
Co-authored-by: Mark Lee <malept@users.noreply.github.com>
2020-11-17 12:13:15 -08:00
GitHub Actions
9851a5fbba
feat: update ABI registry
2020-10-21 00:43:59 +00:00
GitHub Actions
41217a504e
feat: update ABI registry
2020-10-20 00:43:30 +00:00
GitHub Actions
767000d431
feat: update ABI registry
2020-10-13 00:41:44 +00:00
GitHub Actions
3928fa6d02
feat: update ABI registry
2020-08-26 00:30:57 +00:00
Mark Lee
ef65dcc467
fix: various fixes for the ABI registry updater ( #92 )
2020-08-24 13:41:16 -07:00
MarshallOfSound
0c59d7d5ff
build: update Electron releases JSON
2020-08-23 00:31:55 +00:00
Mark Lee
5c9199dd1b
build: fix npm script name used in update API workflow ( #91 )
2020-08-21 20:34:29 -07:00
Mark Lee
3f6f27a464
feat: use autogenerated ABI target list ( #83 )
...
* feat: use autogenerated ABI target list
`yarn update-abi-registry` generates `abi_registry.json`, which is
loaded by the module to determine relatively recent ABI targets, along
with their LTS values and whether they are "future" targets.
* build: auto-update ABI JSON file via scheduled GitHub Action
2020-08-20 15:54:49 -07:00
Gellert Hegyi
75cc2ddc7f
feat: adds electron 10 beta info ( #87 )
2020-05-29 15:26:54 +02:00
Erik Bender
8934a47f02
feat: add electron 9 support ( #86 )
...
* add electron 9 support
* fix electron 9 abi version
2020-05-19 12:10:06 +02:00
David Björklund
02da402275
feat: Add node 14
2020-04-22 11:58:40 +02:00
Vishwas Shashidhar
14ee3eb65c
feat: electron 9 Support ( #80 )
2020-02-13 12:23:14 -08:00
Pat DeSantis
556a6ed3df
feat: add support for Electron 8 stable ( #78 )
2020-02-04 11:03:11 -08:00
Brendan Forster
9413d366a6
feat: add support for Node 13
2019-11-27 09:58:53 +01:00
Florian Keller
99f3fa5873
feat: Set LTS for Node 8 to false
2019-11-27 09:58:49 +01:00
Brendan Forster
70a1728562
feat: indicate Node 12 is an LTS release
2019-11-27 09:58:45 +01:00
Samuel Attard
efa7539788
feat: add support for Electron 7 stable and Electron 8 beta
2019-10-21 11:52:22 -07:00
Nitish Sakhawalkar
3651a264d7
feat: add abi version for electron 7 ( #72 )
2019-08-12 14:06:24 -07:00
Samuel Attard
1ad02ee49e
feat: add support for Electron v6 Stable ( #69 )
2019-07-30 09:35:43 -07:00
patrickrobbins
165f8849de
feat: added abi version for electron 6 ( #67 )
...
* added abi version for electron 6
* Moved electron 6.0 target to future targets
* remove ugly comma
* Update index.js
* Update index.js
2019-06-19 10:46:09 -07:00
Samuel Attard
79d73c3b67
feat: Electron 5 + node 12
2019-04-25 11:17:45 -07:00
Brendan Forster
fa6ecd4f4b
add entries for Node 12 and Electron 5 ( #62 )
...
* add entry for Node 12
* also add Electron 5
* drop electron 5 beta target from future list
* add tests for Electron
Co-Authored-By: Jacob <jacobq@users.noreply.github.com>
2019-04-25 10:56:37 -07:00
Jeremy Apthorp
9c5acd11ae
fix: bug with lts computation for node 10 ( #59 )
...
chained comparisons don't work in node, `a < b < c` is equivalent to `(a < b) < c`, i.e. coerce the boolean `(a < b)` to an integer (0 for false, 1 for true) and then compare that to `c`. So this `lts` test would always have been `true`, since both `0` and `1` are less than `+new Date(2020, 4, 31)`
2019-02-11 12:56:16 -08:00
Mark Lee
9e4c1a63e6
feat: add ABI number for Electron ^4.0.4 ( #57 )
...
See: https://github.com/electron/electron/pull/16687
2019-02-03 12:37:48 -08:00
Samuel Attard
458f2eb39c
feat: add support for Electron 5.0
2019-01-26 12:29:04 -08:00
Luke Vivier
7bc96648bc
fix: add electron 4.0.0 ( #53 )
2018-12-22 16:09:20 +13:00
Ole André Vadla Ravnås
9db6bd1be9
feat: add node 11 with abi 67 ( #51 )
2018-11-02 10:42:45 +11:00
Samuel Attard
d11b1aad31
fix: support electron 4.0.X
2018-10-02 01:35:18 +10:00
Lukas Geiger
3ea46c945a
chore: ⬆️ semantic release + update token ( #45 )
...
I'm unsure how the new version will handle our custom travis config. So this removes our linter for now.
2018-09-29 05:20:59 +02:00
Samuel Attard
9a3f348d2d
Merge pull request #50 from fantasticsid/master
...
Add support for Electron 3.0.0 release
2018-09-19 14:28:41 +10:00
Zhenchao Li
c8ac3d643d
Add support for Electron 3.0.0 release
2018-09-18 17:40:25 -07:00