Releases: mbrkdev/sylph
Releases · mbrkdev/sylph
v2.9.2
v2.9.0
- 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
Separated setup from the start method
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
v2.5.0
v2.4.0
v2.3.0
- 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