Skip to content

Latest commit

 

History

History
98 lines (51 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

98 lines (51 loc) · 2.37 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.6 - 2019-12-06

Changed

  • Allow generating traits

0.3.5 - 2019-12-06

Changed

  • Allow filtering by package name

0.3.4 - 2019-11-19

Changed

  • Fixed issue with modules named as keywords (for example, async)

0.3.3 - 2019-09-27

Changed

  • Adding support for plain Rust comments via special quote!-able struct sourcegen_cli::tokens::PlainComment.
  • Adding support for newlines via special quote!-able struct sourcegen_cli::tokens::Newline.

0.3.2 - 2019-08-21

Changed

  • Normalizing doc attributes into /// without relying on a nightly rustfmt feature.

0.3.1 - 2019-08-15

Changed

  • Adding support for nested included modules.

0.3.0 - 2019-08-14

Changed

  • Upgraded proc_macro2 and syn dependencies to 1.0

0.2.2 - 2019-08-06

Changed

  • Fixed issue with missing newline on the last line of generated file

0.2.1 - 2019-08-06

Added

  • Support for generating full files both via #![sourcegen::sourcegen(..)] top-level macro and workaround via file = true attribute.

0.2.0 - 2019-08-04

Added

  • Support for generated impls via #[sourcegen::generated] attribute
  • Tests

Changed

  • Fixed issue with newlines on Windows

0.1.0 - 2019-07-30

Initial version