# Changelog

## prettier@0.3.0 (2026-08-25)

- Add [`@tofrankie/prettier-plugin-compact-markdown-table`](https://github.com/tofrankie/prettier-plugin-compact-markdown-table) to handle markdown table formatting and reduce unnecessary alignment behavior.

## prettier@0.2.0 (2026-04-09)

- Update `printWidth` to `100`

## prettier@0.1.0 (2026-04-08)

- No code changes, just a version bump

---

## prettier@0.0.17 (2026-04-05)

- Redesign package exports around `base`, `html`, `vue`, `wxml`, `wxml-base`, `wechat-svg` and `organize-attributes`
- Support both root named exports and short subpath exports
- Clarify CommonJS usage with `.default` and named destructuring
- Update documentation to use the new preset naming and examples

## prettier@0.0.16 (2026-04-04)

- Update documentation

## prettier@0.0.15 (2026-04-02)

- Update `@tofrankie/prettier-plugin-wxml` to `v0.0.11`

## prettier@0.0.14 (2026-04-02)

- Update `@tofrankie/prettier-plugin-wxml` to `v0.0.10`

## eslint@0.0.13 (2026-04-02)

- Change `printWidth` from `100` to `120`
- Update vue `attributeGroups`
- Update `@tofrankie/prettier-plugin-wxml` to `v0.0.9`

## prettier@0.0.12 (2026-04-02)

- Update `@tofrankie/prettier-plugin-wxml` to `v0.0.8`

## prettier@0.0.11

- Update `@tofrankie/prettier-plugin-wxml` to `v0.0.7`
- Update `sort-miniprogram@tofrankie/prettier/options/sort-miniprogram` options
- Full support for WXML attributes sorting

## prettier@0.0.10 (2026-03-31)

- Update `@tofrankie/prettier-plugin-wxml` to `v0.0.6`

## prettier@0.0.9 (2026-03-29)

- Add `@tofrankie/tsconfig` to `devDependencies`

## prettier@0.0.8 (2026-03-27)

### Changed

- Re-export `@tofrankie/prettier/options/sort-miniapp` as `@tofrankie/prettier/options/sort-miniprogram`.

## prettier@0.0.7 (2026-03-25)

- Update `@tofrankie/prettier-plugin-wxml` to `v0.0.5`

## prettier@0.0.6 (2026-03-25)

- Add `wxml` option for WXML files

## prettier@0.0.5 (2026-02-22)

- Fix parser option in sort-vue

## prettier@0.0.4 (2026-02-21)

### Features

- Attribute order follows [Code Guide by @mdo](https://codeguide.co/#attribute-order)

## prettier@0.0.3 (2026-02-21)

### Features

- Add attribute sorting options for HTML, Vue, and WXML files

## prettier@0.0.2 (2026-02-20)

- Update `exports` field for CommonJS compatibility

## prettier@0.0.1 (2026-02-10)

- Initial alpha release
