Mark Nadal
d0d7e9eab5
before removing everything but chain
2016-06-21 17:12:10 -07:00
Mark Nadal
454588ea7b
111 passing with a tad clean up
2016-06-16 10:50:51 -07:00
Mark Nadal
efc6947642
111 tests passing!
2016-06-15 18:57:44 -07:00
Mark Nadal
513ce25c51
use new key data, before any/err/ok/chain piping
2016-06-11 14:32:22 -07:00
Mark Nadal
752fe41a19
Before adding queue to on
2016-06-08 15:07:04 -07:00
Mark Nadal
16fb144adc
Update README.md
2016-06-01 15:01:48 -07:00
Mark Nadal
ac761bf674
re-organize, add panic
2016-06-01 08:35:55 -07:00
Mark Nadal
08418ee836
realtime sync with 40 tests passing
2016-05-26 11:40:09 -07:00
Mark Nadal
3ff91ec42c
add more tests
2016-05-25 14:26:29 -07:00
Mark Nadal
9c83766c43
Merge pull request #193 from amark/develop
...
Develop
2016-05-25 15:25:50 -06:00
Mark Nadal
656019e674
use hidden back, turn off null listeners
2016-05-25 14:10:29 -07:00
Mark Nadal
1fdd9cf89a
20% tests passing! Before testing server.
2016-05-25 13:11:06 -07:00
Mark Nadal
8555f8a518
Merge branch 'master' into develop
2016-05-23 14:27:18 -07:00
Mark Nadal
7ca5867f6f
Merge pull request #192 from amark/develop
...
Develop
2016-05-23 15:20:30 -06:00
Mark Nadal
040161c1ab
fix @stefdv 's deep path put bug
2016-05-23 14:12:42 -07:00
Mark Nadal
e506904050
Merge remote-tracking branch 'origin/develop' into develop
2016-05-23 14:06:22 -07:00
Mark Nadal
56048097e5
fix @stefdv 's deep path put bug
2016-05-23 14:05:39 -07:00
Mark Nadal
4355eb1342
Merge branch 'master' into develop
2016-05-23 12:19:24 -07:00
Mark Nadal
639203fdd2
w00t
2016-05-23 12:15:34 -07:00
Mark Nadal
f6f595bda7
Merge pull request #183 from PsychoLlama/master
...
Allow chained custom prototypes
2016-05-21 19:09:59 -06:00
Jesse Gibson
eaac6b1805
Merge branch 'master' of https://github.com/amark/gun
2016-05-21 18:31:14 -06:00
Mark Nadal
25e7579d13
Merge pull request #191 from PsychoLlama/develop
...
Make `data.json` human-readable
2016-05-21 18:23:14 -06:00
Jesse Gibson
c35ae5e669
Make data.json human-readable
...
Since the file.js module is only for development or getting started, we
shouldn't have to minify the data before persisting it. In fact, it may
hurt things, since it obfuscates our data structure and makes it harder
to understand what's going on under the hood.
In this commit, I swapped `Gun.text.ify` with JSON's `stringify` and
gave it a 2-space formatting option to make the data more readable.
2016-05-21 17:04:00 -06:00
Mark Nadal
b02a1f74f5
Merge branch 'master' into develop
2016-05-13 19:58:21 -07:00
Mark Nadal
cc4aa19364
Merge pull request #190 from amark/develop
...
Develop
2016-05-13 20:25:28 -06:00
Mark Nadal
93906ac22d
stupid git
2016-05-13 19:17:05 -07:00
Mark Nadal
0e1e12884b
Merge branch 'master' into develop
2016-05-13 19:16:19 -07:00
Mark Nadal
042b387fa0
Merge pull request #189 from amark/develop
...
Develop
2016-05-13 20:15:43 -06:00
Mark Nadal
b1e86a3ae0
TODO: update to new panic!
2016-05-13 19:03:39 -07:00
Mark Nadal
5fcb314dfe
PANIC IS COMING! :D
2016-05-13 19:00:58 -07:00
Mark Nadal
77f9827359
Merge branch 'master' into develop
2016-05-13 19:00:31 -07:00
Mark Nadal
d92f885dee
Merge pull request #188 from amark/develop
...
Develop
2016-05-13 20:00:02 -06:00
Mark Nadal
27716d7a0d
fix for @stefdv
2016-05-13 18:53:03 -07:00
Mark Nadal
882e4b740a
fix for @stefdv
2016-05-13 18:42:17 -07:00
Mark Nadal
9be1a61f54
unwebpack
2016-05-13 18:37:36 -07:00
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
5ceed870e2
move to index
2016-05-04 14:39:51 -07:00
Mark Nadal
dfbfa2eaca
maybe use web pack?
2016-05-03 18:01:10 -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
Jesse Gibson
e614e2f5aa
Allow chained superclassing
...
When calling `gun.chain()`, gun invokes the constructor. If you create a
new class that inherits from gun, it will only work as far as there
aren't any `.chain` calls. This changes it from invoking the gun
constructor to instead invoke your current class context.
2016-04-05 18:25:30 -06:00
Mark Nadal
da70535eb9
PANIC IS COMING! :D
2016-04-01 19:16:03 -07:00
Mark Nadal
a6cbd12904
add PANIC!!!!!!!!! tests. :D
2016-04-01 17:04:05 -07:00
Jesse Gibson
bc688a4e7f
Merge branch 'master' of https://github.com/amark/gun
2016-04-01 16:36:35 -06:00
Mark Nadal
ae6409e7d9
Update README.md
2016-03-30 23:43:11 -07:00