Commit graph

244 commits

Author SHA1 Message Date
pelonpelon
bb4f92d500 Update mithril.module.md 2015-03-04 20:31:32 -06:00
pelonpelon
91607387b1 Update mithril.request.md 2015-03-04 20:25:47 -06:00
Leo Horie
496d820ee3 #424 fix key association when DOM is modified by external code 2015-01-27 20:53:58 -05:00
Leo Horie
b38b0ade0c Merge remote-tracking branch 'origin/next' into next 2015-01-25 22:50:03 -05:00
Leo Horie
6c77586616 #426 make array-to-querystring serialization work like jquery 2015-01-25 22:49:46 -05:00
majgis
4ffd72aee0 README.md is now copied to the output and included for npm publish
README.* was added to the files section of the package.json
instead of README.md because a find/replace operation changes
.md to .html
2015-01-25 11:13:59 -07:00
Leo Horie
028425ca08 fix title in homepage 2015-01-20 22:40:37 -05:00
Leo Horie
40fa1ea86b document edge case return value 2015-01-19 22:55:54 -05:00
Leo Horie
b988c14a54 update change log 2015-01-19 22:29:28 -05:00
Leo Horie
a04d67500e #420 allow unloading of modules 2015-01-19 22:29:12 -05:00
Leo Horie
fbb25f05ae remove dupe in doc 2015-01-19 20:53:34 -05:00
Dotan Dimet
68320b7a91 documentation pages should have titles 2015-01-05 00:29:12 +02:00
Leo Horie
b981a5b3bb update change log 2014-12-31 20:49:54 -05:00
Leo Horie
f98fa02f66 add section about todomvc benchmark 2014-12-31 16:39:17 -05:00
Leo Horie
32b7becd6f fix doc example 2014-12-31 15:53:39 -05:00
Leo Horie
2aeda23b32 update change log 2014-12-31 15:30:38 -05:00
Leo Horie
e9c892cb05 v0.1.27 publish 2014-12-11 10:36:47 -05:00
Leo Horie
09b25cb803 #378 fix strategy none semantics 2014-12-10 22:34:20 -05:00
Keenan Lidral-Porter
1dbe50ede2 remove unecessary function.bind call (artifact from old codebase) 2014-12-07 15:33:37 -08:00
Keenan Lidral-Porter
e690134478 replace new function pattern with IIFE and fixes errors in example code 2014-12-07 15:14:38 -08:00
Leo Horie
3d831a3294 update change log 2014-12-02 13:13:11 -05:00
Leo Horie
e3b6243d7b v0.1.25 2014-11-28 13:45:25 -05:00
Leo Horie
49e325d9e7 remove section about global namespace 2014-11-25 19:47:06 -05:00
Aarni Koskela
f2b2e5453b Fix typo
In the TOC link title, "auto-redrawing-works" -> "auto-redrawing works"
2014-11-24 16:50:21 +02:00
Leo Horie
d35c959424 self-host ghbtn for https support 2014-11-17 21:40:39 -05:00
Leo Horie
304c5a289b build fix and doc fixes 2014-11-17 21:33:16 -05:00
Leo Horie
b89568f829 polyfill.io throws error, suggest es5-shim instead 2014-11-13 21:15:50 -05:00
Leo Horie
bc7f61d519 update change log 2014-11-13 20:08:10 -05:00
Leo Horie
31a1625f59 publish 0.1.23 2014-11-12 20:44:12 -05:00
Leo Horie
5ed8891db3 doc tweaks 2014-11-12 20:06:24 -05:00
Leo Horie
289c02b882 Merge remote-tracking branch 'origin/next' into next 2014-11-07 23:37:10 -05:00
Leo Horie
067f91b465 #308 fix template compiler m->Mithril case 2014-11-07 23:36:50 -05:00
Leo Horie
320466edeb Merge pull request #328 from Nijikokun/hotfix/docs-html-entities
Fix incorrect paren in Html Entities code block
2014-11-06 16:29:02 -05:00
Leo Horie
c7069b9ae4 improve docs re: jsonp 2014-11-04 22:09:24 -05:00
Leo Horie
9617859068 improve docs 2014-11-04 21:29:13 -05:00
Nijiko Yonskai
4e080e9e5c Fix incorrect paren in Html Entities code block
- Swap paren to `)` instead of `(`
- Editor also removed trailing whitespaces.
2014-11-03 22:19:41 -08:00
Leo Horie
c980fd9b66 fix order issue when trusted content is mixed with other siblings,
fix js error when child is a random object
make home demo more minimalist
add explanation about modules in guide
2014-10-31 09:31:01 -04:00
Leo Horie
c7d6b40575 IRC channel 2014-10-30 11:03:03 -04:00
Leo Horie
cf3b77c161 docs and macro fix 2014-10-29 09:19:02 -04:00
Leo Horie
98c413b55b #307 fix compiler bugs 2014-10-13 21:22:38 -04:00
Leo Horie
549c18462f update change log 2014-10-12 22:01:18 -04:00
Leo Horie
90323c978a fixing docs 2014-10-12 21:53:50 -04:00
Leo Horie
0f90850b28 update change log 2014-10-08 22:32:38 -04:00
Leo Horie
6332a805dc improve docs 2014-10-08 22:32:30 -04:00
Leo Horie
07042b6fea update docs about polyfill.io 2014-10-06 21:45:18 -04:00
Leo Horie
5cc2b0638d #286 fix template compiler case: m("div", []) 2014-10-05 15:53:50 -04:00
Leo Horie
eabeabda74 tweak docs 2014-10-03 13:31:18 -04:00
Benedetto
ea7f8e0ec3 "name" gives me error - use a_name instead
I have noticed that one of the initial examples gives a error in my browser debugger (Safari). 
According to this page: http://www.w3schools.com/js/js_reserved.asp, "You should also avoid using the name of JavaScript built-in objects, properties, and method" (and name is listed).
In my case, if I change name to something else, I no longer get the error.
Thanks for Mithril!
2014-10-02 08:21:07 +01:00
Leo Horie
bfd043aa5e guide updates 2014-10-01 22:17:49 -04:00
Leo Horie
6f6ea4ce0d use minified file in guide to match installation 2014-09-28 14:38:29 -04:00