Weaver v1.0.7 Release Notes

Release Date: 2020-06-19 // almost 4 years ago
  • Bug fixes

    • ๐Ÿ›  Fixed root dependency container builder function not being accessible when one or more dependencies are resolved by type (6dc670)
    • ๐Ÿ›  Fixed runtime crash caused by dependency references declared with a different name than their resolved registration (f5f52d)

Previous changes from v1.0.6

  • New features

    • ๐Ÿ‘ Possibility to associate dependencies to one or more platforms in order to support multi platform compilation (#148).
    • Possibility to exclude or include modules to import in generated files (#148).

    ๐Ÿ› Bug fixes

    • Parameter --input_paths was wrongly requiring whitespaces and slashes to be escaped (#148).
    • Cache was unable to save if the containing directory wouldn't exist (#148).
    • Cache was not invalidated when removing paths from the input paths list (#148).