Commit Graph

767 Commits (e592c052aaec5cd3fc5057bead1b823926c3b910)
 

Author SHA1 Message Date
Rich-Harris e592c052aa use assign helper, to avoid compatibility headaches
8 years ago
Rich-Harris 5c7bc411ec -> v1.13.5
8 years ago
Rich Harris 63011075f0 Merge pull request #438 from sveltejs/gh-436
8 years ago
Rich Harris 949dcc5636 Merge pull request #439 from sveltejs/gh-437
8 years ago
Rich-Harris 75e8d6205e better error for bind:value="{{foo}}" - fixes #437
8 years ago
Rich-Harris 605040ddb7 read values from range/number inputs as numbers - fixes #436
8 years ago
Rich-Harris a3ecb67977 -> v1.13.4
8 years ago
Rich Harris 213c986b80 Merge pull request #435 from sveltejs/unclosed-script-infinite-loop
8 years ago
Rich-Harris 05ea031895 prevent unclosed <script> causing infinite loop
8 years ago
Rich-Harris fc646925db make it easier to run parser tests solo
8 years ago
Rich-Harris 831ed547ba -> v1.13.3
8 years ago
Rich Harris 67d6eb89f2 Merge pull request #434 from sveltejs/gh-424-alt
8 years ago
Rich-Harris 6e0d0b1a12 use a map to avoid false positives
8 years ago
Rich-Harris 6c754c2a3d special case literals
8 years ago
Rich-Harris 1a49c2f344 Merge branch 'master' into gh-424
8 years ago
Rich Harris 6074178c65 Merge pull request #427 from sveltejs/gh-423
8 years ago
Rich Harris 0d5d7ff6bf Merge pull request #429 from sveltejs/gh-428
8 years ago
Rich Harris 132de5cf72 Merge pull request #430 from sveltejs/disallow-import-root
8 years ago
Rich Harris 7c5eaa2f91 Merge pull request #432 from sveltejs/binding-mutation-bug
8 years ago
Rich-Harris cf626ff880 retain binding sourcemaps to the extent possible
8 years ago
Rich-Harris 92e4b7f813 prevent hard-to-reproduce bug with deep two-way bindings
8 years ago
Conduitry f6934a1d20 disallow `import root` during validation
8 years ago
Conduitry b03c024160 bind callback passed to custom events to the node context (#428)
8 years ago
Conduitry 96fa0a3eb6 add unit test
8 years ago
Conduitry aba21f8eb9 <select> elements should use .value prop to update value (#423)
8 years ago
Conduitry 343a005506 add unit test for #424
8 years ago
Conduitry eab3f62f25 try to parse expressions as javascript before interpreting them as an identifier (#424)
8 years ago
Rich-Harris 38ee4f15cf -> v1.13.2
8 years ago
Rich-Harris ae660f9ff9 remove surplus `root.` prefix
8 years ago
Dexter 6eb96aadb8
Added test for binding bug
8 years ago
Dexter 3ba4793728
Fixes #420
8 years ago
Rich Harris 731f840a34 Merge pull request #416 from sveltejs/gh-413
8 years ago
Rich Harris ec5995b78d Merge pull request #417 from sveltejs/gh-409
8 years ago
Rich-Harris b5d4b78a80 renable tests
8 years ago
Rich-Harris 1308907f67 include css in compiler output (#409)
8 years ago
Rich-Harris 44287f846a recompute computed values with functions as dependencies (#413)
8 years ago
Rich Harris b9d3c235e7 Merge pull request #411 from sveltejs/disable-unneeded-buble-transforms
8 years ago
Rich Harris 0df3cf634c Merge pull request #412 from sveltejs/gh-410
8 years ago
Rich-Harris d779017865 use target: { node: 4 } for buble config
8 years ago
Rich-Harris cd74519a12 bundle magic-string
8 years ago
Conduitry 8d1981f799 disable Buble transforms not needed for Node 4
8 years ago
Rich-Harris 75392ffc89 -> v1.13.1
8 years ago
Rich Harris 059fb5f07d Merge pull request #401 from sveltejs/gh-400
8 years ago
Conduitry 0014945777 fix merge
8 years ago
Rich Harris 108876b64b Merge branch 'master' into gh-400
8 years ago
Rich Harris 41dc7507be Merge pull request #407 from sveltejs/gh-398
8 years ago
Rich-Harris 1780876b99 prevent infinite loops caused by pathological component bindings (#398)
8 years ago
Conduitry 6d1623cf0e new aliaser mechanism replacing existing mechanism and counters; a bunch more deconflicting
8 years ago
Rich-Harris 8ff2de90be -> v1.13.0
8 years ago
Rich Harris 9988749b74 Merge pull request #391 from sveltejs/gh-371
8 years ago