daco 0.2.6 copy "daco: ^0.2.6" to clipboard
daco: ^0.2.6 copied to clipboard

A tool for maintaining Dart comments. Supports formatting of comments, including embedded Dart code.

0.2.6 #

0.2.5+0 #

0.2.5 #

0.2.4 #

  • FEAT: support installing daco locally (#26). (f3b9f50c)

0.2.3+2 #

  • FIX: upgrade analyzer dependencies. (d767ee2c)

0.2.3+1 #

  • FIX: lower bound for path dependency. (131e70af)

0.2.3 #

0.2.2+1 #

0.2.2 #

0.2.1+1 #

  • PERF: persist ByteStore to cache analysis results (#12). (f8d054f1)

0.2.1 #

0.2.0+1 #

  • PERF: use workers in prettier server (#10). (3d70b506)
  • DOCS: move dartdoc section to correct place. (c66f0e0c)

0.2.0 #

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)

0.1.1 #

  • 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)

0.1.0 #

  • Initial version.