Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 3.13 KB

CHANGELOG.md

File metadata and controls

54 lines (35 loc) · 3.13 KB

Changelog - Zanaptak.TypedCssClasses

GitHub NuGet

1.0.0 (2021-07-30)

  • Add fableCssModule parameter for CSS Module support in Fable projects (#11) @alfonsogarciacaro
  • Fix stale cache data when changing naming and nameCollisions parameters (#12)

0.4.0 (2020-07-26)

  • Add caching of parsed results from files and process execution (#7, #8)
    • Change from properties to fields for better completion list performance
    • See note on performance with large class counts

0.3.1 (2020-07-16)

  • Add process id to log messages

0.3.0 (2020-07-14)

  • Add configurable external command capability for CSS preprocessing (#4)
  • Support environment variables in parameters
  • Support OS-specific values in parameters
  • Add logFile option
  • Enable Source Link
  • Breaking change: Target .NET Standard 2.0 only, per Type Provider SDK guidance (may affect very old build chains)
  • Breaking change: The environment variable and OS-specific parameter support may affect existing parameter values if they use the same syntax. See the osDelimiters and expandVariables options to address this.

0.2.0 (2019-09-27)

0.1.0 (2019-08-21)

  • Packaging update (no change in functionality):
    • Remove System.ValueTuple dependency

0.0.3 (2019-08-10)

  • Add getProperties option providing seq of generated properties, useful for code generation
  • Add .NET Framework target

0.0.2 (2019-08-06)

  • Recognize classes inside @supports rules
  • Provide duplicate property names with _2, _3, etc. suffixes
  • Preserve non-ASCII letters with Naming.Underscores
  • Add _ prefix to names with invalid identifier start characters (except with Naming.Verbatim)
  • Add _ suffix to names that are F# keywords (except with Naming.Verbatim)

0.0.1 (2019-07-29)

  • Initial release