Skip to content

Releases: SyntaxeQL/syntaxe-express

v1.2.5

03 May 13:49
Compare
Choose a tag to compare

What changed?

Fixed

  • Bug fixed for nest.js fastify requests with overlapping operations

Added

  • A new SyntaxeEngine class for better handling of concurrent requests

v1.2.4

21 Apr 22:45
Compare
Choose a tag to compare

What changed?

  • Bug fixed for nest.js fastify support

v1.2.3

19 Apr 10:37
Compare
Choose a tag to compare

What changed?

This release contains updates v1.2.2 and v1.2.3

  • From named import to default import (v.1.2.2)
  • When importing library in nestjs application, export all members into SyntaxeIO namespace. (v1.2.3)

v1.2.1

18 Apr 15:00
Compare
Choose a tag to compare

What changed?

  • Added both esm and commonjs support

ESM

import { SyntaxeIO } from 'syntaxe-express';

CommonJs

const { SyntaxeIO } = require('syntaxe-express');

v1.1.0

13 Apr 16:25
Compare
Choose a tag to compare

Version 1.1.0