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
Mark Nadal
272935630b
fix Jesse's synchronous Trace bug
2015-11-02 16:41:01 -08:00
Mark Nadal
7dee2d8b92
fix num checks & upgrade Jesse's path checks
2015-10-23 09:03:32 -07:00
Mark Nadal
8ab99c0efc
Merge remote-tracking branch 'refs/remotes/origin/master' into develop
2015-10-23 08:51:05 -07:00
Mark Nadal
e4d0e6c0c4
Revert "fix num validation & upgrade jesse's path check"
...
This reverts commit ba5dc00b6afea3d86a3b7809d9201d69d1d5f2e3.
2015-10-23 08:50:47 -07:00
Mark Nadal
ba5dc00b6a
fix num validation & upgrade jesse's path check
2015-10-23 08:43:58 -07:00
Mark Nadal
13b8ff9ada
val end fix & comments
2015-10-23 07:08:11 -07:00
Jesse Gibson
d7605f2a76
Check Gun.path for null value before calling a method on it, fix #108
2015-10-21 12:35:08 -06:00
Mark Nadal
4b41d04ada
fix live replication bug depending on ordering
2015-10-16 16:01:23 -07:00
Mark Nadal
ebe3f77693
path bug fixes & NTS
2015-10-15 16:45:58 -07:00
Mark Nadal
2c80ae81e9
path bug fixes & NTS
2015-10-15 16:34:30 -07:00
Mark Nadal
e6b0659a65
fix path val calling undefined
2015-10-14 18:18:27 -07:00
Mark Nadal
7192374ab8
NPM NOT USING LATEST :( :( :( trying to fix this.
2015-09-11 23:05:01 -07:00
Mark Nadal
be17f2e65e
for da website
2015-07-24 03:57:33 -07:00
Mark Nadal
4f5f483956
fix consensus4 bug
2015-07-20 17:49:02 -07:00
Mark Nadal
ee04f3a9cd
new branch
2015-07-20 15:00:26 -07:00
Mark Nadal
e9e8804de8
fixed a bunch of issues around graph mapping
2015-07-11 20:18:01 -07:00
Mark Nadal
2abfc17c14
tests pass, drivers fixed!
2015-07-03 22:48:38 -07:00
Mark Nadal
566c5c1cd6
moved code around, union event, val listens
2015-07-03 11:55:16 -07:00
Mark Nadal
2c96ffcdfa
we won't have to rollback!
2015-07-01 17:11:06 -07:00
Mark Nadal
6a34359f02
BEFORE removing NODE event
2015-07-01 12:56:07 -07:00
Mark Nadal
4212bc29d1
opt.force
2015-06-29 18:16:01 -07:00
Mark Nadal
bc5b992f90
tests pass in IE6! Scheduler bug fixed.
2015-06-29 11:46:26 -07:00
Mark Nadal
18cb3afba4
make get lazy
2015-06-25 13:16:20 -07:00
Mark Nadal
5059926b0b
rebroadcast key, client now full server, add chat
2015-06-23 15:46:21 -07:00
Mark Nadal
e658997811
fix double set bug, have not check for start flag
2015-06-22 14:50:57 -07:00
Mark Nadal
3e8095f9d1
fixed at wire crossing
2015-06-21 01:32:34 -07:00
Mark Nadal
c0de82916a
Chain, not Chain.chain, silly me
2015-06-19 02:23:14 -07:00
Mark Nadal
ec8bdad620
set?
2015-06-19 02:02:15 -07:00
Mark Nadal
b3fbf01153
val stream flag driver fix, chat app use val
2015-06-17 18:10:06 -07:00
Mark Nadal
bd2c5134c4
on field from, chat now sorts and works!
2015-06-17 16:52:28 -07:00
Mark Nadal
2195b0e9d0
no false positive null emit FIXED with test
2015-06-17 14:05:40 -07:00
Mark Nadal
a01ca23304
fixed opt/soul with TEST
2015-06-17 12:52:30 -07:00
Mark Nadal
d8d4cfd3f2
nasty union bug FIXED with test
2015-06-17 12:33:29 -07:00
Mark Nadal
b2af477752
fixed nasty union bug but need test, key opt but need test, no false trigger, val unique check, tab respects instances, http header sent safety.
2015-06-17 02:29:08 -07:00
Mark Nadal
04059b8feb
local server spam stress test, map field
2015-06-15 19:24:43 -07:00
Mark Nadal
2bff91fa2d
FF hoist bug, tab socket res, put plural bug, on
2015-06-15 16:28:09 -07:00
Mark Nadal
3c6a3dae54
val termination end indicator flag streaming peers
2015-06-12 12:56:16 -07:00
Mark Nadal
9bef479823
remove deps, http now default, version bump
2015-06-09 04:46:07 -07:00
Mark Nadal
5b2c0477a1
map chain
2015-06-08 21:27:33 -07:00
Mark Nadal
45122b5d9a
map
2015-06-08 16:54:02 -07:00