Skip to content

Releases: haltcase/strat

v2.0.0

14 Mar 15:26
Compare
Choose a tag to compare

With v2, strat has been rewritten fully in TypeScript, is built with Deno, and is published to jsr first. It is still cross-published to npm.

Base functionality remains the same, but strat v2's types may be stricter in ways that could cause new errors. The types are also smarter, giving you better inference for partial application and the raw templates those instances expose.

v1.2.0

20 Apr 14:13
Compare
Choose a tag to compare

TypeScript support has been improved.

FEATURES
  • typescript: no longer require esModuleInterop flag, export types (9c1b448)

v1.1.1

20 Apr 14:09
Compare
Choose a tag to compare

This release adds support for TypeScript users.

FEATURES
  • typescript: add type definitions & type tests (47f9e47)

v1.0.2

26 Nov 08:25
Compare
Choose a tag to compare

Performance

  • lift regex / functions to upper scope (a69ed47)

v1.0.0

19 Jun 21:44
Compare
Choose a tag to compare

First official release - there have only been internal changes since 1.0.0-alpha.1.

v1.0.0-alpha.1

19 Mar 18:39
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release
chore(version): 1.0.0-alpha.1