kaspertidemann
a3af03a600
Fixes wording.
2015-12-10 15:51:17 +01:00
Leo Horie
0fcba67340
add installation link to readme
2015-12-02 22:12:00 -05:00
Leo Horie
b121ba2824
point to mithril-objectify
2015-12-02 22:06:05 -05:00
Leo Horie
b12453b156
Merge pull request #849 from bewildergeist/download-links-to-installation
...
Point Download button and topnav link to installation.html
2015-12-01 18:38:09 -05:00
Leo Horie
b4656958c9
Merge pull request #862 from veggiemonk/next
...
Overriding extract option in m.request
2015-12-01 18:37:22 -05:00
Julien Bisconti
bd0ce5c06b
Overriding extract option in m.request
...
fixes : #859
2015-12-01 18:04:11 +01:00
Isiah Meadows
c65b3f29a7
Merge pull request #861 from veggiemonk/patch-1
...
fix missing paren in code
2015-11-30 15:11:59 -05:00
Julien Bisconti
c92c92d9df
fix missing paren in code
2015-11-30 21:06:58 +01:00
impinball
90701a4cbb
Only call then once in prop.then.
2015-11-26 07:49:15 -05:00
impinball
42723cbeb6
Fully isolate m.prop(), make m.prop().then return current value
...
Note that this does *not* memoize `then`, another deviation from spec, but
it's unlikely this will actually cause very many bugs. It's also a breaking
change.
2015-11-26 07:44:19 -05:00
impinball
0b173deed7
Merge 'origin/patch-2', remove trailing commas
2015-11-25 22:45:45 -05:00
impinball
e0f51db618
Disable tests that mysteriously affect others
2015-11-25 22:43:02 -05:00
impinball
3ae005bd1d
Unfix test
2015-11-20 02:53:28 -05:00
impinball
d7ef127be2
Isolate m.prop() and m.deferred() implementations (mostly)
...
This mostly isolates the implementations for both of these. Now, everything
here calls the method itself, not any of the external methods.
Few driveby fixes as well:
1. Git now ignores archive/ again (it's a build artifact, and can be removed
when updating `master`)
2. Since I had to rewrite most of the Deferred implementation, the new version
passes one of the skipped tests, so it is now enabled.
2015-11-20 02:49:48 -05:00
impinball
f673306d6c
Merge remote-tracking branch 'origin/next' into patch-2
2015-11-19 18:12:43 -05:00
impinball
a5fbc70853
Merge branch 'next' of https://github.com/lhorie/mithril.js into next
2015-11-15 22:50:27 -05:00
Dan Okkels Brendstrup
e9d46d0e06
Download button + links point to Installation page
2015-11-15 20:59:53 +01:00
impinball
37266a2b8f
Merge branch 'next' of https://github.com/lhorie/mithril.js into patch-2
2015-11-13 21:55:36 -05:00
impinball
53f5c9d21b
Merge branch 'patch-2' of https://github.com/impinball/mithril.js into patch-2
2015-11-13 21:52:25 -05:00
impinball
b7ae45b6e0
Address @lhorie's comments, fix HTML test files
2015-11-13 21:40:25 -05:00
Leo Horie
edc5dca238
Merge pull request #846 from bewildergeist/lowercase-npm-package-name
...
Revert to lowercase NPM package name
2015-11-13 08:42:55 -05:00
Dan Okkels Brendstrup
101d4523b4
Revert to lowercase NPM package name
...
As per https://docs.npmjs.com/files/package.json#name as mentioned by @Pumpuli
in #845 .
2015-11-13 08:40:08 +01:00
Leo Horie
5269f9b1ce
don't use non-standard trim, dies on Travis CI
2015-11-12 23:42:27 -05:00
Leo Horie
4de23eb5c8
Merge remote-tracking branch 'origin/next' into next
2015-11-12 23:31:06 -05:00
Leo Horie
28366212b0
prevent IE error #810
2015-11-12 23:30:50 -05:00
Leo Horie
0b4ec86221
Merge pull request #835 from PaulAvery/next
...
Do not use `window` when it is not available
2015-11-12 22:47:33 -05:00
Leo Horie
12cc183687
Merge pull request #845 from bewildergeist/one-config-to-rule-them-all
...
Read version number + other info from package.json
2015-11-12 22:39:35 -05:00
Leo Horie
04afc9a2c5
stop eslint nag
2015-11-12 22:36:05 -05:00
Leo Horie
e3e2fba060
remove broken badge
2015-11-12 18:54:08 -05:00
Leo Horie
9c0f9beedb
remove broken badge
2015-11-12 18:53:36 -05:00
Dan Okkels Brendstrup
0c38f9ec1c
Read version number + other info from package.json
2015-11-12 23:53:04 +01:00
Leo Horie
92c9334006
don't break concat scripts
2015-11-12 16:28:58 -05:00
Leo Horie
db66d89bc5
Merge pull request #844 from bewildergeist/fix-license
...
Fix MIT license annotation in package.json
2015-11-12 16:07:46 -05:00
Dan Okkels Brendstrup
d20c0a77bb
Fix MIT license annotation in package.json
...
As per https://docs.npmjs.com/files/package.json#license
2015-11-12 21:54:50 +01:00
Leo Horie
e9e8b0922f
Merge pull request #837 from sisidovski/fix_sample
...
Change m.mount to m.component in sample html
2015-11-12 14:32:02 -05:00
Leo Horie
6fecdf32c3
Merge pull request #840 from futurist/master
...
FIX: document error on master branch according to #839
2015-11-12 14:04:07 -05:00
Leo Horie
6971d85d28
Merge pull request #841 from cnatis/patch-1
...
Fixed syntax error in example
2015-11-12 14:03:35 -05:00
Christian Natis
a3410b8f3e
Fixed syntax error in example
2015-11-12 10:56:46 -05:00
ly
414e80a1c9
FIX: document error on master branch according to #839
2015-11-12 17:59:15 +08:00
Leo Horie
e62eaed0fd
Merge pull request #838 from impinball/patch-4
...
Misread ESLint docs...(meant to allow `x|0`)
2015-11-11 23:27:19 -05:00
Isiah Meadows
db9786110d
Misread ESLint docs...
...
It was supposed to permit `x|0` as well as `x | 0`.
2015-11-11 21:40:32 -05:00
sisidovski
b36b9868c5
Change m.mount to m.component in sample html
2015-11-12 04:34:20 +09:00
Isiah Meadows
2ccd07b8f0
Remove redundant part, s/space/line break/
2015-11-10 14:43:10 -05:00
Isiah Meadows
7eb2c9a5b1
Add mention of browser [ci skip]
2015-11-10 14:26:12 -05:00
Isiah Meadows
d4b618d2af
Clarify a few things [ci skip]
2015-11-10 14:24:31 -05:00
Isiah Meadows
8d1f33860b
Spell check != grammar check
2015-11-10 13:55:06 -05:00
impinball
85f7fa6b41
Merge branch 'patch-2' of https://github.com/impinball/mithril.js into patch-2
2015-11-10 03:25:17 -05:00
Isiah Meadows
9fab2b8371
Create CONTRIBUTING.md
...
I added the following to it:
- Bug reporting
- Feature requests
- Contributing guide
- Style guide
2015-11-10 03:22:39 -05:00
impinball
1f0068df1a
Merge branch 'next' of https://github.com/lhorie/mithril.js into next
2015-11-10 02:46:44 -05:00
Leo Horie
ab51a055f5
Merge pull request #836 from impinball/patch-3
...
Fix #824
2015-11-08 21:34:28 -05:00