tachyon 0.0.9 copy "tachyon: ^0.0.9" to clipboard
tachyon: ^0.0.9 copied to clipboard

A code generation building tool.

0.0.9 #

  • Fix not resolving classes correctly on Windows

0.0.8 #

  • Bump dart sdk minimum version to 3.1.0
  • Bump "watcher" to ^1.1.0

0.0.7 #

  • Fix tachyon build crashing when using flutter > generate: true

0.0.6 #

  • Update "analyzer" dependency to 5.13.0
  • Fix registerPlugins path resolving on Windows

0.0.5 #

  • Improved rebuild for circular dependencies
  • Fix deprecation lints

0.0.4 #

  • Improved indexing
  • Improved rebuilding on watch mode

0.0.3 #

  • Added tests
  • Added prefix support for CustomDartType
    • If a symbol is using a prefix (import as) this will be included now as prefix
    • Renamed CustomDartType to TachyonDartType
  • Improvements for AnnotationValueExtractor
  • Improvements for findDartFileFromDirectiveUri
  • Improvements for plugins registrations
  • Generated files will now be excluded from coverage

0.0.2 #

  • Improve naming of the API

  • Improve running plugins code generation "simultaneously"

  • Improve IsolateLogger batching multiple writes into 1 message

  • Improve documentation

  • Bug fixes

    • findDartFileFromUri (now findDartFileFromDirectiveUri) would return wrong path for a relative import/export
    • IsolateLogger not respecting severity when printing

0.0.1 #

  • Initial version.