daco 0.5.1
daco: ^0.5.1 copied to clipboard
A tool for maintaining Dart comments. Supports formatting of comments, including embedded Dart code.
0.5.0 #
Note: This release has breaking changes.
- FIX: use atomic file creation for prettier server install lock (#37). (d14cd63f)
- BREAKING FEAT: bump prettier server dependencies to latest (#48). (8d69c06e)
- BREAKING FEAT: migrate to analysis_server_plugin (#39). (dc3ff001)
- BREAKING FEAT: upgrade dependencies, migrate to analyzer 10 API, update lint rules (#35). (63034671)
- BREAKING FEAT: upgrade to latest
dart_style(#34). (25f867a6)
0.3.0+1 #
0.3.0 #
0.2.5+0 #
0.2.2 #
0.2.0+1 #
0.2.0 #
0.1.1 #
- REFACTOR: expose
LineInfoonSource(#4). (bf943581) - FIX: don't check code blocks tagged with
no_formatfor 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)
0.1.0 #
- Initial version.