Micheleriva Krabs Versions Save

🦀 Express.js/Fastify middleware and virtual host for multi-tenant Next.js applications

v0.1.3

2 years ago

0.1.3 (2021-08-17)

  • feat: added conventional changelog generation script (46fd20b)
  • feat(logs): added colored logs (ff2eba7)
  • docs: added deployment section (1bec46e)
  • docs(docusaurus): fixed docusaurus baseURL for vercel (fd567eb)
  • docs(docusaurus): fixed image paths (9b61599)
  • docs(readme): added e2e badges (1ddf9a8)
  • test(e2e): added basic e2e tests for express and fastify (#16) (2ee00ce), closes #16
  • Fix typo in heading (28a1869)
  • refactor(deps): moved fastify as dev dependency at the top level of monorepo (5ed4056)

v0.1.2

2 years ago

0.1.2 (2021-08-06)

  • fix(dist): fixed dist path for npm packages (6291a56)
  • feat(vhost): added vhost resolution via x-vhost request header on express.js (8cdbfeb)
  • feat(vhost): added vhost resolution via x-vhost request header on fastify (bcb18e3)

v0.1.1

2 years ago

0.1.1 (2021-07-27)

Bug Fixes

  • chalk imports: fixed chalk imports for GH CI (d549ddf)
  • deps: fixed dependencies resolution (4ff5119)
  • fastify: fixed fastify krabs middleware order to be compliant with the express version (efeeb90)
  • fixed aria label on docs emoji (425373a)
  • fixed linting and module resolutions (ec1cc27)

v0.1.0

2 years ago

0.1.0 (2021-07-26)

  • chore: temporarily disabled gh workflows (5742ce6)
  • chore: upgraded main package version (72c5e36)
  • fix: fixed krabs version in example (35a683f)
  • fix: fixed typing in fastify middleware (ef92210)
  • feat: added basic fastify boilerplate (f1ca5d4)
  • refactor: moved example into express.js directory (651e2d9)
  • refactor: refactored codebase into a monorepo (5136b80)

v0.0.15

2 years ago

Version 0.0.15

Commits

  • [35a683f0] fix: fixed krabs version in example

v0.0.14

2 years ago

Version 0.0.14

Commits

  • [60acced5] chore: updated version for npm
  • [2d89b8d6] chore: removed test files
  • [12a11422] chore: fixed memoization for tenant resolution

v0.0.13

2 years ago

Version 0.0.13

Commits

  • [a1dc0a14] docs: fixed typos in readme
  • [03d98217] chore: updated version for npm
  • [884a13b2] chore: fixed memoize import
  • [4b300621] chore: upgraded for npm

v0.0.12

2 years ago

Version 0.0.12

Commits

  • [e4c16569] fix: fixed typescript imports with esmodule interop

v0.0.11

2 years ago

Version 0.0.11

Commits

  • [2ad14285] chore: upgraded version for npm
  • [9da62837] feat: added support for API routes
  • [5c4843db] perf: added memoization to tenant-related search functions
  • [5a5fb63c] Merge branch 'main' into develop
  • [3fc9f807] refactor: moved NODE_ENV warning outside the middleware
  • [b1cc79f4] docs: fixed image paths on docusaurus

v0.0.10

2 years ago

Version 0.0.10

Commits

  • [6720570d] chore: updated version for npm
  • [69126fb0] ci: updated docs pipeline
  • [7267f5b9] docs: updated readme
  • [716b718f] docs: fixed docusaurus config
  • [34b2ef62] docs: fixed docusaurus config
  • [94d063c0] docs: added documentation to docusaurus
  • [76143d22] docs: added basic docusaurus