Skip to content

Releases: pngwn/MDsveX

svast-utils@0.0.5

06 Dec 18:29
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [b5b526e]:
    • svast@0.2.0

svast-stringify@0.1.0

06 Dec 18:29
Compare
Choose a tag to compare

Minor Changes

  • b5b526e #198 Thanks @pngwn! - Add a new SVAST node SvelteDynamicContent in order to disambiguate positions of expressions due to them not always having opening and closing braces(#174).

    Ensure that unquoted attribute values are correctly parsed as separate values where appropriate(#178).

Patch Changes

  • Updated dependencies [b5b526e]:
    • svast@0.2.0

svelte-parse@0.0.5

28 Nov 23:18
Compare
Choose a tag to compare

Patch Changes

  • 61d3be2 #193 Thanks @pngwn! - Give comment nodes value field a string value. Convert literal into a generic to be utilised by other node types. Implements #173.

  • b5dc16c #176 Thanks @halfnelson! - Populate end position for shorthand properties and add position information for shorthand property expression values.

  • 07ed9ef #177 Thanks @halfnelson! - Fix typescript errors

  • 13a358c #194 Thanks @pngwn! - Correctly parse attribute modifiers with no value that are followed by other attributes. Fixes #181.

  • 3197d30 #195 Thanks @pngwn! - Correctly track the positions of boolean attributes and shorthand directives. Fixes #179.

  • Updated dependencies [61d3be2]:

    • svast@0.1.0

svast@0.1.0

28 Nov 23:18
Compare
Choose a tag to compare

Minor Changes

  • 61d3be2 #193 Thanks @pngwn! - Give comment nodes value field a string value. Convert literal into a generic to be utilised by other node types. Implements #173.

svast-utils@0.0.4

28 Nov 23:18
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [61d3be2]:
    • svast@0.1.0

svast-stringify@0.0.5

28 Nov 23:18
Compare
Choose a tag to compare

Patch Changes

mdsvex@0.8.9

28 Nov 23:18
Compare
Choose a tag to compare

Patch Changes

svelte-parse@0.0.4

08 Nov 00:36
Compare
Choose a tag to compare

Patch Changes

  • 1f460e1: Publish ES and CJS builds and TypeScript definitions for svelte-parse.

svelte-parse@0.0.3

07 Nov 22:40
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [8008391]
    • svast@0.0.3

svast@0.0.3

07 Nov 22:40
Compare
Choose a tag to compare

Patch Changes

  • 8008391: Change the 'name' field of the BranchingBlock interface to be of string type rather than the literal 'string'.