Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 2 KB

releases.md

File metadata and controls

40 lines (28 loc) · 2 KB

Releases

New in 1.10

  • Add class's DeclaringTypeName and namespace to generated files' filenames Fixes #45.

New in 1.9

  • Add class's DeclaringTypeName to enable scripts to extend nested classes Fixes #44.

New in 1.8

  • When ImplicitUsings is disabled for a project, the attribute for a MixIn won't compile Fixes #36.
  • No need to copy the target class's using clauses into the generated code Fixes #38.
  • typeof() variables should have Name and FullName properties Fixes #40.

New in 1.7

  • Moxy stops generating code when @moxy header is malformed Fixes #33

New in 1.6

  • Honour Roslyn ProductionContext.Cancellation.IsCancellationRequested to improve performance
  • Do not output typeof() in generated source when user has specified a type name as a mixin argument Fixes #28
  • Use object instead of string for variable values Fixes #30

New in 1.5

  • Fixed IndexOutOfBoundsException when using attribute optional inputs Fixes #19
  • Static and aliased using clauses were not being output correctly Fixes #20

New in 1.4

  • Allow mixins to be applied to structs Fixes #13

New in 1.3.1

  • Rewritten to improve performance

New in 1.2

  • Allow mixins to be applied to a class more than once Fixes #10

New in 1.1

  • Ensure the built-in functions like regex are not null - Fixes #6

New in 1.0

  • First release