Skip to content

Releases: skovy/typed-scss-modules

v1.3.0

08 Apr 00:38
Compare
Choose a tag to compare

1.3.0 (2020-04-08)

Features

  • cli: add augmenting options exportTypeName/exportTypeInterface (d67c236)

v1.2.0

22 Feb 03:36
Compare
Choose a tag to compare

1.2.0 (2020-02-22)

Features

  • quotetype: implement the quoteType option (a7a8ffe)
  • quotetype: implement the quoteType option (bda325f)

v1.1.0

19 Jan 20:05
Compare
Choose a tag to compare

1.1.0 (2020-01-19)

Features

  • sass: add dart-sass support (521770e)

v1.0.1

08 Dec 21:09
Compare
Choose a tag to compare

1.0.1 (2019-12-08)

Bug Fixes

  • deps: upgrade deps and fix breaking change (b7ab212)

v1.0.0

08 Dec 20:01
Compare
Choose a tag to compare

1.0.0 (2019-12-08)

Bug Fixes

  • classname: only pass the classname when invoking map (cec9074)
  • cli: fix CLI name, path and execution (18b94b9)
  • dependencies: move some dev deps to dependencies (402a679)
  • fs: remove fs (3322771)
  • glob: fix glob patterns and remove ignore (0637e3b)
  • travis: node version (6f92f10)
  • types: add types for reserved-words package (aa8a782)
  • yarn: add missing yarn.lock entry (998b672)

Features

  • casing: add support for transforming classnames (8d732a1)
  • cli: add -i as an alias for --includePaths (c1e8437)
  • cli: add basic cli parsing (9c0e5e2)
  • cli: add better example (f425f6d)
  • cli: add local runner helper and better UX for CLI (8c90690)
  • directories: support directories as well as globs (731f0dc)
  • export-type: add support for default export types (063ab31)
  • glob: allow passing a glob pattern (b4e19c2)
  • ignore: implement the ignore option (6e20dc5)
  • list-different: add list-different functionality (6f72918)
  • option: allow to ignore initial build in watch (9138b27)
  • releases: setup automated releases (7f13db9)
  • types: add Styles and ClassNames types when using default export (f3d8463)
  • watch: add support for watching files (eb40020)
  • writing: add basics for writing out type defs (d5a07ee)