Skip to content

Latest commit

 

History

History
170 lines (88 loc) · 6.54 KB

CHANGELOG.md

File metadata and controls

170 lines (88 loc) · 6.54 KB

neru

1.0.2

Patch Changes

  • fix: add types export (#85)

  • Updated dependencies [62cc809]:

    • @nerujs/methods@1.0.3

1.0.1

Patch Changes

  • fix routes option not being optional (#82)

1.0.0

Major Changes

  • v1 (#60)

  • only support all handler on it's own in a route handler (#78)

  • adapters must specify a restrictAllHandler property (#78)

  • make route handlers have to be uppercase (#74)

0.9.0

Minor Changes

  • annouce how many routes found (1a392de)

0.8.5

Patch Changes

  • tweak style of announcer (0c0c88d)

0.8.4

Patch Changes

  • neru announcer (#50)
  • fix routes not having default (#51)
  • construct route returns neru formatted copy (#50)
  • set the default of options.announce to true (#50)

0.8.3

Patch Changes

  • documentation (#46)
  • update docs (#42)
  • add documentation and discord information (b00e000)

0.8.2

Patch Changes

  • update pnpm & node (#44)

  • Updated dependencies [78ac286]:

    • @nerujs/methods@1.0.2

0.8.1

Patch Changes

  • switch to totalist (#39)
  • update documentation (#41)

0.8.0

Minor Changes

  • BREAKING new adapter api (03e17ce)
  • all handler (#38)
  • add a promise.all to wait for all handlers to add (#38)

Patch Changes

  • simplify internal structure (9abc865)
  • make routehandlers a map (588b362)
  • fix base not stripping trailing slash (262e9bc)
  • rename handlers internally (e686b25)
  • [BREAKING] removed route class (cfb45ac)
  • rename methods to handlers (5d582b9)
  • refactor file path reading process (30f647f)
  • move logger to a import and use NERU_DEBUG variable (6546d25)
  • error messages for adapter and server (78e21aa)

0.7.1

Patch Changes

  • switch to express as demo adapter (a584731)

0.7.0

Minor Changes

Patch Changes

  • fix not having default routes (29cd04b)
  • remove options property and remove params concept (82e104e)
  • method importer didn't strip non methods (067194c)

0.6.6

Patch Changes

  • fix /index being resolved to empty string (16e44e2)
  • fix trailing slash not removed when path has index (b87e5f7)
  • remove useless classes in favour of functions (8b32ee1)
  • fix options having a incorrect partial (e2f4fa8)
  • fix adapter didn't check correct property with formatSpreadRoute (141120c)
  • fix paths not being consistantly normalised on windows (5cdd4a3)
  • fix paths on windows not being imported (81a5b8f)
  • fix directory normalisation slashes not done in right place (5b397b8)

0.6.5

Patch Changes

  • bb57589: remove custom colour function
  • bb57589: make neru more lightweight
  • Updated dependencies [bb57589]
    • @nerujs/methods@1.0.1