Mark Nadal
8c33ab1efb
fix event emitter recursive state race condition bug. NEED TO ADD TEST.
2016-05-13 16:44:06 -07:00
Mark Nadal
0ed28b81e2
event emitter finished!
2016-05-12 19:18:14 -07:00
Mark Nadal
f84beca9ed
stun events...
2016-05-12 14:23:01 -07:00
Mark Nadal
cb5738c58f
Hmm. Before G U N chains?
2016-05-11 14:45:49 -07:00
Mark Nadal
9d484787d8
IE6 worked! Event emitter contexts as this.
2016-05-11 09:11:41 -07:00
Mark Nadal
0f01d06975
25M+ ops/sec !!!!!
2016-05-10 17:08:33 -07:00
Mark Nadal
c6b117fde9
footer
2016-05-03 12:01:41 -07:00
Mark Nadal
3e3b33e043
CANDY CHARIOTS
2016-04-05 18:00:58 -07:00
Mark Nadal
a6cbd12904
add PANIC!!!!!!!!! tests. :D
2016-04-01 17:04:05 -07:00
Mark Nadal
2f00bb95ce
before perf into gun
2016-03-20 18:55:16 -07:00
Mark Nadal
baa282acfc
argo
2016-03-17 16:19:01 -07:00
Mark Nadal
bdb61924b5
PTSD.js
2016-03-07 18:17:23 -08:00
Mark Nadal
2d3572fe82
oye
2016-02-29 23:18:22 -08:00
Mark Nadal
cae7db93f5
dem refactor
2016-02-26 12:15:24 -08:00
Mark Nadal
6c4da0e3a3
lazy evaluation!
2016-02-24 22:38:07 -08:00
Mark Nadal
2f0c2b844d
chain fulfillment experiment
2016-02-15 17:43:37 -08:00
Mark Nadal
9084b1200a
switch again
2016-02-15 14:23:32 -08:00
Mark Nadal
7883bad67d
oye
2016-02-15 13:56:23 -08:00
Mark Nadal
3feb3f5a42
on
2016-02-15 13:12:30 -08:00
Mark Nadal
995b2e6469
mid sentence.
2016-02-12 12:33:15 -08:00
Mark Nadal
0acdb4e137
mid-sentence
2016-02-11 19:46:16 -08:00
Mark Nadal
4631200115
refinements on structuring
2016-02-11 08:11:37 -08:00
Mark Nadal
874e5f5e13
lex.ify and friends!
2016-02-10 13:59:18 -08:00
Mark Nadal
cec7e10133
Streaming demo
...
Major changes for the streaming demo, pushing to GitHub
2016-02-09 16:30:47 -08:00
Mark Nadal
bf6c6e5a09
no 1006
2016-02-04 09:34:15 -08:00
Mark Nadal
c8fe8ae00c
SPAM
2016-02-03 12:07:41 -08:00
Mark Nadal
a1bc9a27f2
switch to real work
2016-02-01 13:47:42 -08:00
Mark Nadal
c03b7d4e1e
match update
2016-01-30 15:14:33 -08:00
Mark Nadal
155f096254
comments and semantics
2016-01-28 13:00:38 -08:00
Mark Nadal
ee919e7076
revise chat example
2016-01-26 08:11:53 -08:00
Mark Nadal
a85a7a6999
fix key checker
2016-01-25 20:22:32 -08:00
Mark Nadal
3edfbebd39
fixed chat app, fixed end events
2016-01-25 15:04:05 -08:00
Mark Nadal
2e34884384
not shouldn't emit for no reason!
2016-01-24 12:22:48 -08:00
Mark Nadal
b95b25fd94
don't be invalid!
2016-01-24 08:13:21 -08:00
Mark Nadal
85ee6fd07c
all core tests passing.
2016-01-23 20:49:37 -08:00
Mark Nadal
6908df0405
chasing performance
2016-01-23 20:49:37 -08:00
Mark Nadal
59f20c2cbd
couple fixes
2015-12-30 14:51:15 -08:00
Mark Nadal
22f98065db
make sure localStorage returns nodes not graphs
2015-12-28 15:02:56 -08:00
Mark Nadal
2e876b92fc
make sure localStorage isn't disabled
2015-12-28 14:49:24 -08:00
Mark Nadal
8c0dae0176
server updated
2015-12-26 21:14:14 -08:00
Mark Nadal
ab138b5350
BREAKING 0.3 ONLY CORE MEMORY WORKS!
...
# Conflicts:
# lib/file.js
2015-12-23 18:12:01 -08:00
Mark Nadal
6d15aa1e61
API 0.3 BREAKING CHANGES, TESTS PASSING
2015-12-22 01:56:41 -08:00
Jesse Gibson
7564d95321
Fix duplication of code, only test for node environment once
2015-11-23 15:59:46 -07:00
Jesse Gibson
f6f7310a50
Add basic compatibility with browserify and webpack
...
On the compile step, both window and module are defined. Gun prevents module exports by detecting the environment and tacking Gun onto the window object. This addition will check to see if it's a dual environment (like browserify or electron) and export to both window and module, preventing errors in your build step.
2015-11-23 15:32:48 -07:00
Mark Nadal
48f971555a
Merge pull request #119 from PsychoLlama/master
...
Allow .val to accept string arguments for logging
2015-11-17 11:18:52 -07:00
Mark Nadal
d2ee2e94b5
Update gun.js
2015-11-17 10:16:30 -08:00
Mark Nadal
fe6b82d60b
comment
2015-11-11 12:02:31 -08:00
Mark Nadal
b36d6f5247
move put's back.emit to the bottom for improved perf.
2015-11-09 19:07:08 -08:00
Jesse Gibson
ba6e99f301
Take string arguments into .val()
, prepending your arguments to the console output. Good for debugging. Closes #118
2015-11-03 15:00:02 -07:00
Mark Nadal
524b41ed4c
fixes #116 , closes #116
2015-11-02 18:16:33 -08:00