pyoor
|
a8fcf0d7bb
|
Modify logging.comment to dump, and remove comment from JSError
|
2017-06-15 12:41:03 -04:00 |
|
pyoor
|
6a65f5a4e6
|
Fixed bug in make.chars
|
2017-06-15 12:16:11 -04:00 |
|
pyoor
|
fba49412c7
|
Update utils.common.quote to escape unicode characters and inner escape sequences
|
2017-06-14 14:04:53 -04:00 |
|
pyoor
|
0bfe796364
|
Add logging.log to wrap strings in utils.scripts.safely before dumping
|
2017-06-13 14:25:22 -04:00 |
|
pyoor
|
194e8d948a
|
Remove unecessary attributes for Object.isObject
|
2017-06-13 13:19:33 -04:00 |
|
pyoor
|
c27266c234
|
Add Array.extend prototype
|
2017-06-13 13:19:09 -04:00 |
|
Jesse Schwartzentruber
|
c0fbfcfd6e
|
Re-add octo.js for distribution w/ jsdelivr.
Please update this whenever pushing a tag.
|
2017-06-12 15:08:10 -04:00 |
|
Christoph Diehl
|
a10136d2dc
|
Add 'no-unused-vars' to logging.ok for now
|
2017-06-10 13:04:47 +02:00 |
|
Christoph Diehl
|
986ae4ea67
|
Update README.md
|
2017-06-10 13:00:08 +02:00 |
|
Christoph Diehl
|
f69927f348
|
Add logger.ok
|
2017-06-10 08:35:35 +02:00 |
|
Christoph Diehl
|
bc7295ba29
|
Fix two more left-overs of make.number.*Number reference
|
2017-06-10 07:40:29 +02:00 |
|
Christoph Diehl
|
fe702f19ed
|
Fix left-over make.number.rangeNumber reference
|
2017-06-10 07:23:38 +02:00 |
|
Christoph Diehl
|
7801a05769
|
Hex is the correct escape in strict mode
|
2017-06-10 07:06:31 +02:00 |
|
Christoph Diehl
|
5226f2549b
|
Fix ESLint issues
|
2017-06-10 06:41:53 +02:00 |
|
Christoph Diehl
|
267d30720a
|
Tiny cosmetics in error message of pick()
|
2017-06-10 06:10:40 +02:00 |
|
Christoph Diehl
|
f03f658691
|
Fix color escape sequences
|
2017-06-10 06:09:20 +02:00 |
|
Christoph Diehl
|
56d3cb3851
|
Let shaders be returned as arrays
|
2017-06-10 05:54:06 +02:00 |
|
Christoph Diehl
|
562ba9ebb7
|
Add platform.SpeechGrammar to platform object
|
2017-06-10 05:52:22 +02:00 |
|
Christoph Diehl
|
bf19096239
|
Remove Number suffix from make.number.* methods
|
2017-06-10 05:51:41 +02:00 |
|
pyoor
|
97bc2ab4ad
|
Multi-window fix for Objects.isObject
|
2017-06-08 18:15:31 -04:00 |
|
pyoor
|
d7cb85131d
|
Add Object.isObject shim
|
2017-06-08 17:56:46 -04:00 |
|
pyoor
|
2cf47dba1d
|
Add unicode safe, base64 encode/decode
|
2017-06-08 12:05:06 -04:00 |
|
Christoph Diehl
|
3ad70863f1
|
Let platform be a self-invoked function
|
2017-06-08 15:49:58 +02:00 |
|
Christoph Diehl
|
d7db764361
|
Let platform be a self-invoked function
|
2017-06-08 15:46:46 +02:00 |
|
Christoph Diehl
|
07983e5999
|
Let platform be a self-invoked function
|
2017-06-08 15:41:04 +02:00 |
|
pyoor
|
ccb0996187
|
Remove duplicate shuffle function
|
2017-06-08 09:32:40 -04:00 |
|
pyoor
|
8401a10127
|
Replace instanceof Array checks with Array.isArray
|
2017-06-08 09:31:41 -04:00 |
|
pyoor
|
060345e96a
|
WIP Add utils.mutate.random to any()
|
2017-06-08 00:18:33 -04:00 |
|
pyoor
|
16402ea39c
|
WIP Initial commit of mutators
|
2017-06-08 00:15:20 -04:00 |
|
Christoph Diehl
|
179ebeb042
|
Add IRCCloud badge to README.md
|
2017-06-08 05:05:15 +02:00 |
|
Christoph Diehl
|
1bb1e5e070
|
Add IRCCloud badge to README.md
|
2017-06-08 05:04:42 +02:00 |
|
Christoph Diehl
|
cecc7b0f5e
|
Remove references of removed random.some in favour of random.subset
|
2017-06-08 04:27:26 +02:00 |
|
Christoph Diehl
|
891fb2bb60
|
Rename make.number.anyNumber to make.number.any
|
2017-06-08 04:26:28 +02:00 |
|
Christoph Diehl
|
23efa3df7f
|
Let random seed be a property
|
2017-06-08 04:12:49 +02:00 |
|
Jesse Schwartzentruber
|
dbaffb373c
|
Deploy to both github pages (always) & releases (tagged)
|
2017-06-07 12:34:17 -04:00 |
|
Jesse Schwartzentruber
|
8a29be9b88
|
Experiment with deployment to github releases
|
2017-06-07 12:10:53 -04:00 |
|
Jesse Schwartzentruber
|
a401775ea9
|
Fix Travis CI:
* use github_token instead of api_key
* use before_deploy instead of script so tests are still run.
|
2017-06-07 11:47:32 -04:00 |
|
Jesse Schwartzentruber
|
1f061e996f
|
Use Travis CI to automate build and deploy.
Latest octo.js will always be on github pages.
|
2017-06-07 11:42:09 -04:00 |
|
Jesse Schwartzentruber
|
2262c9a2b5
|
Add all files to the tests index.html for local runs.
|
2017-06-07 11:09:57 -04:00 |
|
Jesse Schwartzentruber
|
5be44328f0
|
Double the length of random distribution tests to decrease random
failures.
|
2017-06-07 10:28:50 -04:00 |
|
Jesse Schwartzentruber
|
9f9b83dc96
|
Simplify random.hex
|
2017-06-07 10:27:51 -04:00 |
|
Christoph Diehl
|
fb6a02185f
|
Update octo.js
|
2017-06-07 03:46:44 +02:00 |
|
Christoph Diehl
|
fd6debad01
|
Use any() rather than file() inside make.files
|
2017-06-06 07:17:14 +02:00 |
|
Christoph Diehl
|
6110524f78
|
Fix o.get by calling random.pick instead of the removed random.index
|
2017-06-06 07:12:31 +02:00 |
|
Christoph Diehl
|
3e8c5c82f7
|
Fix namespace of quote()
|
2017-06-06 07:07:08 +02:00 |
|
Christoph Diehl
|
83f241e7b4
|
Fix namespace of getKeysFromHash
|
2017-06-06 07:04:43 +02:00 |
|
Jesse Schwartzentruber
|
aaa11ca105
|
Add Travis integration for slack
|
2017-06-01 13:43:57 -04:00 |
|
pyoor
|
ade22d6dc4
|
Fix standard style issues
|
2017-06-01 13:30:04 -04:00 |
|
pyoor
|
be4fef5d86
|
Reduce dependencies in make.network.randomIPv6
|
2017-05-31 15:58:01 -04:00 |
|
pyoor
|
7f68b11902
|
Merge make.strings into make.text
|
2017-05-31 15:57:05 -04:00 |
|