pharaoh 0.0.8 pharaoh: ^0.0.8 copied to clipboard
Minimalist web-server library for Dart
0.0.8 #
- perf: Use new improvements in spanner version
0.0.7 #
- chore: Perf improvements by @codekeyz in https://github.com/codekeyz/pharaoh/pull/123
- chore: Bump package versions by @codekeyz in https://github.com/codekeyz/pharaoh/pull/124
0.0.6+2 #
- chore: Pass response to onError cb by @codekeyz in https://github.com/codekeyz/pharaoh/pull/105
- chore: Pass stack-trace along with Exception by @codekeyz in https://github.com/codekeyz/pharaoh/pull/108
- chore: Add actual type for pharaoh error by @codekeyz in https://github.com/codekeyz/pharaoh/pull/109
- feat: Allow passing uri directly to Spookie by @codekeyz in https://github.com/codekeyz/pharaoh/pull/111
- bugfix: pass path & query correctly from Spookie by @codekeyz in https://github.com/codekeyz/pharaoh/pull/112
0.0.6 #
- bugfix: wildcard search in node by @codekeyz in https://github.com/codekeyz/pharaoh/pull/98
- chore: make request response extensible by @codekeyz in https://github.com/codekeyz/pharaoh/pull/99
- bugfix: fix json-encode in cookieParser by @codekeyz in https://github.com/codekeyz/pharaoh/pull/100
- bugfix: fix response redirects by @codekeyz in https://github.com/codekeyz/pharaoh/pull/103
0.0.5 #
- Added new router implementation
- Added cookie-parser & session management
- Added content negotiation ->
res.format
- Separated query parameters from route parameters
0.0.4 #
- Make
supertest
tests composable by @codekeyz in https://github.com/codekeyz/pharaoh/pull/40 - downgrade minimum dart version to 3.0.0 by @iamEtornam in https://github.com/codekeyz/pharaoh/pull/42
New Contributors #
- @iamEtornam made their first contribution in https://github.com/codekeyz/pharaoh/pull/42
Full Changelog: https://github.com/codekeyz/pharaoh/compare/0.0.3...0.0.4
0.0.3 #
- Fix middleware match by @codekeyz in https://github.com/codekeyz/pharaoh/pull/24
- Feature/improve shelf middleware adapter by @codekeyz in https://github.com/codekeyz/pharaoh/pull/27
- Feature/pharaoh basic auth by @codekeyz in https://github.com/codekeyz/pharaoh/pull/34
- Port shelf-static to pharaoh by @codekeyz in https://github.com/codekeyz/pharaoh/pull/29
- Fix/only allow get and head by @codekeyz in https://github.com/codekeyz/pharaoh/pull/35
Full Changelog: https://github.com/codekeyz/pharaoh/commits/0.0.3
0.0.2 #
- Made fixes to Middlewares in Route Group
- Improve adapter for Shelf Middlewares
- Add more examples & fix pub.dev scores
I'm actively looking for contributors. Do checkout the project and leave a star if you find this useful. 👋
0.0.1 #
- Initial version