impinball
9428fe729c
s/fufill/resolve/
2015-12-15 06:38:10 -05:00
impinball
70d2734a58
Merge branch 'next' of https://github.com/lhorie/mithril.js into prop-fix
2015-12-14 06:42:34 -05:00
Leo Horie
c202c04631
Merge pull request #884 from nordfjord/fix-fix-unloading
...
fix hasty error
2015-12-11 17:24:43 -05:00
Einar
71c880d78d
fix hasty error
2015-12-11 22:14:08 +00:00
impinball
2a47a8e77d
Merge branch 'next' of https://github.com/isiahmeadows/mithril.js into prop-fix
2015-12-10 19:14:32 -05:00
Isiah Meadows
8997f37818
Merge pull request #882 from isiahmeadows/request-fix
...
Fix #873 , regenerate minified variants.
2015-12-10 19:03:23 -05:00
impinball
cb29a21ec3
Fix #873 , regenerate minified variants.
...
Drive-by fix: uppercase tag name in failing m.trust test (doesn't make it
pass, though).
2015-12-10 18:54:43 -05:00
Leo Horie
747ba7e6d9
Merge pull request #834 from isiahmeadows/patch-2
...
Create a bug reporting/contributing/style guide
2015-12-10 16:34:40 -05:00
Leo Horie
c5a012b6f6
Merge pull request #877 from nordfjord/next
...
fix subcomponent unloading
2015-12-10 14:23:21 -05:00
Leo Horie
0cc97ec220
Merge pull request #879 from nordfjord/fix-linting
...
fix linting errors
2015-12-10 14:22:32 -05:00
Einar Norðfjörð
5ef5addb82
fix linting errors
2015-12-10 19:01:52 +00:00
Einar Norðfjörð
e846335f16
fix subcomponent unloading
2015-12-10 18:34:08 +00:00
Leo Horie
bdbe0b8a21
Merge pull request #876 from KasperTidemann/next
...
Fixes wording.
2015-12-10 09:59:29 -05:00
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
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
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
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