Skip to content

Releases: mbrkdev/sylph

v2.9.2

10 Jul 09:25

Choose a tag to compare

  • 🚑 Updated sylph-router 937d939

v2.9.1...v2.9.2

v2.9.0

09 Jul 12:29

Choose a tag to compare

  • Made middleware work again & improved logging (always after routes) d5163ec
  • 💡 Removed history, fixed non-default routes, swapped body-parser for express native 3005c80
  • Multiple route types can share a file name now 036e4b6
  • Refactored out inline ternariesfor clarity c92ff63
  • Removed spacer utility and replaced with the platform padEnd 5cf67f4
  • Updated favicon to new sylph icon a8ee297
  • Updated sylph router and exported files for npm 3ff0a33

v2.8.0...v2.9.0

Separated setup from the start method

09 Jun 22:53

Choose a tag to compare

As the title says: Separated setup from the start method. This allows the server instance to be created but not booted, extremely useful for testing frameworks (i.e. Jest/Supertest)

v2.7.0

28 Feb 12:14

Choose a tag to compare

  • Special routes handled with secondary priority 81c1097

v2.6.0...v2.7.0

v2.5.0

04 Nov 11:33

Choose a tag to compare

v2.4.2...v2.5.0

v2.4.0

30 Oct 23:25

Choose a tag to compare

  • Removed logging b56d8ba
  • Updated docs 90d862e
  • Replaced router, removed logging & fixed error 500 on unknown routes 36f1844
  • Cleanup [eslint] 0252a3e

v2.3.1...v2.4.0

v2.3.0

20 Oct 22:07

Choose a tag to compare

  • Remove broken test 4ae0110
  • Merge pull request #24 from jetdevuk/error-handling 7d77f48
  • Error handling! 63b6ac0
  • look to process.env.SYLPH_PORT as a fallback 9ae89f8
  • Merge branch 'master' of github.com:jetdevuk/sylph 1df7a7d
  • Global origin function replacement bff26af
  • Put the pull request in the wrong place (oops) 8867633
  • Create pull_request_template.md d7b4cce
  • Merge pull request #21 from jetdevuk/add-code-of-conduct-1 b9e5405
  • Create CODE_OF_CONDUCT.md d5a815c
  • Update issue templates cc1413f
  • Create CONTRIBUTING.md 634dee9
  • Create SECURITY.md 24c7ef4
  • Removed debug comment (It's late) e30d9a5
  • Actual fix, other one didn't work x.x 7ff99ca
  • Middleware escape bug fixed 8061630
  • Install 2edea41
  • Blank test command 8785b66
  • Changed origin default a506b37

v2.2.1...v2.3.0

v2.0.0

04 Sep 09:41

Choose a tag to compare

  • Swapped to Express to get a working baseline bc9ceaf

v1.5.4...v2.0.0

v1.5.1

02 Sep 21:02

Choose a tag to compare

  • Removed middleware 'next' from route examples 94b17e0
  • No public dir causes crash 4625a60

v1.5.0...v1.5.1

v1.5.0

02 Sep 20:42

Choose a tag to compare

  • Sifrr Migration & Static File Serving & CORS cb213b0

v1.4.1...v1.5.0