Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Releases: soulsam480/dango

v2.0.0

Choose a tag to compare

@soulsam480 soulsam480 released this 09 Sep 04:54

v2.0.0

BREAKING CHANGE

  • The route handler params is now an object see

Changelogs

  • refactor: internal route assignment changed

v1.5.0

Choose a tag to compare

@soulsam480 soulsam480 released this 27 Aug 16:37

v1.5.0

Changelogs

  • chore: update deps
  • feat: expected better ts intellisense perf.

v1.4.0

Choose a tag to compare

@soulsam480 soulsam480 released this 17 Aug 17:43

v1.4.0

Changelogs

  • Added function chaining support to createRoute, now you can chain functions like express router. see examples

v1.3.0

Choose a tag to compare

@soulsam480 soulsam480 released this 16 Aug 20:17

v1.3.0

Changelogs

  • new helper sendError inside response object for easily sending HTTP errors and proper type definitions for intellisense.
  • minor changes

v1.2.0

Choose a tag to compare

@soulsam480 soulsam480 released this 13 Aug 16:57

v1.2.0

Changelogs

  • Introduce new createRoute API for creating standalone DangoRoute with proper ts definitions for request body, params and query.
  • Updated examples
  • minor changes

v1.1.0

Choose a tag to compare

@soulsam480 soulsam480 released this 06 Jun 15:02

Dango v1.1.0

Small features and fixes

Changelog

  • Added support for global route prefix
  • spport for direct controllers with global based paths
  • added body to handler params

v1.0.0

Choose a tag to compare

@soulsam480 soulsam480 released this 04 Jun 20:04

Dango Major release

Breaking changes

  • createHadler has been scraped
  • functional API
  • change in createController params

Features

  • Middleware support see
  • More functional API

See README.md for docs and more clarity.
See Example for examples

v0.0.2

Choose a tag to compare

@soulsam480 soulsam480 released this 04 Jun 04:37
caa34ff
  • As my goal is to create funtional controllers, this OOP based API will be scraped.
  • Tagging this for future reference

v0.0.1

Choose a tag to compare

@soulsam480 soulsam480 released this 03 Jun 06:08
  • Basic API proposal
  • Released npm package