Skip to content

Releases: zanaptak/TypedCssClasses

1.0.0

30 Jul 19:45
Compare
Choose a tag to compare

NuGet

0.4.0

26 Jul 17:31
41448dc
Compare
Choose a tag to compare
  • 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

16 Jul 15:42
Compare
Choose a tag to compare
  • Add process id to log messages

0.3.0

14 Jul 16:59
Compare
Choose a tag to compare
  • 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

27 Sep 23:27
Compare
Choose a tag to compare

0.1.0

21 Aug 16:28
Compare
Choose a tag to compare
  • Packaging update (no change in functionality):
    • Remove System.ValueTuple dependency

0.0.3

10 Aug 01:05
Compare
Choose a tag to compare
  • Add getProperties option providing seq of generated properties, useful for code generation
  • Add .NET Framework target

0.0.2

06 Aug 21:08
Compare
Choose a tag to compare
  • 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)