Skip to content

Releases: jareware/css-ns

Relax engine restrictions

21 Nov 10:42
Compare
Choose a tag to compare

This release relaxes the engines restrictions in the package file, and bumps the test targets in the Selenium suite to more modern ones.

Closes #7

Republish for smaller package

30 Jan 21:44
Compare
Choose a tag to compare

This release simply repackages the previous one, so that the npm package contains exactly the required files, and nothing more.

Escape support

30 Jan 20:14
Compare
Choose a tag to compare

This release adds support for the new escape option, which allows you to prefix any classname with = to ensure it's returned verbatim, instead of being namespaced.

Thanks @wisheri for contributing this handy feature!

TypeScript improvements

04 Aug 09:46
Compare
Choose a tag to compare

This release adds precise types for the optional React property.

Thanks again @chadrien for working on this!

TypeScript support

03 Aug 11:22
Compare
Choose a tag to compare

Thanks @chadrien for crafting the type-defs!

ES5 compatibility

03 May 13:35
Compare
Choose a tag to compare

This release fixes a minor ES5-incompatibility by removing an unwanted const.

Thanks @wisheri & @chadrien for reporting!

Windows compatibility

13 May 08:42
Compare
Choose a tag to compare

This release fixes an issue in constructing namespaces from Windows file paths.

Thanks @cutepig for reporting this!

Add prefix-option

30 Apr 11:43
Compare
Choose a tag to compare

In addition to some smaller tweaks, adds a prefix option that allows automatically prefixing all namespaces with a given string.

Initial release

21 Jan 14:33
Compare
Choose a tag to compare
v1.0.0

Add repository-field.