rewo 1.0.3
rewo: ^1.0.3 copied to clipboard
Rewo — a modular Dart backend framework. REST APIs, DI, JWT auth, OpenAPI, hot-reload dev, and CLI project scaffolding. Spring-inspired, Express-simple.
1.0.3 #
rewo runruns the current project'sbin/server.dart(production)rewo run --dev/rewo devfor hot-reload development- Updated README and getting-started docs for dev/prod workflow
1.0.2 #
- Fix
.gitignore/.pubignoreexcludinglib/src/storage/from repo and pub publish - Include
lib/src/storage/storage.dartin published package (fixes pub.dev dartdoc analysis)
1.0.1 #
- Fix project template
pubspec.yamlYAML syntax forrewo create - Fix analyzer warnings for pub.dev validation
1.0.0 #
- First pub.dev release of Rewo (
rewo) - Modular backend framework: routing, DI, middleware, validation
- JWT auth, sessions, role-based access, rate limiting
- OpenAPI generation, health/metrics endpoints, graceful shutdown
.envconfig loading and validation- Local file storage, in-memory repository, transactions
- Native HTTP server engine and HTTP/2 support
rewo createCLI to scaffold new backend projectsrewo devandbin/dev.darthot-reload development workflowRewoBootstrapandRewoModulefor unified multi-API serversTestApputility for integration testing- Route codegen via
build_runner
0.3.0 #
- Internal development milestone (pre-release)
0.2.0 #
- Added config, storage, JWT, cache, queue, OpenAPI, pagination
0.1.0 #
- Initial MVP: routing, DI, middleware, events, scheduler