Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/beige-impalas-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/blue-trams-serve.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/brown-kids-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cozy-bars-shake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dependencies-GH-90.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-dingos-follow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/easy-stars-go.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-points-like.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-windows-sit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-suits-tie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-chicken-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-mice-argue.md

This file was deleted.

23 changes: 0 additions & 23 deletions .changeset/huge-hoops-say.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-onions-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/icy-oranges-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-pillows-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-rooms-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-moles-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/open-parts-open.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-geckos-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-cats-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-pots-notice.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-spies-end.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thirty-eggs-nail.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/@ec-ts/twoslash-vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @ec-ts/twoslash-vue

## 1.0.0

### Major Changes

- [#86](https://github.com/withstudiocms/expressive-code-twoslash/pull/86) [`abfea45`](https://github.com/withstudiocms/expressive-code-twoslash/commit/abfea4578ca6ab92ff9c61d69afae438d9154f25) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Init ESM-only fork of twoslash-vue for expressive-code-twoslash

### Patch Changes

- Updated dependencies [[`88ba6b2`](https://github.com/withstudiocms/expressive-code-twoslash/commit/88ba6b2e79724b47b03c27ab88c200234c6c29d8), [`6dfe89a`](https://github.com/withstudiocms/expressive-code-twoslash/commit/6dfe89a42a9adad0031e58473593bce53d53c62e)]:
- @ec-ts/twoslash@1.0.0
2 changes: 1 addition & 1 deletion packages/@ec-ts/twoslash-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ec-ts/twoslash-vue",
"type": "module",
"version": "0.0.0",
"version": "1.0.0",
"description": "Extended Twoslash for Vue SFC support",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
Expand Down
14 changes: 14 additions & 0 deletions packages/@ec-ts/twoslash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @ec-ts/twoslash

## 1.0.0

### Major Changes

- [#85](https://github.com/withstudiocms/expressive-code-twoslash/pull/85) [`6dfe89a`](https://github.com/withstudiocms/expressive-code-twoslash/commit/6dfe89a42a9adad0031e58473593bce53d53c62e) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Init ESM-only fork of Twoslash for the expressive-code-twoslash project

### Patch Changes

- [#87](https://github.com/withstudiocms/expressive-code-twoslash/pull/87) [`88ba6b2`](https://github.com/withstudiocms/expressive-code-twoslash/commit/88ba6b2e79724b47b03c27ab88c200234c6c29d8) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Fix minor bug that caused a key to not exist due to missing undefined value

- Updated dependencies [[`a21017b`](https://github.com/withstudiocms/expressive-code-twoslash/commit/a21017bc09e389b269c10743bf855afffc19e9d5)]:
- @ec-ts/vfs@1.0.0
2 changes: 1 addition & 1 deletion packages/@ec-ts/twoslash/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ec-ts/twoslash",
"type": "module",
"version": "0.0.0",
"version": "1.0.0",
"description": "Markup for generating rich type information in your documentation ahead of time",
"author": "TypeScript team",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/@ec-ts/vfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @ec-ts/vfs

## 1.0.0

### Major Changes

- [#84](https://github.com/withstudiocms/expressive-code-twoslash/pull/84) [`a21017b`](https://github.com/withstudiocms/expressive-code-twoslash/commit/a21017bc09e389b269c10743bf855afffc19e9d5) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Init ESM fork of Typescript VFS
2 changes: 1 addition & 1 deletion packages/@ec-ts/vfs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ec-ts/vfs",
"version": "0.0.0",
"version": "1.0.0",
"license": "MIT",
"author": "TypeScript team",
"homepage": "https://github.com/withstudiocms/expressive-code-twoslash",
Expand Down
16 changes: 16 additions & 0 deletions packages/css-js-gen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# css-js-gen

## 1.1.0

### Minor Changes

- [#71](https://github.com/withstudiocms/expressive-code-twoslash/pull/71) [`640d7dd`](https://github.com/withstudiocms/expressive-code-twoslash/commit/640d7dd84737dedebe5d98214e1ee1c21601ab46) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Adds csstype and support for camelCase properties

### Patch Changes

- [#72](https://github.com/withstudiocms/expressive-code-twoslash/pull/72) [`21c4812`](https://github.com/withstudiocms/expressive-code-twoslash/commit/21c481202bf64bf2d8818db9a0ea9c862b8996fd) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Improve testing cases and implement allure report

- [#73](https://github.com/withstudiocms/expressive-code-twoslash/pull/73) [`8159e57`](https://github.com/withstudiocms/expressive-code-twoslash/commit/8159e574ed968a4210a04a5b9458452842a964f0) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Adds test report badge to readme

- [#67](https://github.com/withstudiocms/expressive-code-twoslash/pull/67) [`4d62166`](https://github.com/withstudiocms/expressive-code-twoslash/commit/4d6216693fb3bba29b75673277098db9f0e0220a) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Migrate to new repo

- [#70](https://github.com/withstudiocms/expressive-code-twoslash/pull/70) [`42cefd7`](https://github.com/withstudiocms/expressive-code-twoslash/commit/42cefd78353769a5198c167a89f16ab96b6eb702) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Expands CSS Object types to include the new types from csstype

## 1.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/css-js-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-js-gen",
"version": "1.0.2",
"version": "1.1.0",
"description": "Convert CSS object notation to CSS strings",
"type": "module",
"repository": {
Expand Down
61 changes: 60 additions & 1 deletion packages/expressive-code-twoslash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,65 @@
# expressive-code-twoslash

## 0.6.0

### Minor Changes

- [#52](https://github.com/withstudiocms/expressive-code-twoslash/pull/52) [`c2baab2`](https://github.com/withstudiocms/expressive-code-twoslash/commit/c2baab2a9955ff7efc5746800bb9c272b30b9976) Thanks [@ackzell](https://github.com/ackzell)! - # Adding support for Twoslash Vue

A new `"vue"` entry to the `languages` option was added.
The plugin will now determine which instance of `createTwoSlasher` to use: the TS one or the Vue one.

- [#67](https://github.com/withstudiocms/expressive-code-twoslash/pull/67) [`4d62166`](https://github.com/withstudiocms/expressive-code-twoslash/commit/4d6216693fb3bba29b75673277098db9f0e0220a) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Refactor tsconfig and module imports

- [#70](https://github.com/withstudiocms/expressive-code-twoslash/pull/70) [`42cefd7`](https://github.com/withstudiocms/expressive-code-twoslash/commit/42cefd78353769a5198c167a89f16ab96b6eb702) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Introduces new css-js-gen package for stylesheet creation, and improves CSS styles

- [#80](https://github.com/withstudiocms/expressive-code-twoslash/pull/80) [`00f9cad`](https://github.com/withstudiocms/expressive-code-twoslash/commit/00f9cadb93fc92ac8462ed824d6174747a7a9efb) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Adds support for Twoslash Eslint

Adds a new Eslint option for defining types of codeblocks.

Example usage:

````md
```ts eslint
const unused = 1;

type Foo = {
bar: string;
};
```
````

This will cause two eslint errors as annotations in the code

- [#83](https://github.com/withstudiocms/expressive-code-twoslash/pull/83) [`29af860`](https://github.com/withstudiocms/expressive-code-twoslash/commit/29af860a36e7ec6b4b547cace351b364969a9e87) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Finally enables Twoslash's VFS and showEmit functionality!

- [#61](https://github.com/withstudiocms/expressive-code-twoslash/pull/61) [`405cc6d`](https://github.com/withstudiocms/expressive-code-twoslash/commit/405cc6d0aaa8f3b39b7b50409cb66534201f1ac0) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Moves to TSDown compiler

- [#58](https://github.com/withstudiocms/expressive-code-twoslash/pull/58) [`03e0848`](https://github.com/withstudiocms/expressive-code-twoslash/commit/03e08484a874104f0be87c5128081db3677d9b6b) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Cleans up defaults, and modernizes Twoslash config

- [#87](https://github.com/withstudiocms/expressive-code-twoslash/pull/87) [`88ba6b2`](https://github.com/withstudiocms/expressive-code-twoslash/commit/88ba6b2e79724b47b03c27ab88c200234c6c29d8) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Migrate to `@ec-ts/twoslash` to provide ESM-only functionality to comply with Astro/Vite

### Patch Changes

- [#90](https://github.com/withstudiocms/expressive-code-twoslash/pull/90) [`6160023`](https://github.com/withstudiocms/expressive-code-twoslash/commit/6160023dca82d31501ccd6824a2b74428532521f) Thanks [@renovate](https://github.com/apps/renovate)! - fix(deps): update dependency @typescript-eslint/parser to ^8.56.1

- [#91](https://github.com/withstudiocms/expressive-code-twoslash/pull/91) [`d5482fe`](https://github.com/withstudiocms/expressive-code-twoslash/commit/d5482fea26bf1f8f564699e5b59ecb580b1b5e7e) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Improves codeblock processing to ensure extra lines that don't exist in the twoslash output do not make it to the final output.

- [#79](https://github.com/withstudiocms/expressive-code-twoslash/pull/79) [`b323683`](https://github.com/withstudiocms/expressive-code-twoslash/commit/b32368388de45d8af98d69410f0d5d9298ca24b1) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Extends support for Twoslash vue to allow passing custom options to the Vue Twoslasher function

- [#63](https://github.com/withstudiocms/expressive-code-twoslash/pull/63) [`3b579ff`](https://github.com/withstudiocms/expressive-code-twoslash/commit/3b579ff57db8a51ef2ea572991d5a7f44039cfab) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Reworks popup script generation

- [#69](https://github.com/withstudiocms/expressive-code-twoslash/pull/69) [`0c4c1d0`](https://github.com/withstudiocms/expressive-code-twoslash/commit/0c4c1d0245deef2f46f67d4b5989e6dbdf67fcfc) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Improves popup script for loading and handling popup event handlers

- [#59](https://github.com/withstudiocms/expressive-code-twoslash/pull/59) [`d2b34b4`](https://github.com/withstudiocms/expressive-code-twoslash/commit/d2b34b449679ce3433dd73c4ae2c8b1482580a65) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Updates dependency configuration to rely on pnpm catalogs

- [#60](https://github.com/withstudiocms/expressive-code-twoslash/pull/60) [`5e33470`](https://github.com/withstudiocms/expressive-code-twoslash/commit/5e3347073a88b9f94188139b3e90933b9a2ba5d9) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - lint

- Updated dependencies [[`88ba6b2`](https://github.com/withstudiocms/expressive-code-twoslash/commit/88ba6b2e79724b47b03c27ab88c200234c6c29d8), [`21c4812`](https://github.com/withstudiocms/expressive-code-twoslash/commit/21c481202bf64bf2d8818db9a0ea9c862b8996fd), [`640d7dd`](https://github.com/withstudiocms/expressive-code-twoslash/commit/640d7dd84737dedebe5d98214e1ee1c21601ab46), [`abfea45`](https://github.com/withstudiocms/expressive-code-twoslash/commit/abfea4578ca6ab92ff9c61d69afae438d9154f25), [`8159e57`](https://github.com/withstudiocms/expressive-code-twoslash/commit/8159e574ed968a4210a04a5b9458452842a964f0), [`4d62166`](https://github.com/withstudiocms/expressive-code-twoslash/commit/4d6216693fb3bba29b75673277098db9f0e0220a), [`6dfe89a`](https://github.com/withstudiocms/expressive-code-twoslash/commit/6dfe89a42a9adad0031e58473593bce53d53c62e), [`42cefd7`](https://github.com/withstudiocms/expressive-code-twoslash/commit/42cefd78353769a5198c167a89f16ab96b6eb702)]:
- @ec-ts/twoslash@1.0.0
- css-js-gen@1.1.0
- @ec-ts/twoslash-vue@1.0.0

## 0.5.3

### Patch Changes
Expand Down Expand Up @@ -93,7 +153,6 @@
### Minor Changes

- [#12](https://github.com/MatthiesenXYZ/EC-Plugins/pull/12) [`7e4711d`](https://github.com/MatthiesenXYZ/EC-Plugins/commit/7e4711daebf5cc34d1e1aae9efd375203e8bcc96) Thanks [@Adammatthiesen](https://github.com/Adammatthiesen)! - Refactor code to be simpiler and small CSS tweaks

- Add Twoslash includes map
- Pass user defined Twoslash options to `createTwoslasher()`
- Remove excess functions and move code back to main EC function
Expand Down
2 changes: 1 addition & 1 deletion packages/expressive-code-twoslash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expressive-code-twoslash",
"version": "0.5.3",
"version": "0.6.0",
"description": "Add Twoslash support to your Expressive Code TypeScript code blocks.",
"author": {
"email": "adam@matthiesen.xyz",
Expand Down
Loading