Skip to content

Releases: seek-oss/css-modules-typescript-loader

v4.0.1

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 22 Sep 01:53
bb4892a

4.0.1 (2020-09-22)

Bug Fixes

v4.0.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 30 Oct 02:30

4.0.0 (2019-10-30)

Bug Fixes

  • Support @babel/plugin-transform-typescript (#24) (908d491)

BREAKING CHANGES

  • Template update

v3.0.1

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 20 Sep 02:33

3.0.1 (2019-09-20)

Bug Fixes

  • Normalize line endings for Windows (#20) (88538d1)

v3.0.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 21 Aug 23:52

3.0.0 (2019-08-21)

Bug Fixes

BREAKING CHANGES

  • Updates the declaration template.

v2.0.4

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 23 Jun 21:57

2.0.4 (2019-06-23)

Bug Fixes

  • deps: Add missing 'loader-utils' dependency (#17) (4e5c6e1)

v2.0.3

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 29 May 21:41

2.0.3 (2019-05-29)

Bug Fixes

  • Support files without exported locals (#16) (b8c738b)

v2.0.2

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 07 May 01:26

2.0.2 (2019-05-07)

Bug Fixes

  • Include class names that compose other classes (#13) (6a97315)

v2.0.1

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 30 Apr 04:00

2.0.1 (2019-04-30)

Bug Fixes

  • emit: Omit source map keys from generated types (#12) (e2b1502)

v2.0.0

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 09 Apr 23:04

2.0.0 (2019-04-09)

Features

  • Support all possible class names characters (e7342df), closes #6

BREAKING CHANGES

  • Updates the declaration template.

This change allows any possible class name to be exported - even those whose names don't comply with typescript variable name constraints.

v1.1.1

Choose a tag to compare

@seek-oss-ci seek-oss-ci released this 10 Jan 23:09

1.1.1 (2019-01-10)

Bug Fixes

  • Only emit files if contents changed (#7) (90f3131), closes #5