Skip to content

Releases: speced/respec

v34.0.1

21 Apr 14:38
4bceb17
Compare
Choose a tag to compare

Fixes

Full Changelog: w3c/respec@v34.0.0...v34.0.1

v34.0.0

21 Apr 10:59
3668fa2
Compare
Choose a tag to compare

BREAKING CHANGES

Full Changelog: w3c/respec@v33.0.3...v34.0.0

v33.0.3

17 Apr 10:44
a950478
Compare
Choose a tag to compare

Fixes

Full Changelog: w3c/respec@v33.0.2...v33.0.3

v33.0.2

13 Apr 08:46
f4c2380
Compare
Choose a tag to compare

Fixes

Full Changelog: w3c/respec@v33.0.1...v33.0.2

v33.0.1

05 Apr 09:33
6f6032f
Compare
Choose a tag to compare

Fixes

Full Changelog: w3c/respec@v33.0.0...v33.0.1

v33.0.0

05 Apr 08:32
4127e9a
Compare
Choose a tag to compare

BREAKING CHANGES

  • respec now requires Node.js v18.14+
  • respec Node.js API now uses ES modules instead of Common JS

Instead of importing ReSpec's toHTML API as:

const { toHTML } = require('respec');

You'll need to import it like following:

import { toHTML } from 'respec'; 

// or, with dynamic import if you can't migrate to ES module just yet
const { toHTML } = await import('respec'); 

Full Changelog: w3c/respec@v32.8.1...v33.0.0

v32.8.1

30 Mar 09:34
e75e42f
Compare
Choose a tag to compare

Fixes

Chores

Full Changelog: w3c/respec@v32.8.0...v32.8.1

v32.8.0

20 Mar 10:46
4a5ee38
Compare
Choose a tag to compare

Enhancements

Chores

Full Changelog: w3c/respec@v32.7.1...v32.8.0

v32.7.1

11 Feb 13:37
267ad8d
Compare
Choose a tag to compare

Fixes

Full Changelog: w3c/respec@v32.7.0...v32.7.1

v32.7.0

31 Jan 10:48
994d63b
Compare
Choose a tag to compare

Enhancements

Fixes

Full Changelog: w3c/respec@v32.6.1...v32.7.0