Граф коммитов

651 Коммитов

Автор SHA1 Сообщение Дата
Samuel Attard e800049b13 feat(plugin-webpack): capture logs into web ui, handle preload scripts 2018-05-07 11:52:47 +10:00
Mark Lee 8ffab0b445 fix(publisher-github): remove deprecated option from @octokit/rest params (#505)
This broke with @octokit/rest.js 15.2.0.

ISSUES CLOSED: #493
2018-05-04 19:59:53 +10:00
Mark Lee 77775eaad4 Fix linting error 2018-05-03 23:42:23 -07:00
Mark Lee f7b2008cab Use my real name in the README 2018-05-03 23:40:06 -07:00
Samuel Attard 576844e5ca fix(plugin-webpack): fix config resolution when providing a string 2018-05-04 15:01:52 +10:00
Samuel Attard d59e744051 Update CHANGELOG.md 2018-05-04 14:22:07 +10:00
Samuel Attard 72cc5313d6 Version Bump: 6.0.0-beta.10 2018-05-04 14:22:07 +10:00
Samuel Attard 0ee2dbb55f fix(plugin-webpack): ensure methods are bound to class instance 2018-05-04 14:21:58 +10:00
Samuel Attard 9674ba03c7 Update CHANGELOG.md 2018-05-04 14:07:48 +10:00
Samuel Attard c565d6dffa Version Bump: 6.0.0-beta.9 2018-05-04 14:07:47 +10:00
Samuel Attard 531d3c80f8 feat(plugin-webpack): new webpack plugin 2018-05-04 14:07:40 +10:00
Samuel Attard 67d63105e0 Update CHANGELOG.md 2018-05-03 18:19:15 +10:00
Samuel Attard 760cbc271e Version Bump: 6.0.0-beta.8 2018-05-03 18:19:15 +10:00
Samuel Attard 7609a87c26 chore: fix readme generation for info blocks 2018-05-03 18:19:07 +10:00
Samuel Attard 2d337270b6 Update CHANGELOG.md 2018-05-03 17:56:21 +10:00
Samuel Attard ae891ef47a Version Bump: 6.0.0-beta.7 2018-05-03 17:56:21 +10:00
Samuel Attard 513013e61c chore: set up README sync so that docs on the site are published to js.electronforge.io and to npm w
Fixes #483
2018-05-03 17:55:53 +10:00
Samuel Attard ab64142ffd fix: remove unneeded 2 second timeout 2018-05-03 16:45:27 +10:00
Samuel Attard f8c6b7f77c Update CHANGELOG.md 2018-05-03 16:42:18 +10:00
Samuel Attard 3ae6138159 Version Bump: 6.0.0-beta.6 2018-05-03 16:42:15 +10:00
Samuel Attard faeec5a6ae fix: fix changelog generation 2018-05-03 16:42:06 +10:00
Samuel Attard 131665cbda feat(publisher-nucleus): add publisher-nucleus to add nucleus upload support to v6 2018-05-03 16:33:38 +10:00
Samuel Attard 9714be38bb chore(maker-zip): update yarn.lock 2018-05-03 16:12:00 +10:00
Samuel Attard 40484e1605 style: set-up tslint 2018-05-03 14:53:33 +10:00
Mark Lee e06aa0b7a7 refactor(maker): replace zip-folder with cross-zip (#325)
ISSUES CLOSED: #322
2018-05-03 14:52:29 +10:00
Mark Lee 77077ce236 feat(generic): add source-map-support for better stacktraces 2018-05-02 20:34:29 -07:00
Samuel Attard 61b3632934 test(plugin-local-electron): add tests for the local electron plugin 2018-05-03 13:34:07 +10:00
Samuel Attard 46aaf7ac17 fix(core): fromBuildIdentifier moved to the utils object 2018-05-03 13:34:07 +10:00
Samuel Attard ebcd4c13d0 docs(plugin-local-electron): add docs for the config options 2018-05-03 13:34:07 +10:00
Samuel Attard 8af9268232 feat(plugin-local-electron): add plugin-local-electron
used to run a local version of electron instead of the version the electron module downloads
2018-05-03 13:34:07 +10:00
Samuel Attard fef9bcd516 fix(core): fix error log for package for new path to packagerConfig 2018-05-01 15:39:09 +10:00
Samuel Attard e2734f0a2b Update CHANGELOG.md 2018-05-01 15:36:35 +10:00
Samuel Attard d5f1189ec8 Version Bump: 6.0.0-beta.5 2018-05-01 15:35:26 +10:00
Samuel Attard 10b3876554 fix(core): fix make not respecting mas as a target platform 2018-05-01 15:35:17 +10:00
Samuel Attard 3f9ec6b837 docs: fix changelog generation 2018-05-01 14:41:49 +10:00
Samuel Attard b810d0b1d5 Update CHANGELOG.md 2018-05-01 14:39:41 +10:00
Samuel Attard 2c856356d5 Version Bump: 6.0.0-beta.4 2018-05-01 14:36:44 +10:00
Samuel Attard bc8620e000 chore(docs): fix changelog for last 2 versions 2018-05-01 14:35:31 +10:00
Samuel Attard 74fcd74931
chore(docs): Fix image sizing in README 2018-05-01 14:34:02 +10:00
Samuel Attard dc6c9fce49 feat(core): add fromBuildIdentifier helper for dynamic at-build-time config
* better tests
* proxy arrays as well as objects in proxify magic
2018-05-01 14:29:48 +10:00
Samuel Attard 8728baa11a feat(maker-pkg): add new maker for .pkg files on macOS 2018-05-01 12:23:32 +10:00
Samuel Attard dab06d9cb1
feat(core): V6 Docs (#496)
* well here we go

* refactor(all-makers): rewrote in typescript

* now some publishers

* more publishers

* pretty much everything

* Finish typescript conversion with core tests

* Conflict resolution

* Ensure ts output is generated (forgot the tsconfig)

* Fix ES5 inclusion of fetch-mock

* Tests need node 8 because of fetch-mock

* Initial docs work

* Remove assets folder

* Remove .vscode

* Use node 6

* Add publisher docs

* Destroy README because everything is on docs site now

* Add now deployment

* Add giant plugins warning

* Docs are now on gitbook not in GH

* Fix README

* Update / export types
2018-05-01 00:49:39 +10:00
Samuel Attard ebd9a95873
fix(core): check packageJSON.main is set and don't enforce subdir rule
Fixes #497
Fixes #498
2018-05-01 00:45:31 +10:00
Samuel Attard c46e02346e Revert "GitBook: [master] 3 pages modified"
This reverts commit 16a3edd9cc.
2018-04-30 19:36:53 +10:00
Samuel Attard 16a3edd9cc
GitBook: [master] 3 pages modified 2018-04-30 05:16:19 +00:00
Samuel Attard a3faa61969
refactor(all): rewrote in typescript
* well here we go

* refactor(all-makers): rewrote in typescript

* now some publishers

* more publishers

* pretty much everything

* Finish typescript conversion with core tests

* Conflict resolution

* Ensure ts output is generated (forgot the tsconfig)

* Fix ES5 inclusion of fetch-mock

* Remove .vscode
2018-04-28 13:20:03 +10:00
Mark Lee 129e4ab86d Add warning about master/6.x while it's under construction 2018-04-18 09:28:24 -07:00
Mark Lee 825c7f2c46 chore(generic): upgrade @octokit/rest, ora, & proxyquire (#477) 2018-04-18 16:40:38 +10:00
Mark Lee b014f2116c Update CHANGELOG.md 2018-04-16 21:09:21 -07:00
Mark Lee e4902915d0 Version Bump: 6.0.0-beta.3 2018-04-16 21:09:21 -07:00