Skip to content

Tags: Trott/slug

Tags

v11.0.0-beta.1

Toggle v11.0.0-beta.1's commit message
chore(release): 11.0.0-beta.1 [skip ci]

# [11.0.0-beta.1](v10.0.0...v11.0.0-beta.1) (2024-10-19)

### chore

* ESM only ([a938957](a938957))

### BREAKING CHANGES

* module is now ESM only

v10.0.0

Toggle v10.0.0's commit message
chore(release): 10.0.0 [skip ci]

# [10.0.0](v9.1.0...v10.0.0) (2024-10-17)

* ESM only + move to webtestrunnner ([#467](#467)) ([a8db3ed](a8db3ed))

### BREAKING CHANGES

* This module only supports ESM. CommonJS and non-ESM
script tags are no longer supported.

* chore: add web-test-runner

* chore: add coverage reporting for CLI tests

* chore: fail CLI tests if coverage is not 100%

v9.1.0

Toggle v9.1.0's commit message
chore(release): 9.1.0 [skip ci]

# [9.1.0](v9.0.0...v9.1.0) (2024-05-24)

### Features

* add `remove` option field to playground ([#445](#445)) ([8888d69](8888d69))

v9.0.0

Toggle v9.0.0's commit message
chore(release): 9.0.0 [skip ci]

# [9.0.0](v8.2.3...v9.0.0) (2024-03-07)

### chore

* refresh package-lock.json ([#426](#426)) ([c86632c](c86632c))

### BREAKING CHANGES

* Drop support for Node.js older than 18.x

v8.2.3

Toggle v8.2.3's commit message
chore(release): 8.2.3 [skip ci]

## [8.2.3](v8.2.2...v8.2.3) (2023-07-18)

### Bug Fixes

* fix output example in README ([#393](#393)) ([3165852](3165852))

v8.2.2

Toggle v8.2.2's commit message
chore(release): 8.2.2 [skip ci]

## [8.2.2](v8.2.1...v8.2.2) (2022-10-02)

### Bug Fixes

* slugify θ as th ([#354](#354)) ([19e8ca1](19e8ca1))

v8.2.1

Toggle v8.2.1's commit message
chore(release): 8.2.1 [skip ci]

## [8.2.1](v8.2.0...v8.2.1) (2022-10-02)

### Bug Fixes

* use correct path for CLI ([#352](#352)) ([f163bd2](f163bd2))

v8.2.0

Toggle v8.2.0's commit message
chore(release): 8.2.0 [skip ci]

# [8.2.0](v8.1.0...v8.2.0) (2022-10-02)

### Features

* add a minimal CLI ([#351](#351)) ([92004e7](92004e7))

v8.1.0

Toggle v8.1.0's commit message
chore(release): 8.1.0 [skip ci]

# [8.1.0](v8.0.0...v8.1.0) (2022-10-02)

### Features

* add a (painfully minimal) web playground ([#350](#350)) ([4e1aa40](4e1aa40))

v9.0.0-beta.1

Toggle v9.0.0-beta.1's commit message
chore(release): 9.0.0-beta.1 [skip ci]

# [9.0.0-beta.1](v8.0.0...v9.0.0-beta.1) (2022-08-31)

### chore

* ESM only ([910c20f](910c20f))

### BREAKING CHANGES

* module is now ESM only