Commit Graph

698 Commits (50dc10810ec47750523c14a17d0be17a4410e203)
 

Author SHA1 Message Date
Rich Harris 50dc10810e Merge pull request #394 from sveltejs/fix-overly-aggressive-reserved-tag-parsing
10 years ago
Rich Harris cfd7b89cc1 Merge pull request #393 from sveltejs/removeobjectkey-fix
10 years ago
Rich Harris 1f300a795b Merge pull request #395 from sveltejs/readme-format-default
10 years ago
Conduitry c33ee7b56e fix removeObjectKey when removing last key in object and it has a trailing comma
10 years ago
Conduitry 05e77bf3a8 note different default format for SSR
10 years ago
Conduitry fe3068f779 only do special reserved name handling when tag is all lowercase letters
10 years ago
Rich Harris 80c6913f63 Merge pull request #390 from sveltejs/imported-component-direct-reference
10 years ago
Conduitry 3e0063fb64 add unit test for imported components that are then renamed as they're used
10 years ago
Conduitry 300e7f19c4 removeObjectKey API tweak
10 years ago
Conduitry 05a650607c remove the component references in the export that we will be referring to directly
10 years ago
Conduitry fd132744ca remove `namespace` key from generated code
10 years ago
Conduitry e1dd7928ce use direct references to components that have been imported
10 years ago
Rich-Harris 051bc11a6d -> v1.12.1
10 years ago
Rich Harris b2423281e9 Merge pull request #389 from sveltejs/gh-388-deconflict-non-helper-functions
10 years ago
Conduitry ce66d15c71 add unit test
10 years ago
Conduitry 8db85057b0 alas poor typo
10 years ago
Conduitry 4da352c0e4 nicer way of generating aliases for non-helper functions
10 years ago
Rich Harris a64d2081ea Merge pull request #385 from sveltejs/gh-383
10 years ago
Conduitry 18a241ee6f deconflict non-helper functions and variables (#388)
10 years ago
Rich Harris 4de60fb36f -> v1.12.0
10 years ago
Rich Harris 24664b997b Merge pull request #387 from sveltejs/gh-311
10 years ago
Rich Harris c2696168cb Merge pull request #384 from sveltejs/shorthand-attributes
10 years ago
Rich Harris 6880f345da Merge branch 'master' into gh-311
10 years ago
Rich Harris 7ef3e261b0 Merge pull request #386 from sveltejs/gh-312
10 years ago
Rich Harris 8a4ac4953b implement bind:group for radio input groups (#311)
10 years ago
Rich Harris 97868099aa implement bind:group for checkbox inputs (#312)
10 years ago
Rich Harris 288323d3fd Merge branch 'master' into gh-312
10 years ago
Rich Harris 424877b15f minor tidy-up - always add sourcemap locations for contextualised expressions
10 years ago
Rich Harris f5fc6c5c35 Merge branch 'master' into gh-312
10 years ago
Rich Harris 3bae049a51 remove tmp file that snuck into the commit
10 years ago
Rich Harris e71d4e0d53 allow reserved words in tags e.g. {{class}} (#383)
10 years ago
Rich Harris 8b528bada1 implement :shorthand attributes
10 years ago
Rich Harris 3cc4585ddf Merge pull request #380 from sveltejs/unified-attributes-and-bindings
10 years ago
Rich Harris e59289d16c lint
10 years ago
Rich Harris 952a659858 fix test
10 years ago
Rich Harris 62a4a39139 more refactoring
10 years ago
Rich Harris 5c48962639 tidy up
10 years ago
Rich Harris 0f3e0f208a refactoring
10 years ago
Rich Harris cba49601e6 start using generator.contextualise in bindings
10 years ago
Rich Harris 99b7e7e304 test binding values work with sourcemaps
10 years ago
Rich Harris b2a2b3c821 linting
10 years ago
Rich Harris 7b3cb53b86 get all tests passing again
10 years ago
Rich Harris 2ac793c561 treat binding values as expressions
10 years ago
Rich Harris 1081dd77a4 make test harder to pass
10 years ago
Rich Harris 9f2a90e95c tweak htmlEqual helper so tests are easier to write
10 years ago
Rich Harris 337f44dd45 test for #312
10 years ago
Rich Harris 382a3af07b -> v1.11.4
10 years ago
Rich Harris c529876872 Merge pull request #378 from sveltejs/dev-helpers
10 years ago
Rich Harris 0ef0c9764a add shared prototype
10 years ago
Rich Harris 30f0dca598 dev warnings for bad arguments to component.observe (#369), and component.on("teardown") (#365)
10 years ago