Note: This release has breaking changes.
- BREAKING FEAT: upgrade to latest
dart_style (#34). (25f867a6)
Note: This release has breaking changes.
- BREAKING FEAT: remove code highlighting of code examples (#30). (1ab7ae1c)
- FEAT: support installing
daco locally (#26). (f3b9f50c)
- FIX: upgrade
analyzer dependencies. (d767ee2c)
- FIX: lower bound for
path dependency. (131e70af)
- PERF: persist
ByteStore to cache analysis results (#12). (f8d054f1)
- PERF: use workers in prettier server (#10). (3d70b506)
- DOCS: move dartdoc section to correct place. (c66f0e0c)
Note: This release has breaking changes.
- FIX: identing in
main code blocks (#9). (ef09065a)
- FEAT: log prettier server installation (#8). (c6903b63)
- FEAT: add
main attribute for example code (#6). (82010ae1)
- BREAKING FEAT: rename
no_format attribute to ignore (#7). (0aa3f956)
- REFACTOR: expose
LineInfo on Source (#4). (bf943581)
- FIX: don't check code blocks tagged with
no_format for syntactic errors (#5). (ea7fc5ab)
- FIX: handle nested fenced code block (#2). (714fe124)
- FEAT: report parser error locations in formatted file (#3). (e76ccf92)
- DOCS: add basic docs to README. (6b9aae16)