Leo Okawa Ericson
00a5f6e259
Fix broken link to installation tutorial for Linux
2017-11-07 17:18:53 +01:00
Artur Girenko
2a91f7ecc5
v0.7.2
2017-10-12 20:56:13 +02:00
Artur Girenko
4518fd7cdb
fix bug in scanImages fixes #149
2017-10-12 20:47:43 +02:00
Artur Girenko
4e0d23f335
v0.7.1
2017-10-09 21:38:10 +02:00
Artūr Girenko
b62774926a
Merge pull request #147 from drapanjanas/fix-bug-in-do-upgrade
...
Fix bug in do upgrade
2017-10-08 20:47:46 +02:00
Artūr Girenko
e67e7aeddc
Merge pull request #146 from drapanjanas/move-host-config-to-generated-ns
...
Move figwheel url configuration into generated namespace
2017-10-08 20:31:17 +02:00
Artur Girenko
8d829e5cc9
get rid of global mutable variable 'platforms'
2017-10-08 20:30:28 +02:00
Artur Girenko
05362a9ce8
fix bug in doUpgrade
2017-10-08 20:06:25 +02:00
Artur Girenko
9e14a62f4e
move figwheel url configuration into generated namespace
2017-10-08 19:00:15 +02:00
Artūr Girenko
181a208058
Merge pull request #144 from drapanjanas/fix-double-init-of-figwheel
...
fix double initialization of figwheel
2017-10-08 18:27:31 +02:00
Artur Girenko
846712cc12
use figwheel.client/start API instead of watch-and-reload
2017-10-04 22:09:51 +02:00
Artur Girenko
dc31ddfe13
fix double initialization of figwheel
...
- use only (watch-and-reload ...) way to setup figwheel
- do not explicitly require figwheel.connect.build_${platform} from figwheel-bridge.js
2017-10-04 09:59:56 +02:00
Artur Girenko
6097127be4
v0.7.0
2017-10-03 21:16:45 +02:00
Artur Girenko
af96fdd22b
use latest lein-figwheel 0.5.14
2017-10-03 20:59:52 +02:00
Artur Girenko
e05a159f3b
meh.. don't enable auto-require by default
2017-10-03 20:41:14 +02:00
Artūr Girenko
6f1ef05e17
Merge pull request #142 from drapanjanas/local-config
...
Support local configuration
2017-10-03 20:19:32 +02:00
Artur Girenko
c321909325
generate .gitignore including .re-natal.local
2017-10-03 20:07:27 +02:00
Artur Girenko
4689ae3932
remove unused function
2017-10-03 19:42:33 +02:00
Artur Girenko
0f08f6c971
add -g option to enable-auto-require and disable-auto-require
...
- by default these commands write to .re-natal.local
- with -g or --global they will write to .re-natal file
2017-10-03 19:42:14 +02:00
Artur Girenko
e89aa2ddb3
add -g option to use-ios-device, use-android-commands
...
- by default these commands write to .re-natal.local
- with -g or --global they will write to .re-natal file
2017-10-03 19:32:51 +02:00
Artur Girenko
0a51de384f
read and merge config from .re-natal.local
2017-10-02 22:35:26 +02:00
Artur Girenko
ac78028655
add shorter aliases for use-component and infer-components commands, fixes #131
...
- use-component -> require
- infer-components -> require-all
2017-09-28 23:22:52 +02:00
Artūr Girenko
db198010c9
Merge pull request #141 from drapanjanas/support-platforms-in-infer-components
...
support platform-specific modules in infer-components command
2017-09-28 21:41:16 +02:00
Artur Girenko
3b072819b2
support platform-specific modules in infer-components command
2017-09-28 21:29:37 +02:00
Artur Girenko
fac4825fcf
fix assertions in rum template
2017-09-25 21:00:34 +02:00
Artur Girenko
66332760f6
use React Native v0.48.4
2017-09-25 20:48:10 +02:00
Artūr Girenko
45712a7627
Merge pull request #140 from drapanjanas/auto-require
...
Auto-require: infer components in use-figwheel command
2017-09-25 18:31:23 +02:00
Artur Girenko
9fde539929
enable auto-require by default
2017-09-25 18:08:47 +02:00
Artur Girenko
b0bbdb7696
add info about auto-require to README
2017-09-25 17:52:06 +02:00
Artur Girenko
606f66add7
update command descriptions
2017-09-24 23:16:53 +02:00
Artur Girenko
b37334a3df
infer components when auto-require is enabled
2017-09-24 23:08:46 +02:00
Artur Girenko
d4c45e8777
add commands to enable auto-require feature
2017-09-24 21:47:52 +02:00
Artur Girenko
b423f76ab7
refactor infer-components command to use it in use-figwheel for auto-require
2017-09-24 21:39:47 +02:00
Artur Girenko
8ae3bce468
update minimum required node version as reported in #136
2017-09-24 16:05:05 +02:00
Artur Girenko
0a01a2743b
fix regex for patching debugger host in RCTWebSocketExecutor.m fixes #132
2017-09-24 15:56:27 +02:00
Artūr Girenko
49f34df468
Merge pull request #139 from paulbutcher/master
...
Include watchman in dependencies
2017-09-24 14:50:31 +02:00
Artūr Girenko
cd8f250372
Merge pull request #138 from bhauman/master
...
Create better more durable interactions with Figwheel and more.
2017-09-24 14:48:22 +02:00
Paul Butcher
fcb744b40c
Include watchman i n dependencies
2017-09-24 11:01:12 +01:00
Bruce Hauman
8d979a98c5
make it so that the final load listener is removed on load
2017-09-23 15:39:57 -04:00
Bruce Hauman
de04f0ba94
wait until whole app is loaded
2017-09-23 15:26:20 -04:00
Bruce Hauman
3ff63a6814
Merge branch 'figwheel-work'
2017-09-22 20:30:53 -04:00
Bruce Hauman
9306f97184
ignore package-lock.json
2017-09-22 20:28:07 -04:00
Bruce Hauman
54015dbd43
added assertions to provide better feedback when the core namespace contract isn't met
2017-09-22 20:07:17 -04:00
Bruce Hauman
34deb1ba69
update figwheel-bridge.js to work with newly available figwheel hooks
...
I made significant updates to figwheel-bridge.js so that it works
better with figwheel and hopefully better overall. Removed most hacky
integrations using hooks that will be permanently available in
figwheel.
By adding a listener that listens to all of Figwheels internal messages
the groundwork for a more figwheel like feedback system in the top
level figwheel react component has been started.
2017-09-22 20:06:02 -04:00
Artur Girenko
1dc7eb0caf
v0.6.0
2017-08-13 15:07:31 +02:00
Artur Girenko
d88e0940f6
use recent version of react-native-externs 0.1.0
2017-08-13 14:56:20 +02:00
Artur Girenko
c208738314
update README
2017-08-13 14:47:30 +02:00
Artur Girenko
8726509db2
bump RN to version 0.47.1
...
- add backwards compatibility for older to enable-source-maps command
2017-08-13 14:47:02 +02:00
Artūr Girenko
e5ab773ad2
Merge pull request #125 from mfikes/master
...
Improve dev logging when patching RN packager
2017-07-28 08:45:23 +03:00
Mike Fikes
942871af47
Improve dev logging when patching RN packager
2017-07-21 08:59:04 -04:00