Commit graph

293 commits

Author SHA1 Message Date
Evan Czaplicki
3459672725 merges was right biased by accident 2013-09-30 02:08:51 -07:00
Evan Czaplicki
b40f2958d4 New convention for storing module values, fixes bug
Before it was not possible to add values to anything except leafs of
the namespace structure.
2013-09-30 01:32:27 -07:00
Evan Czaplicki
2cb4fd8973 Merge branch 'dev' of https://github.com/evancz/Elm into dev 2013-09-30 01:06:33 -07:00
Evan Czaplicki
dcbe2fc245 Change the format of module instantiation
Currently, it's only possible to create modules at the leafs of the
namespace structure. This CL lifts that restriction.

Get rid of "use strict" in many cases.
2013-09-30 00:44:31 -07:00
Max Goldstein
0f182c653d Fix runtime error with Random.float.
Rename JS function to avoid conflicting with reserved words, as enforced by
commit 40ea6df24 (found with git bisect).
2013-09-29 10:36:41 -04:00
Evan Czaplicki
045852a0c5 Move function around in docs 2013-09-24 23:17:56 -04:00
Max Goldstein
fa52b0f433 Somehow isEmpty got dropped from the docs. 2013-09-24 09:17:03 -04:00
Evan Czaplicki
46b988b34f Error on mod zero 2013-09-22 10:44:51 -04:00
Max New
f196eace07 Remove unused code in Dict library. 2013-09-18 01:49:23 -07:00
Max New
9523a81704 Dict: Implement remove. 2013-09-18 01:49:07 -07:00
Evan Czaplicki
c2eecc2084 Properly parse all user-defined infix declarations 2013-09-15 14:39:56 -07:00
Evan Czaplicki
a40cd3cc06 Make the build process look nicer 2013-09-15 14:39:56 -07:00
Evan Czaplicki
d71b957086 Merge pull request #236 from Apanatshka/dev
Rewrote Automaton library
2013-09-14 02:00:08 -07:00
Jeff Smits
befbaabedb Renamed rewritten Automaton lib to AutomatonV2, checked out Automaton lib from before rewrite. 2013-09-14 10:30:29 +02:00
Evan Czaplicki
872d9ac8c6 put module def in the correct order 2013-09-12 14:35:54 -07:00
Evan Czaplicki
2925a6019e Make order of functions and section headers more friendly 2013-09-12 14:34:23 -07:00
Evan Czaplicki
e3032ab664 Actually add the docs 2013-09-12 14:28:23 -07:00
Evan Czaplicki
ab7a1d74ce Merge pull request #246 from jsl/update_automaton_docs
Convert Automaton docs
2013-09-12 14:27:40 -07:00
Evan Czaplicki
9e17f13ffa Convert to new format 2013-09-12 14:00:29 -07:00
Evan Czaplicki
d0b980c33d actually document the function 2013-09-12 13:10:22 -07:00
Evan Czaplicki
c6a9aa397c Convert to new docs format 2013-09-12 13:07:38 -07:00
Evan Czaplicki
5e9c9933d4 Update to new doc format 2013-09-12 12:55:43 -07:00
Evan Czaplicki
1fddfaabae Fix position of module docs 2013-09-12 12:52:48 -07:00
Evan Czaplicki
5ca5364371 Make the types of colors line up nicer in documentation 2013-09-12 12:45:10 -07:00
Evan Czaplicki
4926d0773e Actually add content 2013-09-12 12:34:44 -07:00
Evan Czaplicki
2a18fb6302 Convert more libraries to the new doc format 2013-09-12 12:11:35 -07:00
Evan Czaplicki
1f10f8d4a5 Remove docs for things that are not in this library 2013-09-11 19:24:33 -07:00
Evan Czaplicki
ada499a7df Minor fixes in documentation 2013-09-10 19:22:52 -07:00
Evan Czaplicki
fca5094c53 Switch back to hiding the DOM node conversions 2013-09-10 18:47:19 -07:00
Evan Czaplicki
8ff581471e Minor tweaks to docs 2013-09-10 18:21:30 -07:00
Evan Czaplicki
c18bebe223 Merge pull request #253 from mgold/dev3
Separate out the gr(e|a)ys.
2013-09-10 18:06:43 -07:00
Evan Czaplicki
8ec4503638 Merge pull request #251 from mgold/dev2
Convert JavaScript and JSON docs.
2013-09-10 18:03:18 -07:00
Evan Czaplicki
01c303b4c7 Merge pull request #250 from mgold/dev
Convert Keyboard docs.
2013-09-10 18:02:28 -07:00
Evan Czaplicki
db72bdb856 Merge pull request #252 from jsl/convert_random_docs
Convert Random docs
2013-09-10 17:59:50 -07:00
Justin Leitgeb
ea131c9771 Convert Touch docs. 2013-09-10 16:12:11 -05:00
Justin Leitgeb
2671ac4393 Convert Random docs. 2013-09-10 16:08:06 -05:00
Max Goldstein
c3e2c0ee04 Separate out the gr(e|a)ys. 2013-09-10 13:56:49 -04:00
Max Goldstein
1aef98dbf8 Convert JavaScript and JSON docs. 2013-09-10 09:46:26 -04:00
Max Goldstein
35e1c33b78 Convert Keyboard docs. 2013-09-10 09:09:21 -04:00
Evan Czaplicki
c69ff2a10b Minor layout tweaks in documentation 2013-09-09 23:07:49 -07:00
Evan Czaplicki
66add54195 Merge pull request #245 from mgold/dev
Convert Color, Dict, and Set docs.
2013-09-09 22:47:44 -07:00
Evan Czaplicki
035e62b698 Merge pull request #248 from jsl/convert_time_docs
Convert Time docs
2013-09-09 22:42:29 -07:00
Evan Czaplicki
c034d96026 Merge pull request #247 from jsl/convert_http_docs
Convert Http docs
2013-09-09 22:39:18 -07:00
Justin Leitgeb
7b86205c4f Convert Text docs 2013-09-09 22:57:06 -05:00
Justin Leitgeb
6fda891f81 Convert Time docs 2013-09-09 22:45:16 -05:00
Justin Leitgeb
17ee840379 Apply new doc style to Automaton 2013-09-09 22:30:31 -05:00
Justin Leitgeb
9a0ff87429 Convert Http docs 2013-09-09 22:14:58 -05:00
Max Goldstein
9e600f2485 Convert Color, Dict, and Set docs. 2013-09-09 22:12:27 -04:00
Evan Czaplicki
2edcced713 Add a bit more to intro of documentation 2013-09-09 16:32:12 -07:00
Evan Czaplicki
f5c0bb23c3 Minor corrections in documentation 2013-09-09 15:59:05 -07:00